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

UITableViewCell的几种样式

时间:2014-07-16 18:53:41      阅读:397      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   c   table   ui   

一、系统自己的UITableView样式有两种:

1.UITableViewStylePlain:

         bubuko.com,布布扣

Plain样式的是方形的,充满你给的view.frame坐标。

2.UITableViewStyleGrouped:

        bubuko.com,布布扣

Grouped样式主要是以圆角形显示。跟iphone自带的通讯录编辑页面类似。

 

二、系统自己的UITableViewCell样式有四种:

1.UITableViewCellStyleDefault:

        bubuko.com,布布扣

Default样式:左边一个显示图片的imageView,一个标题textLabel,没有detailTextLabel。

2.UITableViewCellStyleSubtitle:

         bubuko.com,布布扣

Subtitle样式:左边一个显示图片的imageView,上边一个主标题textLabel,一个副标题detailTextLabel。主标题字体大且加黑,副标题字体小在主标题下边。

3.UITableViewCellStyleValue1:

         bubuko.com,布布扣

Value1样式:左边一个显示图片的imageView,左边一个主标题textLabel,右边一个副标题detailTextLabel,主标题字体比较黑。

4.UITableViewCellStyleValue2:

         bubuko.com,布布扣

Value2样式:左边一个主标题textLabel字体偏小,挨着右边一个副标题detailTextLabel,字体大且加黑。

UITableViewCell的几种样式,布布扣,bubuko.com

UITableViewCell的几种样式

标签:style   blog   http   c   table   ui   

原文地址:http://www.cnblogs.com/clumsy1006/p/3845039.html

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