2012-05-27 51 views
0

请告诉我如何将默认方向(从右到左)更改为从左到右?IOS 5页面卷曲,改变卷曲方向

Change the direction to left to right

+0

可能重复http://stackoverflow.com/questions/1625375/iphone-curl-left-and-curl-right-transitions –

+0

我使用中提供基于默认页面的应用ios 5 – shaikh

+0

这不是一个重复的,你提到的链接不使用ios5的uipageviewcontroller – shaikh

回答

0

我认为这是你需要的方法:

- (void)setViewControllers:(NSArray *)viewControllers direction:(UIPageViewControllerNavigationDirection)direction animated:(BOOL)animated completion:(void (^)(BOOL finished))completion 

这是一个pageViewController方法:检查出参考我here设置认为方向应该这样做。