uitableview - NavigationBar coincides with status bar when searchDisplayController is activated iOS 7 -


i have tableview controller has searchbar added tableheaderview. when click on searchbar animates cover screen. however, view behind gets adjusted , navigationbar overlaps status bar shown below:enter image description here

it adjusts fine, when search cancelled. how hold view @ of searchdisplaycontroller not overlap status bar?

fixed doing: [[[parentfileviewcontroller navigationcontroller] navigationbar] sethidden: yes]; in searchdisplaycontrollerwillbeginsearch method parentfileviewcontroller contains searchbar


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -