iphone - Run shouldAutorotateToInterfaceOrientation from another method? -
how run following method
- (bool)shouldautorotatetointerfaceorientation:(uiinterfaceorientation)interfaceorientation {}
from method? (so new factors influence orientation)
this method returns orientations allowed (portrait, portraitupsidedown, landscapeleft , landscaperight). calling method not class shouldn't change orientation dynamically.
what trying achieve?
Comments
Post a Comment