Skip to content

Commit 4714a8e

Browse files
committed
Update README.md
1 parent 8e214c4 commit 4714a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TYAlertController
2-
Powerful, easy to use alertView or popView on controller and window, support custom view and animation
2+
Powerful, easy to use alertView or popView on controller and window, support blur effect, custom view and custom animation, use aotolayout.
33

44
### ScreenShot
55
![image](https://github.com/12207480/TYAlertController/blob/master/screenshot/TYAlertControllerDemo.gif)
@@ -57,9 +57,9 @@ TYAlertView *alertView = [TYAlertView alertViewWithTitle:@"TYAlertView" message:
5757
}]];
5858
5959
// first way to show ,use UIView Category
60-
//[alertView showInWindowWithOriginY:200 backgoundTapDismissEnable:YES];
60+
[alertView showInWindowWithOriginY:200 backgoundTapDismissEnable:YES];
6161
6262
// second way to show
63-
[TYShowAlertView showAlertViewWithView:alertView originY:200 backgoundTapDismissEnable:YES];
63+
// [TYShowAlertView showAlertViewWithView:alertView originY:200 backgoundTapDismissEnable:YES];
6464
```
6565

0 commit comments

Comments
 (0)