码迷,mamicode.com
首页 > 其他好文 > 详细

UITableViewCell 相关设置

时间:2014-10-07 13:43:33      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   ar   strong   sp   c   on   html   

1. 字体大小:

UITableViewCellStyleSubtitle:

textLabel: Helvetica Bold, size: labelFontSize+1 (18 px)
detailsLabel: Helvetica, size: systemFontSize (14 px)

UITableViewCellStyleValue1:

textLabel: Helvetica Bold, size: labelFontSize (17 px)
detailsLabel: Helvetica Bold, size: systemFontSize+1 (15 px)

UITableViewCellStyleValue2:

textLabel: Helvetica Bold, size: smallSystemFontSize (12 px)
detailsLabel: Helvetica, size: labelFontSize (17 px)

2. 不同样式的显示效果:

bubuko.com,布布扣      bubuko.com,布布扣     bubuko.com,布布扣     bubuko.com,布布扣

3. 自定义 cell:

bubuko.com,布布扣         bubuko.com,布布扣

 

UITableViewCell 相关设置

标签:style   http   io   ar   strong   sp   c   on   html   

原文地址:http://www.cnblogs.com/pyioscn/p/4009184.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!