shouldAutorotateToInterfaceOrientation always get called more than once.

Posted by lovecactus on Stack Overflow See other posts from Stack Overflow or by lovecactus
Published on 2010-05-12T18:13:06Z Indexed on 2010/05/12 18:14 UTC
Read the original article Hit count: 218

Filed under:
|
  • (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation

My code get this event more than once while device is rotating. I'm searching in apple docs for reference but seems no lucky. Could any one offer a hint why this is happening?

My code is an apple doc sample code, without any change but some logs. http://developer.apple.com/iphone/library/samplecode/AlternateViews/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008755

© Stack Overflow or respective owner

Related posts about iphone

Related posts about autorotate