3lvis / DATASource

Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView
Other
106 stars 27 forks source link

adding support: cellIdentifier for indexpath #82

Closed screenworker closed 7 years ago

screenworker commented 7 years ago

Unfortunately, it is not possible to use a different cellIdentifier for a specified indexPath. My solution might change that. I would be happy if you consider my suggestion. Thank you.

3lvis commented 7 years ago

Hi @screenworker,

Thanks!

I had a similar PR for something like this but using the block based API. Great addition, thanks!

https://github.com/SyncDB/DATASource/pull/31

screenworker commented 7 years ago

Hi @3lvis,

i had also considered the block-based API first, but I decided to go for a simpler approach. Now your library becomes much more useful for my purposes. Also other users will love it.

Thank you for merging!

3lvis commented 7 years ago

Thanks for contributing. ❤️