开发者

Matt Gallagher's UITableView (Revisited) + NSFetchedResultsController

开发者 https://www.devze.com 2023-03-21 03:15 出处:网络
If you look at Matt Gallagher\'s Cocoa With Love blog, he has a brilliant discussion (with sample code) on a fresh a beautiful retake on UITableView ... In the post, he talks about it\'s great many

Matt Gallagher's UITableView (Revisited) + NSFetchedResultsController

If you look at Matt Gallagher's Cocoa With Love blog, he has a brilliant discussion (with sample code) on a fresh a beautiful retake on UITableView ... In the post, he talks about it's great many benefits of animations and heterogeneous cells, etc. However, one of the limitations he lists is a bit of a show-stopper for me. It won't work with NSFetchedResultsController. The design of loading data into the cells assumes that all that data is static and available immediately. However, if you are building a table with many rows and your data consists of objects in Core Data, your view controller would likely benefit greatly if you had access to the cacheing and dynamic loading capability of FRC.

My question: Has anyone put any effort into re-tasking his revisited UITableView design for use with NSFetchedResultsController? If someone's already done it (or is working on it), I开发者_运维百科 would love (LOVE) to try it in my work or even help develop it.


Good to go... Changed Table Revisited, To support the Core Data Download.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号