A simply news reader (with Swift and Swift UI)
Fibonacci News
A very simple app for reading news based on the H4X0R News
app of the iOS & Swift – The Complete iOS App Development Bootcamp course.
Useful resources
- 3 Formas de Usar un WEBVIEW en SwiftUI
- SwiftUI sheet doesn’t update content as expected
- @STATE vs @BINDING in SwiftUI
- Unit Testing a SwiftUI application in Xcode | Advanced Learning #17
- How to run Xcode tests from the terminal
- Running UI tests from command line
- Apple Developer: Methods for Skipping Tests
- Enable Developer Tools Access for standard user for Xcode
- Xcode UI Testing Cheat Sheet
Testing
Launch command:
xcodebuild \
-project Fibonacci\ News.xcodeproj \
-scheme "Fibonacci News" \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 13,OS=15.5" \
test | xcbeautify