RCPageControl icon indicating copy to clipboard operation
RCPageControl copied to clipboard

Yet another page control for iOS, with awesome animation powered by facebook pop library.

Results 2 RCPageControl issues
Sort by recently updated
recently updated
newest added

Adds these methods to configure shadows to the indicators. ``` @property(nonatomic) BOOL pageIndicatorShadowEnabled; // default is NO @property(nonatomic) UIColor *pageIndicatorShadowColor; // default is [UIColor blackColor] @property(nonatomic) CGFloat pageIndicatorShadowRadius; // default...

Hello there! Think this is way the best custom page control that I found on Cocoapods. Really like the use of pop for the animations. Anyway I've added support so...