I have placed a searchBar at the top of my UITableViewController and I do not know how to make it visible. I do not want to use searchController.searchBar (which does place the searchbar in the header of the tableView) because I am interested in using the UISearchBarDelegate. I accomplished the above via the storyboard. How do I place a searchbar in the header of the UITableView Controller?