I am implementing real-time searching of a UITableView. I would like to display the results in a separate table view (in it’s own UITableViewController class). Is there a way to simply replace one tableview with another once the user begins typing in the search bar?
I am implementing real-time searching of a UITableView. I would like to display the
Share
Refer to UISearchDisplayController. It will surely provide what you require 🙂