LoginSignup
0
1

More than 3 years have passed since last update.

UITableViewでセルを選択不可にする方法

Posted at

環境

swift 5
xcode 11.3

2020年1月20日現在

動機

簡単なのですが、すぐに忘れてしまうので。

メモメモ

方法

selectionがNoneになっていれば選択することができなくなります。

スクリーンショット 2020-01-20 21.35.37.png

スクリーンショット 2020-01-20 21.35.45.png

コードだと

コードだと以下のように書くようです。

self.tableView.allowsSelection = false
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1