码迷,mamicode.com
首页 > 其他好文 > 详细

自定义UIPickView

时间:2017-09-04 13:29:56      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:mat   col   https   效果   nim   img   get   技术   dap   

效果图

技术分享

 

源码

https://github.com/YouXianMing/Animations

 

说明

技术分享

1. 数据适配器PickerViewDataAdapter含有PickerViewComponent的数组以及行高的信息,数组中有几个Component就有几列

2. PickerViewComponent中包含了PickerViewRow的数组,以及列宽的设置

3. PickerViewRow中包含PickerCustomView子类需要的数据以及自定义的PickerCustomView子类的类名,用于创建自定义view使用

4. PickerCustomView类似于UITableViewCell的功能,用来作为基类继承使用,来达到自定义UIPickerView的目的

技术分享

 

自定义UIPickView

标签:mat   col   https   效果   nim   img   get   技术   dap   

原文地址:http://www.cnblogs.com/YouXianMing/p/7472809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!