While compiling a couple of projects with XCode 12 (beta 5 is the latest version at the moment) and running them on iOS14, I\'ve noticed that UIButton, UI
UIButton
UI
All the select response issue may caused by adding subview on UITableviewCell. The right way is add on UITableViewCell.contentView, check it first.
UITableviewCell
UITableViewCell.contentView