Reply to How can I fix action button after update Xcode12? had this problem too. turns out I was adding subviews to tableView cell. all my custom views are covered by contentView. adding subviews to contentView should solve the problem. Programming Languages Swift Sep ’20