我正在使用此代码来呈现 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 秒。我怎样才能做到这一点?如果我想从右到左改变一侧?