separatorInset

This commit is contained in:
nixzhu
2015-12-17 14:12:23 +08:00
parent f8d497bca8
commit 5d7ad731a9
+2
View File
@@ -135,6 +135,8 @@ class FeedBasicCell: UITableViewCell {
override init(style: UITableViewCellStyle, reuseIdentifier: String?) {
super.init(style: style, reuseIdentifier: reuseIdentifier)
separatorInset = UIEdgeInsets(top: 0, left: 65, bottom: 0, right: 0)
contentView.addSubview(avatarImageView)
contentView.addSubview(nicknameLabel)
contentView.addSubview(skillButton)