随笔分类 -  iOS 界面控件

摘要:1、TableView 样式@property (nonatomic, readonly) UITableViewStylestyle;平铺模式:sectionHeader和sectionFooter会悬停,有sectionIndex,分隔线分组模式:heightForHeaderInSection... 阅读全文
posted @ 2015-10-24 15:31 shuleihen 阅读(201) 评论(0) 推荐(0)
摘要:iOS6 之后,UILabel加入了attributedText属性,为UILabel的文本显示添加了巨大的变化,attributedText使用coreText绘制,支持文本域字体、颜色等设置。在iOS6 之前,UILabel 只能按照font,textColor属性设置的字体和颜色显示文本,不能... 阅读全文
posted @ 2015-03-31 16:10 shuleihen 阅读(768) 评论(0) 推荐(0)