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.
我有一个表格视图,它的每一行都有文本字段。
现在在 textFieldDidEndEditing 之后:(输入一些文本之后)我正在执行一些数据库操作。
所以我又想重新加载表格。
我该怎么做。
谢谢你。
在您想重新加载表格视图的地方调用此方法
[tableview reloadData];