- 1
- 2
- 3
- 4
- 5
- 6
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return
interfaceOrientation == UIInterfaceOrientationLandscapeLeft ||
interfaceOrientation == UIInterfaceOrientationLandscapeRight ||
false ? YES : NO;
}
torip3ng 02.07.2013 17:05 # −1
3.14159265 02.07.2013 17:08 # +2
Сколько деревьев байт можно было спасти выкинув все InterfaceOrientation.
Ох уж этот обжептив. Но зато на символах экономим ||, == .
krypt 02.07.2013 17:13 # +2
Lure Of Chaos 02.07.2013 17:12 # 0
на кой?
krypt 02.07.2013 17:15 # +1
3Doomer 03.07.2013 08:32 # −1
wvxvw 03.07.2013 16:55 # −3
guest 16.09.2013 23:08 # +4