Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4977] iOS: Add Ti.UI.TableView.separatorVisible property

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-08-24T11:27:20.000+0000
Affected Version/sRelease 1.7.0, Release 1.6.2
Fix Version/sSprint 2011-34
ComponentsiOS
Labelsapi, feature, parity
ReporterAlan Leard
AssigneeBlain Hamon
Created2011-08-10T13:18:00.000+0000
Updated2017-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.

Comments

  1. Reggie Seagraves 2011-08-11

    This is now essentially a parity issue as Android has added this property.
  2. Stephen Tramer 2011-08-12

    This ticket duplicates the existing Ti.UI.iPhone.TableViewSeperatorStyle.NONE functionality. Need to discuss possibly changing the API and NOT breaking existing functionality.
  3. Blain Hamon 2011-08-24

    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 .
  4. Lee Morris 2017-03-02

    Closed as invalid.

JSON Source