How to Build a Todo List App for Iphone with Realm as Backend (Xcode 9 & Swift 4)

Опубликовано: 11 Октябрь 2024
на канале: Victor Wooding
2,095
34

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]
  / kodechamp  

[Twitter]
  / 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-Li...

[App Icon Maker]
http://appiconmaker.co/