Swift Uitableview Cell Spacing

[Solved] Swift Uitableview Cell Spacing | Swift - Code Explorer | yomemimo.com
Question : swift uitableview cell spacing

Answered by : mobile-star

// Inside UITableViewCell subclass
override func layoutSubviews() { super.layoutSubviews() contentView.frame = contentView.frame.inset(by: UIEdgeInsets(top: 8, left: 8, bottom: 8, right: 8))
}

Source : | Last Update : Wed, 01 Apr 20

Answers related to swift uitableview cell spacing

Code Explorer Popular Question For Swift