Hello, I have an ABPeoplePickerNavigationController, when created, its navigationBar is hidden.
peoplePickerController.navigationBar.hidden = YES;
This works fine, the only problem is that when the user removes the search box to search for the person, when he returns from the search, the navigation bar is re-displayed. How can I get a notification about this and hide the navigation again?
I also think this is Apple's error, because in normal cases when the search is used, the navigation bar is hidden to make more space and then displayed, but it does not take into account the fact that the bar could be hidden in the first place.
Any trick is welcome.
iphone
daniel
source share