CRUD with Realm Database in 7 Steps (Swift 4)

Опубликовано: 05 Декабрь 2018
на канале: Mobile App Mike
2,467
36

This video will show you how to perform CRUD operations (create, read, update, & delete) using Realm, a popular database add-on commonly used in iOS apps. We will use these features to create a fully functional to-do list app.

It's broken down into 7 steps, which are:
1) Add 'RealmSwift' CocoaPod to project
2) Create do-catch block in AppDelegate to initialize Realm
3) Create classes for data using dynamic variables
4) Create data
5) Read data
6) Update data
7) Delete data

If you want to learn how to sort objects in Realm, check out this video:    • Sorting Data in Realm (Swift 4)  

Download the completed project here:
http://www.github.com/mgm720/HelloWor...