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.
我的意思是这看起来有点矫枉过正。它已经有 cellForRowForIndexPath
一旦 UITableViewSourceDelegate 得到了单元格,它就可以通过计算该单元格的高度来轻松获得高度。
所以为什么?
heightForRowAtIndexPath为表中的每一行调用以计算其总高度并因此设置滚动指示器的正确大小。
heightForRowAtIndexPath
另一方面cellForRowForIndexPath,仅对可见单元格调用。
cellForRowForIndexPath