RBPageControl Class Reference

Inherits from UIView
Declared in RBPageControl.h

Overview

A page indication control.

Provides more theming options than UIPageControl but does not provide user interaction.

  enabled

Whether or not the control is enabled or disabled.

@property (nonatomic) BOOL enabled

Discussion

Whether or not the control is enabled or disabled.

Declared In

RBPageControl.h

  margin

The margin to be provided around the dots.

@property (nonatomic) UIEdgeInsets margin

Discussion

The margin to be provided around the dots.

Declared In

RBPageControl.h

  numberOfPages

The total number of pages.

@property (nonatomic) NSUInteger numberOfPages

Discussion

The total number of pages.

Declared In

RBPageControl.h

  currentPage

The current page index that is selected.

@property (nonatomic) NSUInteger currentPage

Discussion

The current page index that is selected.

Declared In

RBPageControl.h

  dotDiameter

The diameter of the dots in pt.

@property (nonatomic) CGFloat dotDiameter

Discussion

The diameter of the dots in pt.

Declared In

RBPageControl.h

  dotSpacing

The spacing between dots in pt.

@property (nonatomic) CGFloat dotSpacing

Discussion

The spacing between dots in pt.

Declared In

RBPageControl.h

  dotColorCurrentPage

The color of the current page dot.

@property (nonatomic, nonnull) UIColor *dotColorCurrentPage

Discussion

The color of the current page dot.

Declared In

RBPageControl.h

  dotColorOtherPage

The color of an inactive page dot.

@property (nonatomic, nonnull) UIColor *dotColorOtherPage

Discussion

The color of an inactive page dot.

Declared In

RBPageControl.h