MONActivityIndicatorView icon indicating copy to clipboard operation
MONActivityIndicatorView copied to clipboard

MONActivityIndicatorView is an awesome custom activity indicator view for iOS.

Results 5 MONActivityIndicatorView issues
Sort by recently updated
recently updated
newest added

- Unify API with `UIActivityIndicatorView`. - Restart animations when possible. - Stop animating when the animations can't be restarted.

following is my configuration, but the indicator is not placed in center of view actually. ``` self.indicatorView = [[MONActivityIndicatorView alloc] init]; self.indicatorView.delegate = self; self.indicatorView.center = self.view.center; self.indicatorView.numberOfCircles = 7;...

I can not control the position in my view, it's always in the left head .can you help me????

Mostly indicator is placed at the center of its parent view. Adding placeAtTheCenterWithView to the MONActivityIndicatorView.m can make the view controller lighter. Demo is also changed to show the usage...

- Component redraws after any property is set - Updated delegate - Added support for TintColor - Added support for editing default parameters inside Interface Builder