2 "name": "NTDCoreDataTableViewController",
8 "summary": "Eliminates boilerplate code involved with a CoreData based UITableViewController which uses a NSFetchedResultsController as its data source.",
9 "homepage": "https://github.com/NicholasTD07/NTDCoreDataTableViewController",
11 "NicholasTD07": "Nicholas.TD07@gmail.com"
14 "git": "https://github.com/NicholasTD07/NTDCoreDataTableViewController.git",
17 "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 Volia! This is it.\n",
18 "source_files": "NTDCoreDataTableViewController/*.{h,m}",