UITableView和UITableViewCell的几种样式

UITableView和UITableViewCell的几种样式

     转至  http://blog.csdn.net/crazyzhang1990/article/details/12503163

1、系统本身的UITableView样式有两种:iphone

1.UITableViewStylePlain:字体

         

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

2.UITableViewStyleGrouped:.net

        

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

 

2、系统本身的UITableViewCell样式有四种:图片

1.UITableViewCellStyleDefault:ip

        

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

2.UITableViewCellStyleSubtitle:class

         

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

3.UITableViewCellStyleValue1:

         

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

4.UITableViewCellStyleValue2:

         

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

相关文章
相关标签/搜索