こんにちは、UIPageViewController を使用して、現在のページを制御し、スクロールしています。次の 2 つの関数を追加するだけで、Page Controller を一緒に表示できることがわかりました。
- (NSInteger)presentationCountForPageViewController:(UIPageViewController *)pageViewController
- (NSInteger)presentationIndexForPageViewController:(UIPageViewController *)pageViewController
私が知りたいのは、ページコントローラーの色を変更できるかどうかです。これにより、使用している背景でドットがより見やすくなりますか?
通常のページコントローラーには次のプロパティがあることを知っています。
@property(nonatomic,retain) UIColor *currentPageIndicatorTintColor
@property(nonatomic,retain) UIColor *pageIndicatorTintColor
ただし、UIPageViewController からこれらのプロパティまたはページ コントローラーにアクセスする方法を一生理解することはできません。
一般的にプロパティを変更する方法を誰かが言ったら、役に立つかもしれません。