페이지

2020년 9월 22일 화요일

UITableViewCell insect

 


class NoticeCell: UITableViewCell {

    

    override func layoutSubviews() {

        super.layoutSubviews()

        contentView.frame = contentView.frame.inset(by: UIEdgeInsets(top: 5, left: 20, bottom: 5, right: 20))


    }


댓글 없음:

댓글 쓰기