2 "name": "NTDCoreDataTableViewController",
4 "summary": "Eliminates boilerplate code involved with a CoreData based UITableViewController which uses a NSFetchedResultsController as its data source.",
5 "description": " I was going to code for my second CoreData based Table View Controller. Then it occurred to me that 80% (or even more) of the functionality of two CoreData based Table View Controller are exactly the SAME. So I decided to refactor all those common stuff in a CDTVC into a super class. With my Unit Test covering me and Xcode’s Refactor, it all went pretty well.\n\tVolia! This is it.\n",
6 "homepage": "https://github.com/NicholasTD07/NTDCoreDataTableViewController",
12 "NicholasTD07": "Nicholas.TD07@gmail.com"
18 "git": "https://github.com/NicholasTD07/NTDCoreDataTableViewController.git",
21 "source_files": "NTDCoreDataTableViewController/*.{h,m}",