szlsay / STAlertView

简易AlertView,添加动画效果

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SXAlertView

License MIT Pod version Carthage Compatible Platform info

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

一、使用

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

二、显示效果

2.1 多种动画效果

image

2.2 多个按钮或多文本效果

image

2.3 文本输入显示效果

image

2.4 虚化效果

image

2.5 图片显示效果

image

2.6 多行输入显示效果

image

三、TODO

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

About

简易AlertView,添加动画效果

License:MIT License


Languages

Language:Objective-C 98.6%Language:Ruby 1.4%