Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Improve tableview performance with tableView:estimatedHeightForRowAtIndexPath: #343

Open
dcloud opened this issue Nov 21, 2013 · 0 comments

Comments

@dcloud
Copy link
Contributor

dcloud commented Nov 21, 2013

Use tableView:estimatedHeightForRowAtIndexPath: because:

Providing an estimate the height of rows can improve the user experience when loading the table view. If the table contains variable height rows, it might be expensive to calculate all their heights and so lead to a longer load time. Using estimation allows you to defer some of the cost of geometry calculation from load time to scrolling time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant