[TIMOB-4977] iOS: Add Ti.UI.TableView.separatorVisible property
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-08-24T11:27:20.000+0000 |
Affected Version/s | Release 1.7.0, Release 1.6.2 |
Fix Version/s | Sprint 2011-34 |
Components | iOS |
Labels | api, feature, parity |
Reporter | Alan Leard |
Assignee | Blain Hamon |
Created | 2011-08-10T13:18:00.000+0000 |
Updated | 2017-03-02T21:06:04.000+0000 |
Description
Users have requested the ability to eliminate the Separator in a tableview so when they are using backgroundImages for the TableViewRow there is no break in between the rows. See screenshot: http://screencast.com/t/5lDQUpCyHpxv
Setting the tableView seperatorColor to 'transparent' shows the table backgroundColor.
Sample project is attached.
new Ti.UI.TableView.separatorVisible property that takes boolean value should be exposed. If true, default separator should be displayed, otherwise the separator should be hidden.
This is now essentially a parity issue as Android has added this property.
This ticket duplicates the existing Ti.UI.iPhone.TableViewSeperatorStyle.NONE functionality. Need to discuss possibly changing the API and NOT breaking existing functionality.
This should never have gotten this far as it is, because separatorStyle has been documented for over a year and a half, and this bug is a failure to read http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.TableView-object and http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.iPhone.TableViewSeparatorStyle-object.html .
Closed as invalid.