Search code examples
iosswiftsearchhidesearchbar

SearchBar - Hiding on Tap accidently in Navigation Bar


I have Search Bar in Navigation Bar..

Screenshot:

enter image description here

and when I tap on textfield, its hide and its not searching..

Screenshot:

enter image description here

I'm out of ideas how to fix this.

Source code: http://pastebin.com/z5XWwmN6


Solution

  • This should do it:

    controller.hidesNavigationBarDuringPresentation = false