Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
個別の.xibファイルでそれぞれセルをカスタマイズする必要があります(そして、それらのそれぞれに対して個別の.hおよび.mファイル)
テーブルビュー (コントローラー) にこれら 2 つのカスタム セルが必要です。それも別ファイル。
2 つのカスタム セルを tableviewController にリンクするにはどうすればよいですか?
テーブルビューのデータ ソース (多くの場合、テーブルビュー コントローラー インスタンス) の cellForRowAtIndexPath メソッドで、適切な nib ファイルをロードします。