Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tezpark authored May 18, 2019
1 parent 167f858 commit 0d0ba1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pod "TezButton"
```

## Usage
### Programmatically
```objective-c
// All options (Tezbutton superclass)
TezButton* allOptBtn = [[TezButton alloc] initWithFrame:frame
Expand Down Expand Up @@ -103,6 +104,8 @@ pod "TezButton"
UnderlineButton* underlineBtn = [[UnderlineButton alloc] initWithFrame:frame];
```
### Inspector builder
![inspector_builder_tezbutton](https://user-images.githubusercontent.com/389004/57968756-791eb400-79a9-11e9-8982-96979fff33f2.png)
## License
The MIT License (MIT)
Expand Down

0 comments on commit 0d0ba1a

Please sign in to comment.