[AC-2417] iOS: Pull to Refresh doesn't work in new SDK
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-10-12T22:09:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | ios, pull, refresh |
Reporter | Josh Lewis |
Assignee | Shak Hossain |
Created | 2012-09-04T07:34:34.000+0000 |
Updated | 2016-03-08T07:41:27.000+0000 |
Description
This code
http://developer.appcelerator.com/blog/2010/05/how-to-create-a-tweetie-like-pull-to-refresh-table.html
Only seems to work on the 2.1b SDK I have installed, using the new ones doesnt work correctly. The view slides up, then back down to refresh, then back up to hide.
Check Kitchen Sink for the updated code.
Latest code: https://github.com/appcelerator/KitchenSink/blob/master/Resources/ui/handheld/ios/baseui/table_view_pull_to_refresh.js Commit history: https://github.com/appcelerator/KitchenSink/commits/master/Resources/ui/handheld/ios/baseui/table_view_pull_to_refresh.js
Hello, I tested this issue with the test code below (modified kitchen sink project). I can't reproduce this issue in latest Ti builds.
Test Environment
Mac OS X 10.8.6 Ti SDK 3.2.0.GA Ti CLI 3.2.0 IOS simulator 7.0.3Test Code
Thnaks