A demo iOS app showing a list of delivery items & its location on a map view
- run
carthage bootstrap --platform iOS
to build libraries using Carthage - Open
deliveries.xcodeproj
using Xcode 10.1+ - (optional) Change the signing setting if needed
- Click 'Product' -> 'Run'
- run
carthage bootstrap --platform iOS
to build libraries - Open
deliveries.xcodeproj
using Xcode 10.1+ - Click 'Product' -> 'Test'
- Swift version: 4.2
- Realm Database: Data persistence
- RxSwift: Reactive Programming
- RxRealm: RxSwift extension for Realm
- Kingfisher: Image Downloading & caching
- Pulley: Bottom Card Drawer
- SwiftLint for enforcing Swift style
MIT