摘要: 在前面, 我们用UIPickerView,UILabel, UITextFeild做了一个日期选择的小Demo, 现在让我们继续来看看UIPickerView和其他UI控件的结合.1.定义全局变量@interface ViewController (){ UILabel *_label; ... 阅读全文
posted @ 2015-03-02 19:03 背着吉他去流浪 阅读(299) 评论(0) 推荐(0)
摘要: 在前面, 我们对UIScrollView有了基本的认识和基本使用, 现在我们来学习第二个高级控件UIPickerView, 废话不多说, 现在让我们来看看怎么使用.1.定义全局变量@interface ViewController ()@property (strong, nonatomic) UI... 阅读全文
posted @ 2015-03-02 16:23 背着吉他去流浪 阅读(366) 评论(0) 推荐(0)