Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emadhegab committed Apr 20, 2017
1 parent 05f88f2 commit dd38e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ See the loading progress on your UIButton
## install

```
$ pod install MPProgressButton
$ pod install MHProgressButton
```
or in your podfile
```
pod 'MPProgressButton'
pod 'MHProgressButton'
```

## Usage
add a UIButton to your view and subclass it with **MPProgressButton**.. set background color as needed and set the progress color
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 ..


Expand Down

0 comments on commit dd38e51

Please sign in to comment.