STAlertView
STAlertView copied to clipboard
简易AlertView,添加动画效果
SXAlertView
600行代码实现的简易UIAlertView,添加动画,虚化效果。接口文件中没有对视图的更多的视图属性开放接口,使用过程中可以根据自己的需求进行自定义接口。由于Pod中STAlertView已有,所以使用SXAlertView命名代码。
一、使用
- 使用POD方式
pod 'SXAlertView', '2.2' - 使用carthage方式
github "STShenzhaoliang/STAlertView" "2.2"
二、显示效果
2.1 多种动画效果

2.2 多个按钮或多文本效果

2.3 文本输入显示效果

2.4 虚化效果

2.5 图片显示效果

2.6 多行输入显示效果

三、TODO
3.1 需要完成多个按钮或多文本效果下的自动布局