How to Build a Todo List App for Iphone with Realm as Backend (Xcode 9 & Swift 4)
Victor Wooding
There are three database options out there for swift developers.
SQLite CoreData Realm Core Data claims to be faster than than SQLite but it takes up more space and it uses more memory for storage of contents than SQLite. and Realm claims to be faster than Core Data. Realm can also be used in both IOS and Android. However, Realm is only compatible with versions iOS 8 or OS X 10.9 and later.
In this tutorial I show you how to create a simple Todo list app using Xcode 9 and Swift 4 with Realm as the backend for our database.
[Website] https://kodechamp.com
[Facebook] https://www.facebook.com/kodechamp/
[Twitter] https://twitter.com/skooltch84
[PayPalMe] paypal.me/KodeChamp
[Code Snippet for Run Script Phase] bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework/strip-frameworks.sh"
[Github] https://github.com/skooltch84/Todo-List-with-Realm-Database
[App Icon Maker] http://appiconmaker.co/ ... https://www.youtube.com/watch?v=VawMhu4xBI4
43284870 Bytes