¡@

Home 

2014/10/15 ¤U¤È 10:03:58

iphone Programming Glossary: arrangecontrollsfor_protrate

LandScape/Portrait size differ iOS

http://stackoverflow.com/questions/15112487/landscape-portrait-size-differ-ios

UIApplication sharedApplication statusBarOrientation if UIInterfaceOrientationIsPortrait statusBarOrientation self ArrangeControllsFor_Protrate else self ArrangeControllsFor_LandScape BOOL shouldAutorotateToInterfaceOrientation UIInterfaceOrientation interfaceOrientation.. switch interfaceOrientation case UIInterfaceOrientationPortrait case UIInterfaceOrientationPortraitUpsideDown self ArrangeControllsFor_Protrate self performSelector @selector ArrangeControllsFor_Protrate withObject Nil afterDelay 0.005f return YES break case UIInterfaceOrientationLandscapeLeft.. case UIInterfaceOrientationPortraitUpsideDown self ArrangeControllsFor_Protrate self performSelector @selector ArrangeControllsFor_Protrate withObject Nil afterDelay 0.005f return YES break case UIInterfaceOrientationLandscapeLeft case UIInterfaceOrientationLandscapeRight..