`

UITableView技巧之去除UITableViewCell边框

    博客分类:
  • IOS
阅读更多
有时候想在UITableViewCell中加内容,但又不想要cell的边框出现,其实我们可以设置cell的backgroundView,这样就可以去除边框。
cell.backgroundView = [[[UIView alloc] initWithFrame:CGRectZero] autorelease]; 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics