mirror of
https://github.com/zhigang1992/NTDCoreDataTableViewController.git
synced 2026-01-13 08:20:28 +08:00
Changed description in podspec.
This commit is contained in:
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
|
||||
s.summary = "Eliminates boilerplate code involved with a CoreData based UITableViewController which uses a NSFetchedResultsController as its data source."
|
||||
|
||||
s.description = <<-DESC
|
||||
I was going to code for my second CoreData based Table View Controller. Then it occurred to me that 80% 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.
|
||||
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.
|
||||
Volia! This is it.
|
||||
DESC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user