Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yulingtianxia committed May 20, 2016
1 parent 4fc9af3 commit f19e7d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BTW, TBActionSheet also suppots BLOCK now!
- [x] Similar implementation to UIActionSheet
- [x] Blur Effect under iOS7
- [x] Cocoapods
- [ ] Carthage
- [x] Carthage

## Requirements

Expand Down Expand Up @@ -66,11 +66,11 @@ To let TBActionSheet looks like WeChat style, you can set these properties of `T
sheetWidth = MIN(kScreenWidth, kScreenHeight);
backgroundTransparentEnabled = NO;
rectCornerRadius = 0;
```
```

### More than what you want

The base usage is same to `UIActionSheet`. You can just replace `UIActionSheet` with `TBActionSheet`. If you want to customize your action sheet, just configure some properties. I believe the header file can tell you much more than me.
The base usage is same to `UIActionSheet`. You can just replace `UIActionSheet` with `TBActionSheet`. If you want to customize your action sheet, just configure some properties. I believe the header file can tell you much more than me.

```
@interface TBActionSheet : UIView
Expand Down Expand Up @@ -202,4 +202,4 @@ yulingtianxia, yulingtianxia@gmail.com

## License

TBActionSheet is available under the MIT license. See the LICENSE file for more info.
TBActionSheet is available under the MIT license. See the LICENSE file for more info.
Binary file removed TBActionSheetKit.framework.zip
Binary file not shown.

0 comments on commit f19e7d2

Please sign in to comment.