为了账号安全,请及时绑定邮箱和手机立即绑定

iOS TableView怎样实现只保留中间的分割线?

iOS TableView怎样实现只保留中间的分割线?

iOS
Agent_4 2016-10-29 22:08:00
查看完整描述

3 回答

?
慕仙1417770

TA贡献1条经验 获得超0个赞


不知道和安卓一样吗

查看完整回答
反对 回复 2016-10-30
?
程序猿天璇

TA贡献22条经验 获得超12个赞

[tableview   setSeparatorColor:[UIColor    blueColor]];  //设置分割线为蓝色


隐藏UITableViewCell的分隔线


[self.myTableView       setSeparatorStyle:UITableViewCellSeparatorStyleNone]; 

 UITableViewCellSeparatorStyle有如下几种 :

typedef NS_ENUM(NSInteger, UITableViewCellSeparatorStyle) {

    UITableViewCellSeparatorStyleNone,

    UITableViewCellSeparatorStyleSingleLine,

    UITableViewCellSeparatorStyleSingleLineEtched  // This separator style is only supported for grouped style table views currently

};


查看完整回答
反对 回复 2016-10-30
  • 3 回答
  • 0 关注
  • 1949 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信