multi-row select, backed by NSFetchedResultsController
Matt Gallagher wrote a good article on implementing mutli-row selection in a UITableView http://cocoawithlove.com/2009/01/multiple-row-selection-and-e开发者_StackOverflowditing-in.html
I'm looking to implement similar functionality but my data source is an NSFetcedResultsController rather than a simple NSArray.
Has anyone come across such an implementation?
精彩评论