Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szlsay/stalertview
简易AlertView,添加动画效果
https://github.com/szlsay/stalertview
uialertview
Last synced: 22 days ago
JSON representation
简易AlertView,添加动画效果
- Host: GitHub
- URL: https://github.com/szlsay/stalertview
- Owner: szlsay
- License: mit
- Created: 2015-12-31T06:43:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T04:54:22.000Z (about 7 years ago)
- Last Synced: 2024-12-01T09:47:20.473Z (about 1 month ago)
- Topics: uialertview
- Language: Objective-C
- Homepage:
- Size: 854 KB
- Stars: 44
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SXAlertView
![License MIT](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)
![Pod version](https://img.shields.io/cocoapods/v/SXAlertView.svg?style=flat)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Platform info](https://img.shields.io/cocoapods/p/SXAlertView.svg?style=flat)](http://cocoadocs.org/docsets/SXAlertView)600行代码实现的简易UIAlertView,添加动画,虚化效果。接口文件中没有对视图的更多的视图属性开放接口,使用过程中可以根据自己的需求进行自定义接口。由于Pod中STAlertView已有,所以使用SXAlertView命名代码。
## 一、使用
1. 使用POD方式 `pod 'SXAlertView', '2.2'`
2. 使用carthage方式 `github "STShenzhaoliang/STAlertView" "2.2"`## 二、显示效果
### 2.1 多种动画效果
![image](https://github.com/STShenZhaoliang/STImage/blob/master/SXAlertView/gif1.gif)
### 2.2 多个按钮或多文本效果
![image](https://github.com/STShenZhaoliang/STImage/blob/master/SXAlertView/gif2.gif)
### 2.3 文本输入显示效果
![image](https://github.com/STShenZhaoliang/STImage/blob/master/SXAlertView/gif3.gif)
### 2.4 虚化效果
![image](https://github.com/STShenZhaoliang/STImage/blob/master/SXAlertView/gif4.gif)
### 2.5 图片显示效果
![image](https://github.com/STShenZhaoliang/STImage/blob/master/SXAlertView/gif5.gif)
### 2.6 多行输入显示效果
![image](https://github.com/STShenZhaoliang/STImage/blob/master/SXAlertView/gif6.gif)## 三、TODO
3.1 需要完成多个按钮或多文本效果下的自动布局