How to properly display iPhone Address Book in Landscape mode?
https://stackoverflow.com/questions/930646
Question
I've added an ABPeoplePickerNavigationController but it doesn't display correctly in landscape. I'm using the iPhone SDK 2.2.
ABPeoplePickerNavigationController *ab = [[ABPeoplePickerNavigationController alloc] init];
[ab setPeoplePickerDelegate:self];
[self presentModalViewController:ab animated:YES];
It displays like this with the search bar being cut off: screencast.com/t/4gVhonWFzT8
Any suggestions?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow