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

tableciewCell 样式

时间:2015-03-18 18:39:07      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:tableciewcell 样式



typedef NS_ENUM(NSInteger, UITableViewCellStyle) {

    UITableViewCellStyleDefault,    // 左侧显示textLabel(不显示detailTextLabel),imageView可选(显示在最左边)

    UITableViewCellStyleValue1,        // 左侧显示textLabel、右侧显示detailTextLabel(默认蓝色),imageView可选(显示在最左边)

    UITableViewCellStyleValue2,        // 左侧依次显示textLabel(默认蓝色)和detailTextLabel,imageView可选(显示在最左边)

    UITableViewCellStyleSubtitle    // 左上方显示textLabel,左下方显示detailTextLabel(默认灰色),imageView可选(显示在最左边)

};


tableciewCell 样式

标签:tableciewcell 样式

原文地址:http://huaxiazwd.blog.51cto.com/9738221/1621722

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