[TIMOB-6559] iOS: Improve TableView rendering by better handling of opaque views
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Jeff Haynie |
Assignee | Ingo Muschenetz |
Created | 2011-12-10T14:59:54.000+0000 |
Updated | 2015-02-06T17:45:50.000+0000 |
Description
Because of the way we handle non-opaque views (like UILabels) on a table view cell, we don't get maximum performance of table views and thus the OS has to do compositing and it's slower. This can easily be seen on device when running instruments.
I believe the current plan is that we add no more new features to TableView and instead direct users to ListView. Have you noticed this as a problem there as well?