UITableViewCell的4种样式

时间:2023-03-10 02:43:11
UITableViewCell的4种样式

转自http://blog.****.net/crazyzhang1990/article/details/12503163

1.UITableViewCellStyleDefault:

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

2.UITableViewCellStyleSubtitle:

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

3.UITableViewCellStyleValue1:

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

4.UITableViewCellStyleValue2:

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