首页 > 系统 > iOS > 正文

IOS UITableView和UITableViewCell的几种样式详细介绍

2019-10-21 18:50:06
字体:
来源:转载
供稿:网友

IOS UITableView和UITableViewCell的几种样式详细介绍

         今天要分享的是IOS开发中一个使用率非常高的一个控件-------UITableView,这两天正在使用tableview做信息的显示,在写代码时对tableview和tableviewcell的几种样式一直分不清楚,今天我详细的研究了一下,下面就跟大家分享一下:

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

1.UITableViewStylePlain:

         IOS,UITableView和UITableViewCell,UITableView和UITableViewCell几种样式,UITableView,UITableViewCell

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

2.UITableViewStyleGrouped:

        IOS,UITableView和UITableViewCell,UITableView和UITableViewCell几种样式,UITableView,UITableViewCell

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

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

1.UITableViewCellStyleDefault:

        IOS,UITableView和UITableViewCell,UITableView和UITableViewCell几种样式,UITableView,UITableViewCell

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

2.UITableViewCellStyleSubtitle:

         IOS,UITableView和UITableViewCell,UITableView和UITableViewCell几种样式,UITableView,UITableViewCell

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

3.UITableViewCellStyleValue1:

         IOS,UITableView和UITableViewCell,UITableView和UITableViewCell几种样式,UITableView,UITableViewCell

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

4.UITableViewCellStyleValue2:

         IOS,UITableView和UITableViewCell,UITableView和UITableViewCell几种样式,UITableView,UITableViewCell

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

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!


注:相关教程知识阅读请移步到IOS开发频道。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表