文件名称:ios-几行代码集成系统单行多行选择器.zip
文件大小:24KB
文件格式:ZIP
更新时间:2022-07-31 13:50:20
选择器
之前项目中用到的一个小功能,发现系统的需要写很多东西,比较麻烦,就随手封装起来了,分享出来,方便自己,方便大家。 系统UIPickerView的封装,非常简单的集成,几行代码即可,支持单行和多行。 github地址:https://github.com/fuzheng0301/SystemPickerView ,感谢star。
【文件预览】:
SystemPickerView-master
----README.md(116B)
----SystemPickerViewDemoTests()
--------Info.plist(733B)
--------SystemPickerViewDemoTests.m(948B)
----SystemPickerViewDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(17KB)
--------xcuserdata()
----SystemPickerViewDemo()
--------AppDelegate.h(287B)
--------ViewController.h(225B)
--------Base.lproj()
--------Assets.xcassets()
--------FZHPickerView.m(2KB)
--------main.m(344B)
--------FZHPickerView.h(1KB)
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------ViewController.m(2KB)