美文网首页
UITableViewCell的一些属性

UITableViewCell的一些属性

作者: 歌余 | 来源:发表于2016-01-06 16:57 被阅读28次

@property (nonatomic) NSInteger indentationLevel;

设置内容区域的缩进级别

@property (nonatomic) CGFloat indentationWidth;

设置每个级别的缩进宽度

@property (nonatomic) UIEdgeInsets separatorInset;

设置分割线的偏移量

相关文章

网友评论

      本文标题:UITableViewCell的一些属性

      本文链接:https://www.haomeiwen.com/subject/bfixkttx.html