A simple, easy to use, variety of prompting operation frame.
// Example
[XYFAlertView showAlertWithTitle:@"title1" subtitle:@"subtitle1subtitle1subtitle1subtitle1subtitle1subtitle1" subtitleColor:[UIColor orangeColor] isLeftButtonRed:NO buttonTitles:@[@"button left", @"button right"] leftButtonClickAction:^{
} rightButtonClickAction:^{
}];
- Add
pod 'XYFAlertView'
to your Podfile. - Run
pod install
orpod update
. - Import <XYFAlertView.h>.
- Download XYFAlertView and find XYFAlertView/XYFAlertView finder.
- Add the source files to your Xcode project.
- Import
XYFAlertView.h
.
This library requires iOS 8.0+
.
XYFAlertView is provided under the MIT license. See LICENSE file for details.
一个简单易用多样的提示操作弹框。
// 举例
[XYFAlertView showAlertWithTitle:@"标题1" subtitle:@"副标题1副标题1副标题1副标题1副标题1副标题1副标题1副标题1副标题1副标题1" subtitleColor:[UIColor orangeColor] isLeftButtonRed:NO buttonTitles:@[@"按钮左", @"按钮右"] leftButtonClickAction:^{
} rightButtonClickAction:^{
}];
- 在 Podfile 中添加
pod 'XYFAlertView'
。 - 执行
pod install
或pod update
。 - 导入 <XYFAlertView.h>。
- 下载 XYFAlertView 并找到 XYFAlertView/XYFAlertView 文件夹。
- 将 XYFAlertView 内的源文件添加(拖放)到你的工程。
- 导入
XYFAlertView.h
。
该工具最低支持 iOS 8.0
。
XYFAlertView 使用 MIT 许可证,详情见 LICENSE 文件。
QQ:2016003298
微信(WeChat):yz33915958