I have a UISearchBar inside a UITableView (NOT UISearchBarDisplayController) and I am trying to achieve one thing:
1) Keep the Search Bar Permanent on top without scrolling when scrolling through the Table View.
With this, I have tried multiple things including:
Locking a UISearchBar to the top of a UITableView like Game Center
Search bar is not getting fixed
Hide keyboard when scroll UITableView
So setting the search bar as a subview and multiple other things, but I just cannot get the search bar to remain in place when scrolling through the Table View.
Any assistance on this would be very much appreciated!