Want to place the UISearchBar somewhere other than in the header of a tableView and still have the search results show up in the tableView? This simple iOS app does just that! This is done by creating a custom UISearchController and UISearchBar as well as properly establishing the delegates.
For Swift implementation follow this link: https://github.com/mechaman/CustomSearchControllerSwift
Enjoy.