- Target IOS 16 and MacOS/Ipad
- No use Xib/Storyboard
- Support Iphone portrait
- Use MVVM pattern
- Use Modular architecture
- Write Unit Test
-
ManhattanCore: Package with API Model and Realm.
- Codable Model.
- Persisted Model.
- Realm read/save/delete database object.
-
ManhattanLogin: Package with Login.
- Realm login.
- Login Interface.
-
ManhattanSignUp: Package with SignUp.
- Realm signup.
- SignUp Interface.
-
ManhattanHome: Package with app Home.
- Weather interface.
- Profile interface.
- Board interface.
-
Realm: Realm is a mobile database that runs directly inside phones, tablets or wearables.
- Realm’s object-oriented data model is simple to learn, doesn’t need an ORM, and lets you write less code. - Realm’s local database persists data on-disk, so apps work as well offline as they do online. - Realm is fully-featured, lightweight, and efficiently uses memory, disk space, and battery life.