LOLProgressOverlayView 0.1.0

LOLProgressOverlayView 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.




  • By
  • DJBen

UIButton / UIView category that add a progress indicator overlay simply with single line of code.

Usage

To run the example project; clone the repo, and run pod install from the Project directory first, or simply import LOLProgressOverlayView.h and .m file into your project.

Say you have a button or a view, just type single line of code

[button setProgress: 0.75]; or [view setProgress: 0.3];

and you see the effect.

Effect

Effect

Customizations

You can set your own colors: overlayColor and backgroundMaskColor by using method below:

-[UIView setOverlayColor:setBackgroundMaskColor:];

Requirements

iOS 6 and above.

Installation

Author

DJ.Ben, [email protected]

License

LOLProgressOverlayView is available under the MIT license. See the LICENSE file for more info.