Reply to How can I fix action button after update Xcode12? I solved my issue by doing this, Old - (below iOS 14) [cell addSubview:__]; New code - (iOS 14) [cell.contentView addSubview:__]; Programming Languages Swift Dec ’20