Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10327] iOS: Add support for accessing and manipulating TableViewSections from a TableView

GitHub Issuen/a
TypeStory
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-09-11T14:56:42.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sSprint 2012-17 API, Release 3.0.0
ComponentsiOS
Labelsapi, look1, parity
ReporterBryan Hughes
AssigneeBlain Hamon
Created2012-08-06T11:31:23.000+0000
Updated2017-03-16T22:05:45.000+0000

Description

Accessing table view sections from a table view is currently limited to the data property which resets the entire table. This makes it extremely expensive to, say, add a new section to an already existing table. It has also given rise to poorly thought out API designs such as the 'header' property of TableViewRows. We need to add methods for accessing and manipulating TableViewSections in a TableView akin to how we can access TableViewRows from a TableView. We also need to document and deprecate the previously undocumented 'header' property.

Attachments

FileDateSize
app.js2012-08-21T17:25:39.000+00003352

Comments

  1. Blain Hamon 2012-08-21

    https://github.com/appcelerator/titanium_mobile/pull/2802
  2. Ygor Lemos 2012-09-08

    Docs need to be updated in order to reflect those API changes.
  3. Bryan Hughes 2012-09-08

    I just checked and the docs have the API changes already (they were done as part of the mobileweb implementation), but they list ios as not supporting them, which needs to be updated.
  4. Vishal Duggal 2012-09-10

    Doc update PR https://github.com/appcelerator/titanium_mobile/pull/2908
  5. Arthur Evans 2012-09-11

    Doc changes merged.
  6. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source