Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
完善 README文件。
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Nov 3, 2017
1 parent e92387b commit 15fed13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ textViewWithCode.needBorder = YES;
#### 使用:

```objc
RKOTopAlert *topAlert = [RKOTopAlert alertViewWithText:@"提示文字" textColor:[UIColor whiteColor] ackgroundColor:[UIColor redColor]];
RKOTopAlert *topAlert = [RKOTopAlert alertViewWithText:@"提示文字" textColor:[UIColor whiteColor] backgroundColor:[UIColor redColor] iconImageName:nil];

[topAlert alertAppearWithDuration:2.0];
```
Expand Down

0 comments on commit 15fed13

Please sign in to comment.