How do I select multiple table rows from filtered results of a Searchbar and SearchDisplayController?
I understand that UISearchDisplayController got deprecated in iOS 8.0 but there's not a lot of good documentation around the new UISearchController so I used the former instead. Do bear with me. Right now, I'm using XIB files. I know that for a regular tableview, you can allow multiple cell selection by going inside the XIB and and selecting Multiple Selection from the dropdown under "Selection". But how can I make this possible in the filtered search results from a UISearchBar? I understand that technically, I have two separate tableviews basically. In this scenario, I can use multi-cell