GMCoreDataMultipleSectionsTableVC:处理多个 NSFetchedResultsController 的 UITableViewController 子类

时间:2024-07-19 01:47:55
【文件属性】:

文件名称:GMCoreDataMultipleSectionsTableVC:处理多个 NSFetchedResultsController 的 UITableViewController 子类

文件大小:66KB

文件格式:ZIP

更新时间:2024-07-19 01:47:55

Objective-C

GMCoreDataMultipleSectionsTableVC UITableViewControllers 大部分时间只支持一个 NSFetchedResultsController。 这个子类允许你轻松处理多个 NSFetchedResultsControllers ,每个都在一个带有自定义标题的部分下。 如何使用它 class YourTableViewController : CoreDataMultipleSourcesTableVC { var managedObjectContext: NSManagedObjectContext ? { didSet { self . sectionTitles = [ < # YOUR SECTION TITLES # > ] self . fet


【文件预览】:
GMCoreDataMultipleSectionsTableVC-master
----GMCoreDataMultipleSectionsTableVC.podspec(975B)
----CoreDataMultipleSourcesTableVC.h(2KB)
----gmcoredata.png(68KB)
----LICENSE(1KB)
----README.md(4KB)
----CoreDataMultipleSourcesTableVC.m(6KB)
----.gitignore(495B)

网友评论