The way to put a Header to UITableView in a storyboard is explained in another thread, that you drag and drop your component (in my case a view) on top of the first proto cell. That sticks than as tableview header (not section)
My Problem is, if you drag and drop e.g. a SearchBar and run the app, the seacrh bar is behind the NavigationBar, you can pull the tableview down and you see the searchbar.
If you do the same with a view, you can never put the view away with scrolling up the tableview, it is always visible.
Does anyone know how to hide it like as the search bar ?