- Install CocoaPods
- Open project directory in terminal and run
pod install
command - Open Workspace of project
*.xcworkspace
This is a small application I did for the CocoaHeads in Hamburg on how to integrate Realm in a small project.
You can follow the steps I made with the git tags:
- Empty application with a simple UITableViewController
- Add a simple list that is backed by an array
- Add an ViewController that has an UITextField to enter a new item
- Add realm instead of the static array
- Add the ability to add a strikethrough to a finished item
- Add another section for the UITableView to display finished and unfinished items