3lvis / DATASource

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

Filtering DATASource #105

Closed dneykov closed 7 years ago

dneykov commented 7 years ago

Is it possible to filter DataSource using UISearchBar? I'm trying but without success. Any help will be appreciated. Thanks.

3lvis commented 7 years ago

Hi @dneykov,

If you change the dataSource.predicate it should work.

https://github.com/SyncDB/DATASource/blob/master/Source/DATASource.swift#L120

dneykov commented 7 years ago

That will do it. Thanks a lot.