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

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

GitHub

View Github