[TIMOB-17750] Expose contentOffset property on TableView on iOS
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 3.4.0 |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Chris Bowley |
| Assignee | Unknown |
| Created | 2014-09-24T14:44:48.000+0000 |
| Updated | 2018-02-28T20:03:45.000+0000 |
Description
TableView does not expose the contentOffset property.
On iOS UITableView is a subclass of UIScrollView which contains the contentOffset property. In Titanium we expose contentOffset for ScrollView but not for TableView. While we provide a scrollToIndex() method, there is no way to manually scroll the TableView, for example to show or hide the header.
No comments