preventing a specific view from auto rotating... is that possible?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-05T22:58:08Z
Indexed on
2010/05/06
0:08 UTC
Read the original article
Hit count: 205
I have a view based app. Its self.view has several subviews and shouldAutorotateToInterfaceOrientation is returning YES.
When I rotate the device, all views rotate as expected.
Is that possible to prevent a subview from auto rotating even if the view's parent is auto rotating?
© Stack Overflow or respective owner