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を使用していますが、テーブルビューセルを追加している間、最後の行のデータがツールバーに隠されています.最後の行を表示するにはどうすればよいですか?
に以下を追加viewDidLoad
viewDidLoad
UIEdgeInsets myInsets = {0, 0, 44, 0}; self.tableView.contentInset = myInsets;