[TIMOB-215] support custom backgrounds for table view rows
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:52:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 0.8.0 |
Components | iOS |
Labels | feature, ios, iphone |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:25:32.000+0000 |
Updated | 2011-04-17T01:52:22.000+0000 |
Description
Support backgroundColor and backgroundImage for table view and grouped view rows. the latter is for iphone only
Note: Like backgroundImage for a button, the backgroundImage of a table cell probably should be a stretchable one.
Issues: What should happen when a user selects the row? In the iPhone, this causes the background layer to be swapped with the hilight gradient. This will be obscured by the image. Should we require backgroundImage to have a backgroundSelectedImage as well?
Ready for testing.