RCPageControl
RCPageControl copied to clipboard
Yet another page control for iOS, with awesome animation powered by facebook pop library.
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...