class NoticeCell: UITableViewCell {
override func layoutSubviews() {
super.layoutSubviews()
contentView.frame = contentView.frame.inset(by: UIEdgeInsets(top: 5, left: 20, bottom: 5, right: 20))
}
댓글 없음:
댓글 쓰기