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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -