All Projects → szlsay → STAlertView

szlsay / STAlertView

Licence: MIT License
简易AlertView,添加动画效果

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to STAlertView

LBXAlertAction
UIAlertView、UIActionSheet、UIAlertController封装,根据不同iOS版本选择对应的方法
Stars: ✭ 57 (+29.55%)
Mutual labels:  uialertview
JHTAlertController
A custom iOS alert that replaces the stock UIAlertController. Easily style the alert to match your app. Written in Swift for iOS.
Stars: ✭ 58 (+31.82%)
Mutual labels:  uialertview

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 需要完成多个按钮或多文本效果下的自动布局

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].