[TIMOB-11025] iOS 6: Grouped style tabelview background doesn't work (kitchen sink)
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-09-21T14:41:03.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | Sprint 2012-19 API |
Components | iOS |
Labels | n/a |
Reporter | Jong Eun Lee |
Assignee | Ingo Muschenetz |
Created | 2012-09-18T19:57:21.000+0000 |
Updated | 2017-03-21T22:45:25.000+0000 |
Description
If you set tableview style is grouped,
you can't change background color and background image.
You can see this bug on kitchen sink. (table_view_layout3.js, table_views.js)
Attachments
Left two images are ios6's. Right two images are ios5's.
I add a 'self.tableView.backgroundView = nil;' to TiUITableView.m . It works. But I'm not sure there isn't side effect. :)
Tested and confirmed on iOS 6.0, TiSDK 2.1.3.v20120915120319 - background image/colour is not set. Background image/colour is set as expected on iOS 5.1 with all TiSDKs.
This bug was fixed as part of another fix. Verified that this cannot be reproduced with the last build from 2_1_X branch (1c7ff05bb3235929620d1d027b77fa136901a1fc) and with latest build of kitchensink on Xcode 4.5(GA) running iOS 6.0 Simulator Marking ticket as duplicate of timob-10998
Closing ticket as duplicate with reference to the above comments.