2012-05-27 88 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設置認爲方向應該這樣做。