Closed dneykov closed 7 years ago
Is it possible to filter DataSource using UISearchBar? I'm trying but without success. Any help will be appreciated. Thanks.
Hi @dneykov,
If you change the dataSource.predicate it should work.
dataSource.predicate
https://github.com/SyncDB/DATASource/blob/master/Source/DATASource.swift#L120
That will do it. Thanks a lot.
Is it possible to filter DataSource using UISearchBar? I'm trying but without success. Any help will be appreciated. Thanks.