IOS UItableView得group风格如何去掉分割线问题,iosuitableview
展开全部
在自定义UItableView的时候,当选择的style为Group时,往往在设置透明后分割线还在,为了去除,只要重新设置一个BackgroundView覆盖掉原来的即可:
//取消分割线
UIView *view= [ [ [ UIView alloc ] init ] autorelease];
[cell setBackgroundView :view];
//取消点击效果
cell.selectionStyle = UITableViewCellSelectionStyleNone;
//取消分割线
UIView *view= [ [ [ UIView alloc ] init ] autorelease];
[cell setBackgroundView :view];
//取消点击效果
cell.selectionStyle = UITableViewCellSelectionStyleNone;
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询