From 5d7ad731a90e233db1dcfce4e63da33ffc7e3265 Mon Sep 17 00:00:00 2001 From: nixzhu Date: Thu, 17 Dec 2015 14:12:23 +0800 Subject: [PATCH] separatorInset --- Yep/Views/Cells/Feed/FeedBasicCell.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Yep/Views/Cells/Feed/FeedBasicCell.swift b/Yep/Views/Cells/Feed/FeedBasicCell.swift index 009c67a2..149d7106 100644 --- a/Yep/Views/Cells/Feed/FeedBasicCell.swift +++ b/Yep/Views/Cells/Feed/FeedBasicCell.swift @@ -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)