CVAlertView:自定义alertview,支持多种参数配置

时间:2021-04-29 10:20:28
【文件属性】:
文件名称:CVAlertView:自定义alertview,支持多种参数配置
文件大小:81KB
文件格式:ZIP
更新时间:2021-04-29 10:20:28
Objective-C CVAlertView 自定义alertview,支持多种视图定义 1.实例化AlertView CVAlertView *alertView = [[CVAlertView alloc] initWithTitle:@"新功能" message:@"1.支持iOS9 \n 2.增加丰富的表情 \n 3.peter 改进了很多bug" cancelButtonTitle:@"确认" otherButtonTitle:nil otherButtonAction:nil]; 2.调用showAlertView [alertView showAlertView];
【文件预览】:
CVAlertView-master
----CommonView()
--------Assets.xcassets()
--------main.m(331B)
--------CommonView.xcdatamodeld()
--------AppDelegate.h(635B)
--------AppDelegate.m(6KB)
--------Base.lproj()
--------.DS_Store(8KB)
--------ViewController.h(212B)
--------Info.plist(1KB)
--------ViewController.m(2KB)
--------CVAlertView.m(15KB)
--------Screensnaps()
--------CVAlertView.h(2KB)
----.DS_Store(6KB)
----CommonViewTests()
--------CommonViewTests.m(905B)
--------Info.plist(733B)
----CommonViewUITests()
--------Info.plist(733B)
--------CommonViewUITests.m(1KB)
----CommonView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----README.md(486B)

网友评论