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.
カスタムセルを使用してストーリーボードでテーブルビューを作成しました:
ストーリーボードを使用したコードの図のように、このテーブルを入力して作成するにはどうすればよいですか? よろしくお願いします。
UITableView を含む Storyboard の ViewController で、UITableViewCell を UITableView 内にドラッグし、カスタマイズします。新しいクラスを UITableViewCell から継承して、このセルに関するすべての機能を処理します。また、StoryBoard で、作成した新しいクラスでカスタム セルのクラスを変更します。