A simple todo list iOS application just for fun.
| Todo's | Add Todo |
|---|---|
![]() |
![]() |
Unit testsSeperateUITableViewDelegatelogic from the view controllerSeperatePSEntrycreation from the view controller- Seperate
NSFetchedResultsControllerDelegatefrom the view controller - Seperate
NSFetchRequestfrom view controller - Implement delete functionality
- Dedicated in memory only
NSManagedObjectContextfor unit tests - Move transition animation logic out of the view controller

