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:
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
Post a Comment