News App – API – Business Now

App Icon

Screenshots

Project still in development

Installation:

iOS 15.0+ supported

I’m using NewsAPI – https://newsapi.org – If you want to use it as well, give it a go and generate your personal key through their website.

If you have already installed Cocoapods, RealmSwift, Toast_Swift skip steps 2 to 5.

1 | Open BusinessNowApp.xcworkspace 2 | Open Terminal 3 | Install Cocoapods – https://cocoapods.org 4 | Install RealmSwift Package – https://www.mongodb.com/docs/realm/sdk/swift/install/ 5 | Install Toast Swift Package – https://github.com/scalessec/Toast-Swift 6 | Run the app in the simulator.

If error occurs when running the project, you need to run the following commands from the ios directory:

pod deintegrate pod install Do a XCode Clean build

Or, One-Liner: pod deintegrate; pod install

GitHub

View Github