Todo List

  • Category: Course iOS App
  • Frameworks Used:
  • UIKit
    Core Data
    Table View
    Autolayout
    Realm
    Chameleon Framework
    SwipeCellKit

I built this Todo List App as part of Angela Yu's iOS Development Course

This app is a simple todo list that uses realm to store persistent data locally. I originally built it using Core Data and then switched to realm to learn about it. I used the SwipeCellKit Pod to add swipe to delete funtionality to the cells. Each category is randomly given a color when created and then that color persists when you tap it to view the items in that category. Each item in a category can be tapped to check it off as done, and everything is saved on the device.