MHProgressButton 1.1.0

MHProgressButton 1.1.0

Maintained by Mohamed Emad Hegab.



MHProgressButton

See the loading progress on your UIButton

alt tag

install

$ pod install MHProgressButton

or in your podfile

pod 'MHProgressButton'

Usage

add a UIButton to your view and subclass it with MHProgressButton.. set background color as needed and set the progress color and then call linearLoadingWith(progress: CGFloat) method and pass your progress percentage to it... voila ..

TODO

add infinit and pulsy loading effects

contribute please

fork / edit / and Pull request to Develop Branch.