Re: Pull to refresh?
Re: Pull to refresh?
- Subject: Re: Pull to refresh?
- From: Chris Fleizach <email@hidden>
- Date: Fri, 16 Nov 2012 09:37:59 -0800
You can implement accessibilityScroll: and handle the UIAccessibilityScrollDirectionUp case to do what you need to do
Hope that helps
On Nov 16, 2012, at 9:29 AM, Sean Heber <email@hidden> wrote:
> On iOS, I need to make a custom pull to refresh control accessible. I noticed that at least on iOS 6, a 3-finger pull down gesture at the top of a table view triggers an audible notification that says "refreshing content" which would be perfect except I cannot seem to figure out how to correctly capture/monitor that notification so that I can actually trigger my refresh action. I also have another view which needs pull to refresh support but it is a custom UIScrollView subclass and not a UITableView subclass, so if possible I'd like to know what I should do to replicate this there, too. Oh - and it needs to work on iOS 5. :)
>
> Thanks!
>
> l8r
> Sean
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Accessibility-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden