Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 646 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 646 Bytes

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.