[TIMOB-13418] ListView: Pull-to-refresh support
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-06-24T23:46:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 13 API, 2013 Sprint 13, Release 3.2.0 |
Components | iOS |
Labels | listview |
Reporter | Ingo Muschenetz |
Assignee | Vishal Duggal |
Created | 2013-04-05T22:34:12.000+0000 |
Updated | 2017-03-21T18:32:49.000+0000 |
Description
will require API/events discussion.
ListView changes New property - pullView (replaces headerPullView) New events - pull (e.active = true/false), pullend (fired on dragend when pull is active) On iOS we will also need to add support to set contentInsets on the listView to keep the pullView visible while data is being updated and then setting it back to (0,0).
Test Code
Pull pending against master https://github.com/appcelerator/titanium_mobile/pull/4407
@vishalduggal shouldn't we add this test case to KS ?
Closing ticket as fixed.