[TIMOB-16469] MobileWeb: TableViewRow creates unused Views causing poor performance
GitHub Issue | n/a |
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-29T18:43:20.000+0000 |
Affected Version/s | Release 3.2.1 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Andrew Greenstreet |
Assignee | Chris Barber |
Created | 2014-02-15T19:35:08.000+0000 |
Updated | 2018-04-04T23:20:28.000+0000 |
Description
TableView rows create, by default:
Left Image,
Center Content
Center Content > TitleLabel
Right Image
Even if no leftImage, title, or rightImage are declared.
This results in:
1. Poor performance
2. Additional views, especially when adding custom views
3. Inconsistent behavior when compared with ios / android
Views should only be created as declared or needed.
I have modified this functionality in the attached file.
Attachments
Moving this ticket and suggestion to engineering for further evaluation.
Resolving ticket as "Won't fix" as MobileWeb has been deprecated.
Closing as will not fix.