Ios UITableViewCell 学习记录
1.隐藏UITableViewCell的分隔线
[self.myTableView setSeparatorStyle:UITableViewCellSeparatorStyleNone];
UITableViewCellSeparatorStyle有如下几种
typedef NS_ENUM(NSInteger, UITableViewCellSeparatorStyle) {
UITableViewCellSeparatorStyleNone,
UITableViewCellSeparatorStyleSingleLine,
// This separator style is only supported for grouped style table views currently
UITableViewCellSeparatorStyleSingleLineEtched
};
本文出自 “羊仔” 博客,请务必保留此出处http://5934497.blog.51cto.com/5924497/1636419
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。