I need to make the table view inside the UISearchDisplayController class to be a custom class which extends from UITableView
.
I'm using this pod: https://github.com/OliverLetterer/SLExpandableTableView, but I can't seem to make it work when using a UISearchBar and search results.
The class I want use for the table view it's called SLExpandableTableView
and it has several methods and properties which makes subrows work.
Thanks in advance.