码迷,mamicode.com
首页 > 其他好文 > 详细

tableview去除分割线

时间:2018-05-04 12:04:30      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:pretty   tor   屏幕   分割   内嵌   int   tableview   view   str   

默认分割线,左边不到屏幕;

TableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine;

三种结构体样式: 
/** 
UITableViewCellSeparatorStyleNone, 没有分割线 
UITableViewCellSeparatorStyleSingleLine, 单线(默认) (左边不到屏幕)
UITableViewCellSeparatorStyleSingleLineEtched 内嵌线 (左边到屏幕)
*/


tableview去除分割线

标签:pretty   tor   屏幕   分割   内嵌   int   tableview   view   str   

原文地址:https://www.cnblogs.com/OIMM/p/8989299.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!