2015年11月5日

UILabel

摘要: 一.默认状态单行,不可获取用户点击事件,UIViewContentModeRedraw模式,改变就重绘.二.相关属性与函数1.文本属性text // label 显示的文字font // text 的字体,值不可以是nil,否则异常textColor // te... 阅读全文

posted @ 2015-11-05 11:38 阿斯顿发-斯语iOS 阅读(130) 评论(0) 推荐(0) 编辑

UIButton

摘要: 1 ------ UIButton按钮是IOS开发中最常用的控件,作为IOS基础学习教程知识 ,初学者需要了解其基本定义和常用设置,以便在开发在熟练运用。 第一、UIButton的定义 UIButton *button=[[UIButton buttonWithType:(UIButtonTyp... 阅读全文

posted @ 2015-11-05 11:33 阿斯顿发-斯语iOS 阅读(120) 评论(0) 推荐(0) 编辑

导航