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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -