このコードを使用して UIviewController を提示しています。
-(IBAction)openWoodenPage3:(id)sender{
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard_iPad" bundle: nil];
UIViewController *lvc = [storyboard instantiateViewControllerWithIdentifier:@"ControllerWoodenPage3"];
[self.navigationController pushViewController:lvc animated:YES];
}
アニメーションは 3 秒続きますが、これを 7 秒に変更したいと思います。どうやってやるの?そして、サイドを右から左に変更したい場合は?