Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael T. Ho authored Aug 16, 2019
1 parent 4044d20 commit 9fda9a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ You may see the following [Medium](https://medium.com/) article for detailed exp
## Usage
### Declaration
```swift
// You may set the frame to zero if you use AutoLayout to handle the frame. Otherwise, specify the frame in initializer.
// You may set the frame to zero if you use AutoLayout to handle the frame.
// Otherwise, specify the frame in initializer.
btnLoading = LoadingButton(frame: .zero, text: "Button", textColor: .black, bgColor: .white)
```
### System Default
Expand Down

0 comments on commit 9fda9a3

Please sign in to comment.