Search code examples
iosswiftsearchbar

cannot see searchbar when placed at top of UITableViewController


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?


Solution

  • Just drag n drop search bar at top of table view controller (just above to prototypecell) enter image description here

    enter image description here