【发布时间】:2018-08-27 18:11:53
【问题描述】:
我们在 iPad(iOS 版本 11.2)上运行应用程序时遇到问题,它首先调用 cellForRowAtIndexPath 而不是第一次调用 heightForRowAtIndexPath。
如果我们在模拟器上运行它,那么它运行得很好,heightForRowAtIndexPath 第一次调用,然后cellForRowAtIndexPath 调用。谁能告诉我们这是什么问题?
【问题讨论】:
-
也许包括您的相关代码可能会有所帮助。
标签: ios uitableview ipad delegates ios-simulator