【发布时间】:2013-02-17 10:18:36
【问题描述】:
我正在使用:
ViewController = [[ViewControllerClass alloc] initWithNibName:@"ViewControllerClass" bundle:[NSBundle mainBundle]];
self.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presentViewController:frontViewController animated:YES completion:nil];
我正在尝试将UIViewController 向左滑动,但我不确定为什么它不起作用。我什至在尝试:
UIModalTransitionStyleCrossDissolve
这不起作用。请建议我如何实现向左/向右滑动UIViewController。
【问题讨论】:
标签: iphone ipad uiviewcontroller