亲宝软件园·资讯

展开

IOS tableview 的分割线 IOS 基础之设置 tableview 的分割线

人气:0
想了解IOS 基础之设置 tableview 的分割线的相关内容吗,在本文为您仔细讲解IOS tableview 的分割线的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:IOS设置,tableview,的分割线,tableview,的分割线设置,下面大家一起来学习吧。

 ios tableView 设置 tableview 的分割线

实现效果图:

  [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
};


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

加载全部内容

相关教程
猜你喜欢
用户评论