[TIMOB-1054] iPhone: can't set background gradient on tableview
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-10-28T09:21:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | defect, gradient, ios, iphone, tableview |
Reporter | Jeff Haynie |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:42:40.000+0000 |
Updated | 2011-10-28T09:21:39.000+0000 |
valid, needs testcase
A minor update while I implement it. The developer question is actually not on tableView, but on tableViewRow, which is not a TiUIView (And thus did not inherit gradient support).
From the looks of things, gradient will take up the entire row, even in grouped format, with no rounded corners. But I will also implement a 'selectedBackgroundGradient' to be used when the row is selected, similar to selectedBackgroundColor, etc.
August? As it is obvious this is not a priority fix, why don't you remove this from the documentation in the mean time so developers don't waste their time trying to achieve this thing that is currently impossible.
Here it is: http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.TableViewRow-object"> http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI....
Cheers,
Should we implement this? Should we fix the docs? Need to pow-wow over it.