ISRefreshControl
ISRefreshControl copied to clipboard
Bug on iOS 5 : gum view and indicator visible at the same time
Hello,
Thank you for your nice library, it's very handy!
I have a problem with iOS 5 : sometimes the gum view and the circular indicator view are visible at the same time : http://cl.ly/image/1O423V1m0O3C. And then, if I try to pull a second time, neither the gum view, neither the indicator view are visible.
Have you already experienced the same issue?
I am adding the pull to refresh view to a scrollview using the following code:
_refreshControl = [[ISRefreshControl alloc] init]; [_scroller addSubview:_refreshControl];
Thanks, Martin
I confirm the issue is reproduced on my app as well under iOS 5 sim.
I tried to reproduce this issue, but I could not. so I refactored some code managing indicatorView and gumView to prevent this bug. please test the new version (1.1.1), and report if you have the time.
Thanks for getting back to me.
I just tested and I can still reproduce the issue. When I'll have time, I'll send you a test project.
On Mon, Feb 4, 2013 at 2:31 PM, Yosuke Ishikawa [email protected]:
I tried to reproduce this issue, but I could not. so I refactored some code managing indicatorView and gumView to prevent this bug. please test the new version (1.1.1), and report if you have the time.
— Reply to this email directly or view it on GitHubhttps://github.com/ishkawa/ISRefreshControl/issues/6#issuecomment-13076834.
Martin Moizard Mail: [email protected]