Skip to content

Commit b75ab08

Browse files
committed
Update README.md
1 parent cce15b0 commit b75ab08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
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 blur effect, custom view and custom animation, use aotolayout.
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)
@@ -14,6 +14,8 @@ Powerful, easy to use alertView or popView on controller and window, support blu
1414
1.copy TYAlertController Folder to your project, if you want to have blur effect ,you need copy Blur Effects Folder to your project.<br>
1515
2. #import "UIView+TYAlertView.h", when you use it, if you want use blur effect, #import "TYAlertController+BlurEffects.h".<br>
1616
3. you can use TYAlertController show in controller, or use TYShowAlertView show in window, or use Category UIView+TYAlertView convenient show alertview.
17+
4. check Demo,it have more usefull usage and example.
18+
1719
### usege demo
1820

1921
* show in controller (tow way)
@@ -63,3 +65,7 @@ TYAlertView *alertView = [TYAlertView alertViewWithTitle:@"TYAlertView" message:
6365
// [TYShowAlertView showAlertViewWithView:alertView originY:200 backgoundTapDismissEnable:YES];
6466
```
6567

68+
### Contact
69+
if you find bug,please pull reqeust me <br>
70+
if you have good idea,contact me, Email:122074809@qq.com
71+

0 commit comments

Comments
 (0)