The Pragmatic Ball boy

iOSを中心にやってる万年球拾いの老害エンジニアメモ

UITableViewCellのセパレーターを消す

セルのセパレーター消すやつ

 override func awakeFromNib() {
     separatorInset = UIEdgeInsets(top: 0, left: bounds.width, bottom: 0, right: 0)
 }