How to stop rotation of ABPersonViewController & ABNewPersonViewController in Landscape mode in ipho

Posted by andy-iphone on Stack Overflow See other posts from Stack Overflow or by andy-iphone
Published on 2010-05-09T11:42:19Z Indexed on 2010/05/09 11:48 UTC
Read the original article Hit count: 219

I am using a ABPersonViewController & ABNewPersonViewController class by pushview controller. ABPersonViewController *pvc = [[ABPersonViewController alloc] init]; [pvc setPersonViewDelegate:self]; [[self navigationController] pushViewController:pvc animated:YES]; In ABPersonViewController & ABNewPersonViewController page it is displaying in portrait mode. But when I rotate my iphone then it is perfectly rotating in landscape mode. But I want to stop this rotation. If I rotate my iphone in landscape mode it's view should be in portrait mode. Please help me ASAP. Any suggestion will be acepted.

© Stack Overflow or respective owner

Related posts about rotate

Related posts about abaddressbook