1

I have a tableview with view with search bar on top of the screen below navigation bar. There is also tab bar on this screen. When search controller is activated first, time search bar hides under navigation bar (Translucent set to NO).

In viewDidLoad, searchDisplayControllerDidEndSearch and searchDisplayControllerWillBeginSearch I am setting the search bar frame:

self.searchDisplayController.searchBar.frame=CGRectMake(0, 0, width, 44);

I am not using AutoLayout

Larme
  • 24,190
  • 6
  • 51
  • 81
B1z
  • 13
  • 4

0 Answers0