- OAuth for user login signup
- Keychain protection for user sensitive information
- Core Data persistence for download / upload efficiency
- Send and receive text messages with anyone inside the same database
- Size class support for all iOS devices and all screen orientations
- Push notification
- Some hidden secrets as bonus
- iOS 10+
- Xcode 8+
- Swift 3+
- Parse
404 secrets not found
- | Signup for an account
- | Login with your new account
- | Chat with anyone in your database
- To incorporate with Core Data and all of super methods, I needed a structure that is clean and re-usable for API calls from/to Parse and Core Data itself. So here what I did to improve the readability and resuability of the app's MVCs.
- As for classes that are not related to Core Data in any way, I haven't figured out a way to refactor them yet. The challenge is that they generally have a lot of custom parts, such as buttons and logo and stackviews.
- Chat app of 2 MVCs with Parse Server pod
- Size class support on all iOS device
- Implement Core Data for persistency
- Derive and refactor "Controller classes" to tripple inheritance structure
- Add sound files to outlet actions
- Push notification and emoji support
- Add a new Tab to allow user to manage their profile
- ...Automate custom database creation with Heroku
Visit Initial Setup with CoreDataStack for details
Visit ShelteredRidge to see all of my blog posts (well, 3 at least...)
My Feral project are licensed under the MIT License