I want to do a UISearchBar with a UITableView that only shows the UITableView when something is written in the UISearchBar.
Can somebody give me a hint?
I want to do a UISearchBar with a UITableView that only shows the UITableView
Share
What you want is a
UISearchDisplayController. Check out the Apple TableSearch sample code