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.visibleCells 是空的?
我最好的猜测是说你在 tableview 有机会填充自己之前调用了这个方法。
确保在调用委托方法之后以及在屏幕上显示 tableview 之后调用它。
为了获得更准确的答案,我们需要提供有关您的问题的更多详细信息。