ios-AlertView.zip

时间:2022-07-31 13:24:31
【文件属性】:

文件名称:ios-AlertView.zip

文件大小:130KB

文件格式:ZIP

更新时间:2022-07-31 13:24:31

弹出视图

alertview的详细content里面可以传入一个自定义的视图,而且在最下方也可以传入自定义视图,随心设置。只需要调用一句话: [CustomAlertView popViewWithTitle:@"猪头" contentText:view1 contentFrame:CGRectMake(10, 30, 270, 300) bottomView:view2 bottomFrame:CGRectMake(10, 10, 270, 100) leftButtonTitle:@"取消" rightButtonTitle:@"确定" leftBlock:^{ } rightBlock:^{ } dismissBlock:^{ }]; 即可!方便简洁!


【文件预览】:
AlertView的完整封装
----.DS_Store(6KB)
----AlertView.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(12KB)
----AlertView()
--------ViewController.m(2KB)
--------.DS_Store(6KB)
--------Info.plist(1KB)
--------main.m(330B)
--------Base.lproj()
--------CustomAlertView.m(10KB)
--------ViewController.h(243B)
--------AppDelegate.h(273B)
--------Assets.xcassets()
--------CustomAlertView.h(1KB)
--------AppDelegate.m(2KB)
----.git()
--------logs()
--------info()
--------index(2KB)
--------COMMIT_EDITMSG(15B)
--------objects()
--------HEAD(23B)
--------config(137B)
--------refs()
--------hooks()
--------description(73B)

网友评论

相关文章