2
私はページングの方向に関連した間違いを持っています。私はiBooksのようなアプリケーションを開発していますが、これは左から右へのページングの方向をサポートしなければなりません。このアプリケーションは、アラビア語の本を読むためのものです。UIPageViewControllerページングの方向
私はPrivate API(CAFilter)
を使っていますが、アプリケーションはappstoreのレビューに合格していません。
私はpageViewController
を作成し、direction.Iの彼のパラメータを変更するには方向が変更された
UIPageViewController."direction:UIPageViewControllerNavigationDirectionReverse"
pageViewController = [[UIPageViewController alloc] initWithTransitionStyle:UIPageViewControllerTransitionStylePageCurl navigationOrientation:UIPageViewControllerNavigationOrientationHorizontal options:nil];
[pageViewController setViewControllers:controllers direction:UIPageViewControllerNavigationDirectionReverse animated:NO completion:nil];
を使用してアプリケーションを書き換えますが、そうではありませんでしたか?しかし、私の本はまだ右から左にページされます。どうして?
にウル背骨の場所を設定http://stackoverflow.com/記事を参照してください。 a/11124807/400909 – Atif