[TIMOB-28198] Deprecate TableViewRow header footer properties
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2021-04-13T02:42:58.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 10.0.0 |
| Components | Android, iOS |
| Labels | deprecate |
| Reporter | Gary Mathews |
| Assignee | Gary Mathews |
| Created | 2020-10-15T17:59:49.000+0000 |
| Updated | 2021-04-13T02:42:58.000+0000 |
Description
- Deprecate TableView
header and footer properties in favor of headerTitle and footerTitle for consistency with TableViewSection, TableViewRow, ListView and ListSection.
- Display a warning when header and footer are used, recommending the _title_ equivalents.
master: https://github.com/appcelerator/titanium_mobile/pull/12689/files
FR Passed. Waiting for Jenkins build
Merged to master and 10_0_X