LoginSignup
5
5

More than 5 years have passed since last update.

iOS6で追加されたUIPageControlのproperty

Posted at

UIPageControlってあんまり使った事ないんですが・・・。

currentPageを示す白い点と、それ以外の黒い点。
それぞれTintColorが設定可能になったようです。

UIPageControl
    @property(nonatomic,retain) UIColor *pageIndicatorTintColor NS_AVAILABLE_IOS(6_0) UI_APPEARANCE_SELECTOR;
    @property(nonatomic,retain) UIColor *currentPageIndicatorTintColor NS_AVAILABLE_IOS(6_0) UI_APPEARANCE_SELECTOR;

まだ試していませんが、これから使うという人は触ってみては如何でしょう。

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5