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.
ユーザーが上記のテキストビューにデータを入力し、追加ボタンをクリックすると、下のテーブルビューに入力されるリストを作成しようとしています。! 作りたいサンプルタイプです。 サンプル画像
簡単です。[追加] ボタンの IBAction は、テキスト フィールドに入力されたテキストを、UITableView を強化する配列に追加するだけです。配列に追加した後、UITableView を呼び出すreloadDataと、UITableView は新しいデータと NSArray からの他のデータを読み取り、リストにデータを提供します。
reloadData