The Pragmatic Ball boy

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

2016-08-10から1日間の記事一覧

UITableViewCellのセパレーターを消す

セルのセパレーター消すやつ override func awakeFromNib() { separatorInset = UIEdgeInsets(top: 0, left: bounds.width, bottom: 0, right: 0) }