【Swift】【XCode】TableViewのCell選択時のハイライトを消す

目次

TableViewのCellの選択時のハイライトを消す

UITableViewCellselectionStyleUITableViewCell.SelectionStyle.noneに設定させる

1
2
//  ハイライトを消す
cell.selectionStyle = UITableViewCell.SelectionStyle.none

Author

Daiki Iijima

Posted on

2021-07-27

Updated on

2025-03-10

Licensed under