我在用:
ViewController = [[ViewControllerClass alloc] initWithNibName:@"ViewControllerClass" bundle:[NSBundle mainBundle]];
self.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presentViewController:frontViewController animated:YES completion:nil];
我正在尝试UIViewController
向左滑动,但我不确定它为什么不起作用。我什至在尝试:
UIModalTransitionStyleCrossDissolve
这是行不通的。请建议我如何实现UIViewController
向左/向右滑动 a。