摘要: IBAction和IBOutlet,UIView 1 @interface ViewController : UIViewController 2 3 @property(nonatomic, weak)IBOutlet UILabel *lable; 4 5 @end 6 7 8 9 @inter 阅读全文
posted @ 2015-12-01 09:15 Van·Zhang 阅读(2248) 评论(0) 推荐(0) 编辑