[AC-2750] iOS TableView nested inside TableView not rendered until "editing" for row movement/delete.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-08-09T08:36:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios, mobile, tableview, tableviewrows |
Reporter | Yoram |
Assignee | Federico Casali |
Created | 2012-07-10T04:32:50.000+0000 |
Updated | 2016-03-08T07:47:39.000+0000 |
Description
I have custom rows with nested TableView (one level).
All content rows of the nested TableView is missing (like blank content), still bavkGroundColor is shown and all nested rows exist, but missing data (images/labels).
If I set a command to change to "editing" mode (for reordering/deleting rows) of the nested TableView, suddenly all content appears.
I think it's all because of render performance issue you changed since 1.8.0.1
Btw, all worked great on v1.8.0.1
Im not quite sure I understand fully the exact case you explained. Can you please provide more detail, or better yet, provide a sample of runnable code so that I may see this issue for myself. A screenshot of the problem will be very helpful as well. Thanks
Thanks Y. Closing