toco / RealmToDo

A small todo list with realm integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealmToDo

A small application originally developed by Piet Brauer to demonstrate Realm and Swift at Hamburg CocoaHeads.

I used it at Hamburg CocoaHeads as a demo project in my talk about automate screenshots. Slides are here.

You can follow the process in these steps:

Prepare project

Automate the UI flow using KIF

Add code to actually take screenshots using TOCScreenshot

Beautify the statusbar using SimulatorStatusMagic

Add schemes for the different localizations. Add script to take screenshots for all devices and schemes


#Original by Piet:

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:

v1

  • Empty application with a simple UITableViewController

v2

  • Add a simple list that is backed by an array

v3

  • Add an ViewController that has an UITextField to enter a new item

v4

  • Add realm instead of the static array

v5

  • Add the ability to add a strikethrough to a finished item

v6

  • Add another section for the UITableView to display finished and unfinished items

About

A small todo list with realm integration


Languages

Language:Swift 92.0%Language:Shell 4.0%Language:Ruby 2.2%Language:Objective-C 1.9%