摘要: /***********UILabel(展示文本文字)***********/ /* 1、实例化 2、属性 3、添加到父视图上 */ //1、实例化 UILabel *label = [[UILabel alloc]initWithFrame... 阅读全文
posted @ 2015-08-24 11:45 谢涵..Fting! 阅读(407) 评论(0) 推荐(0) 编辑
摘要: /***********UIView位置及大小*************/ UIView *view = [[UIView alloc]init]; //1、frame设置位置及大小// view.frame = CGRectMake(100, 100, 100, 100)... 阅读全文
posted @ 2015-08-24 11:38 谢涵..Fting! 阅读(357) 评论(0) 推荐(0) 编辑