I am trying to implement search bar in a view which would display filtered info as typed in the search bar dynamically in a table view. Also table view should initially be hidden until user doesn't starts typing. I have searched for the same but all I got was search controller embeded in table view header where table view is already there with some other info to display. Following image is what I have tried so far
Underlying is a mapview therefor I am unable to set table view initially shown