Remove animation at startup

This commit is contained in:
Yann Diorcet 2012-08-07 18:25:11 +02:00
parent 615f9192d5
commit 1253594c96

View file

@ -151,7 +151,6 @@
[tabBarViewController viewWillAppear:animated];
[stateBarViewController viewWillAppear:animated];
[[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
currentOrientation = [[UIDevice currentDevice] orientation];
}
- (void)viewDidAppear:(BOOL)animated {