I'm trying to add a custom header to UITableView
, that has some buttons and an UISearchBar
.
The problem is, that when I try to use searchBar I get a message:
setting the first responder view of the table but we don't know its type (cell/header/footer)
Has anyone encounter such problem?
Just follow the simple steps here..
Use the following delegate method to set it as the header of your table view...
Are you adding to the table via:
If so, that could be your error. Adding subviews to UITableView requires that you add them either as header, footer, or cell explicitly. Try: