rsrbk / MHProgressButton

See the loading progress on your UIButton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

See the loading progress on your UIButton

License:MIT License


Languages

Language:Swift 79.9%Language:Ruby 20.1%