Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17750] Expose contentOffset property on TableView on iOS

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.4.0
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterChris Bowley
AssigneeUnknown
Created2014-09-24T14:44:48.000+0000
Updated2018-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.

Comments

No comments

JSON Source