SXAlertView 2.2

SXAlertView 2.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2017

Maintained by STShenzhaoliang.



  • By
  • STShenZhaoliang




600行代码实现的简易UIAlertView,添加动画,虚化效果。接口文件中没有对视图的更多的视图属性开放接口,使用过程中可以根据自己的需求进行自定义接口。由于Pod中STAlertView已有,所以使用SXAlertView命名代码。

一、使用

  1. 使用POD方式 pod 'SXAlertView', '2.1'
  2. 使用carthage方式 github "STShenzhaoliang/STAlertView" "2.1"

二、显示效果

2.1 多种动画效果

image

2.2 多个按钮或多文本效果

image

2.3 文本输入效果

image

2.4 虚化效果

image

2.5 图片显示效果

image

三、TODO

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