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 的通用应用程序,我正在解析项目 init。当我解析新数据时,我使用[tableView reloadData]在 tableView 中重新加载数据。当我在 iPad 上运行应用程序时,重新加载效果很好,在 iPhone 上,它重新加载数据,但单元格的标题仍然那么旧......有什么想法,为什么要这样做?谢谢
[tableView reloadData]
好的,我明白了...您必须在头文件中声明 UItableview 以便在[tableView reload]UITableView 的配置部分之外使用...如此简单-我已将 tableView 声明为表,然后我调用[table reloadData]:-)
[tableView reload]
[table reloadData]