CoreData 数据到 UIViewController 中的 UITableView?
Posted
技术标签:
【中文标题】CoreData 数据到 UIViewController 中的 UITableView?【英文标题】:CoreData data into UITableView in UIViewController? 【发布时间】:2010-09-09 04:01:50 【问题描述】:我在使用 ABPeoplePickerNavigationControllerDelegate 的 UIViewController 中有一个 UITableView。
看起来像这样:
@interface MyViewController : UIViewController <ABPeoplePickerNavigationControllerDelegate>
在 .xib 中,我有一个 UITableView,我需要用存储在 CoreData 中的数据填充它。我该怎么做?
【问题讨论】:
【参考方案1】:尝试使用“NSFetchedResultsController”,这里有一个很好的教程:
http://www.raywenderlich.com/999/
和 Apple 示例代码:
https://developer.apple.com/library/ios/samplecode/iPhoneCoreDataRecipes/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008913
【讨论】:
以上是关于CoreData 数据到 UIViewController 中的 UITableView?的主要内容,如果未能解决你的问题,请参考以下文章
CoreData 数据到 UIViewController 中的 UITableView?