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ベースを使用する場合、下合わせは可能UITableViewControllerですか?部分カール遷移のあるモーダルに対してこれを行いたいです。
UITableView
UITableViewController
を使用している場合UITableViewControllerは、テーブルビューが自動的に全画面表示になり、変更できません。
ただし、 が必要ない場合はUITableViewController、標準を使用してこれを行いUIViewController、サイズを設定するだけですUITableView(ストーリーボードまたは必要に応じてコードで)。
UIViewController