https://github.com/YouXianMing
摘要: 解析UIControl从下图可以看出,UIControl继承自UIView,添加了响应事件功能.UIButton之所以能响应各种各样的事件是因为继承自UIControl使用UIControl可以精确的控制按钮事件,我用定制UIControlEventValueChanged来进行说明.YXContr... 阅读全文
posted @ 2014-06-19 17:45 YouXianMing 阅读(1548) 评论(0) 推荐(0) 编辑
摘要: 设置UINavigationController标题的属性 self.title = @"产品详情"; [self.navigationController.navigationBar setTitleTextAttributes:\ [NSDictionary dictiona... 阅读全文
posted @ 2014-06-19 14:04 YouXianMing 阅读(1350) 评论(0) 推荐(0) 编辑
摘要: 使用DIDatepickerhttps://github.com/noxt/DIDatepicker效果:#import "DIViewController.h"#import "DIDatepicker.h"@interface DIViewController ()@property (weak... 阅读全文
posted @ 2014-06-19 09:08 YouXianMing 阅读(490) 评论(1) 推荐(1) 编辑