首页 > 其他 > 详细

UITableViewCell 单元格样式

时间:2015-05-16 01:27:18      阅读:182      评论:0      收藏:0      [点我收藏+]

UITableViewCell 单元格样式作用

1 typedef NS_ENUM(NSInteger, UITableViewCellStyle) {
2     UITableViewCellStyleDefault,    // Simple cell with text label and optional image view (behavior of UITableViewCell in iPhoneOS 2.x)
3     UITableViewCellStyleValue1,        // Left aligned label on left and right aligned label on right with blue text (Used in Settings)
4     UITableViewCellStyleValue2,        // Right aligned label on left with blue text and left aligned label on right (Used in Phone/Contacts)
5     UITableViewCellStyleSubtitle    // Left aligned label on top and left aligned label on bottom with gray text (Used in iPod).
6 };             // available in iPhone OS 3.0

UITableViewCellStyleDefault 默认类型 可显示 标题+可选图像

UITableViewCellStyleValue1                      (图像占大格标题在和明细处于同一行 文字堆叠) 标题+明细+图像

 UITableViewCellStyleValue2        不显示图像,标题+明细 文字变亮蓝色

 UITableViewCellStyleSubtitle        (图像占大格标题在上明细在下)标题+明细+图像

UITableViewCell 单元格样式

原文:http://www.cnblogs.com/zhangdashao/p/4507244.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!