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.
是否可以动态地将新行插入到 tableview 中?。我有两个文本字段,当我单击插入按钮时,我将数据添加到我的 tableview
当然!只需更新您的模型,然后发出:
[tableView reloadData];