An iOS app that lets you register Events.
- Authentication with TouchID
- Register events locally
- Register events to iCloud Calendar
- Xcode 9.
- Swift 4.
- Cocoapods version
1.3.1
- SwiftLint version
0.23.1
- Clone this repository
- Run
pod install
- Run project 🎉
This app conforms to MVVM (Model-View-ViewModel) Patter and was implemented using Swift 4.
All of dependencies and third libraries used in this project as well as its versions can be found in Podfile.
- RxSwift for binding views and reactive code
- Moya for networking
- RealmSwift as database
- IQKeyboardManagerSwift to prevent keyboard overlaping fields
- Quick for tests
- Nimble to tests assets
- Remove
IQKeyboardManagerSwift
dependency - Add more tests
- Add UI tests
- Add L10n
- Add A11n
MIT