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?

Was it helpful?

Solution

I deployed the address book as-is on the device. It just shows up weird on the simulator. It shows up fine in landscape on the device.

OTHER TIPS

currently there is no landscape view for the Address Book if you are using the 2.2.1 SDK.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top