A simple todo list iOS application just for fun.
Todo's | Add Todo |
---|---|
Unit testsSeperateUITableViewDelegate
logic from the view controllerSeperatePSEntry
creation from the view controller- Seperate
NSFetchedResultsControllerDelegate
from the view controller - Seperate
NSFetchRequest
from view controller - Implement delete functionality
- Dedicated in memory only
NSManagedObjectContext
for unit tests - Move transition animation logic out of the view controller