iOS UITableView 的 Plain和Grouped样式的区别

2025-05-08 08:27:53
推荐回答(1个)
回答1:

、系统自UITableView式两种:
1.UITableViewStylePlain:

Plain式形充满给view.frame坐标
2.UITableViewStyleGrouped:

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

二、系统自UITableViewCell式四种:
1.UITableViewCellStyleDefault:

Default式:左边显示图片imageView标题textLabel没detailTextLabel
2.UITableViewCellStyleSubtitle:

Subtitle式:左边显示图片imageView边主标题textLabel副标题detailTextLabel主标题字体且加黑副标题字体主标题边
3.UITableViewCellStyleValue1:

Value1式:左边显示图片imageView左边主标题textLabel右边副标题detailTextLabel主标题字体比较黑
4.UITableViewCellStyleValue2:

Value2式:左边主标题textLabel字体偏挨着右边副标题detailTextLabel字体且加黑