I have add a UISearchBAr to the UITableView to implement search functionality.
But after searching is done, the UISearchBar is also scrolling and disappearing along with the UITableView. I just want to know how to make the search bar static with only the UITableView scrolling...