Circle animating view with a small circle point.

UICircleAnimationView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "UICircleAnimationView"
And then run:
$ pod install
+ (UICircleAnimationView *)getCircleView:(CGRect)rect;- (void)strokeCircleTo:(NSInteger)currunt total:(NSInteger)total withAnimate:(BOOL)animate;- (void)setForegroundStrokeColor:(UIColor *)foregroundStrokeColor;
- (void)setBackgroundStrokeColor:(UIColor *)backgroundStrokeColor;
- (void)setHideCirclePoint:(BOOL)hideCirclePoint;@property (nonatomic, assign) float lineWidth; //default 4
@property (nonatomic, assign) NSTimeInterval duration; //default 1.0f
@property (nonatomic, strong) CALayer *circlePoint;skswhwo, skswhwo@gmail.com
UICircleAnimationView is available under the MIT license. See the LICENSE file for more info.