iOS 7 UISearchDisplayController search bar overlaps status bar while searching March 7, 2023 by Tarik Putting the following line in the viewDidLoad fixed it for me: self.edgesForExtendedLayout = UIRectEdgeNone;