ios-轻量级弹框下拉列表选择.zip

时间:2022-07-31 12:24:21
【文件属性】:
文件名称:ios-轻量级弹框下拉列表选择.zip
文件大小:65KB
文件格式:ZIP
更新时间:2022-07-31 12:24:21
弹出视图 一款轻量级的弹框列表选择,适用于有很多表单数据要填写的时候,用这个列表选择弹窗可以比较方便。 通过提供的类方法 (SelectAlert *)showWithTitle:(NSString *)title titles:(NSArray *)titles selectIndex:(SelectIndex)selectIndex selectValue:(SelectValue)selectValue showCloseButton:(BOOL)showCloseButton; 参数分别为:弹框标题,弹框文字数组,block回调弹框选择的index以及弹框选择的字符串,以及两种关闭方式,showCloseButton为YES则通过关闭按钮关闭弹窗,为NO则通过点击弹框外部分关闭弹窗按钮,增强定制化。 代码本身并没有任何难点,完全是为了实用性,这里提供的类方法通过block传值访问外部变量也不会造成循环引用。其他的按钮颜色及定制化可随意自行修改。
【文件预览】:
SelectAlertDemo
----SelectAlertDemo()
--------Assets.xcassets()
--------main.m(338B)
--------AppDelegate.h(281B)
--------SelectAlert.m(7KB)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------SelectAlert.h(1KB)
--------ViewController.h(219B)
--------Info.plist(1KB)
--------ViewController.m(1KB)
----.git()
--------index(2KB)
--------hooks()
--------config(137B)
--------description(73B)
--------refs()
--------logs()
--------objects()
--------info()
--------COMMIT_EDITMSG(15B)
--------HEAD(23B)
----SelectAlertDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
--------xcuserdata()
----.DS_Store(6KB)

网友评论