Class UIPageControl

    • Constructor Detail

      • UIPageControl

        public UIPageControl()
      • UIPageControl

        protected UIPageControl​(NSObject.Handle h,
                                long handle)
      • UIPageControl

        public UIPageControl​(CGRect frame)
      • UIPageControl

        public UIPageControl​(NSCoder decoder)
    • Method Detail

      • getNumberOfPages

        public long getNumberOfPages()
      • setNumberOfPages

        public void setNumberOfPages​(long v)
      • getCurrentPage

        public long getCurrentPage()
      • setCurrentPage

        public void setCurrentPage​(long v)
      • hidesForSinglePage

        public boolean hidesForSinglePage()
      • setHidesForSinglePage

        public void setHidesForSinglePage​(boolean v)
      • defersCurrentPageDisplay

        public boolean defersCurrentPageDisplay()
      • setDefersCurrentPageDisplay

        public void setDefersCurrentPageDisplay​(boolean v)
      • getPageIndicatorTintColor

        public UIColor getPageIndicatorTintColor()
        Since:
        Available in iOS 6.0 and later.
      • setPageIndicatorTintColor

        public void setPageIndicatorTintColor​(UIColor v)
        Since:
        Available in iOS 6.0 and later.
      • getCurrentPageIndicatorTintColor

        public UIColor getCurrentPageIndicatorTintColor()
        Since:
        Available in iOS 6.0 and later.
      • setCurrentPageIndicatorTintColor

        public void setCurrentPageIndicatorTintColor​(UIColor v)
        Since:
        Available in iOS 6.0 and later.
      • updateCurrentPageDisplay

        public void updateCurrentPageDisplay()
      • getSizeForNumberOfPages

        public CGSize getSizeForNumberOfPages​(long pageCount)