ABFRealmSearchViewController
ABFRealmSearchViewController copied to clipboard
Drop-in text search interface for Realm data
I was trying to use base Predicate to eliminate old records from being searched. The predicate works. But TableView crashes with the following message. PREDICATE: self.basePredicate = NSPredicate(format: "start >=...
Hello @bigfish24, I just follow [Building a Swift iOS Search Controller](https://realm.io/news/building-an-ios-search-controller-in-swift/), in Realm and I found one comment is needed for this tutorial. This website forgot to tell to set...
Is there a way to access the underlying data struct of results objects? For example, I want to implement a delete edit function using override func tableView(tableView: UITableView, commitEditingStyle editingStyle:...
I'm trying to figure out how your Swift Demo works, i can get it to search in tittle, emoji, content...but i cant make it search for all 3 at once......