[TIMOB-10327] iOS: Add support for accessing and manipulating TableViewSections from a TableView
GitHub Issue | n/a |
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-11T14:56:42.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Sprint 2012-17 API, Release 3.0.0 |
Components | iOS |
Labels | api, look1, parity |
Reporter | Bryan Hughes |
Assignee | Blain Hamon |
Created | 2012-08-06T11:31:23.000+0000 |
Updated | 2017-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
File | Date | Size |
app.js | 2012-08-21T17:25:39.000+0000 | 3352 |
https://github.com/appcelerator/titanium_mobile/pull/2802
Docs need to be updated in order to reflect those API changes.
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.
Doc update PR https://github.com/appcelerator/titanium_mobile/pull/2908
Doc changes merged.
Closing ticket as fixed.