しかし、 iOS 14 では textLabel と detailTextLabel 、そして imageView も deprecated となっています。 その代わりにセルの defaultContentConfiguration() で取得したオブジェクトに設定を行い、それを contentConfiguration プロパティに渡せと書いてあります。 その辺りを、サンプルを書いて確認してみます。 サンプルプロジェクトは、 GitHub に置きました。 検証環境 macOS 11.0.1 Big Sur Xcode 12.2 iOS 14.2 サンプル ストーリーボード Example1 シーンではセルの Style を Left Detail に、 Example2 シーンではセルの Style を Custom に設定しています。 サンプルコード Example1 シーンのビュー