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 和导航控制器,在添加 tableview 单元格时,最后一行数据隐藏在工具栏中。我如何显示最后一行?
将以下内容添加到viewDidLoad
viewDidLoad
UIEdgeInsets myInsets = {0, 0, 44, 0}; self.tableView.contentInset = myInsets;