viewDidLoad と viewDidAppear にアニメーションを追加しようとしましたが、うまくいきません:
- (void)viewDidAppear:(BOOL)animated{
[UIView beginAnimations:@"transition" context:NULL];
[UIView setAnimationTransition:110 forView:self.view cache:YES];
[UIView commitAnimations];
}
なんで?