Re: Pull to refresh?
Re: Pull to refresh?
- Subject: Re: Pull to refresh?
- From: Sean Heber <email@hidden>
- Date: Fri, 16 Nov 2012 12:58:05 -0600
Thanks, this was exactly what I needed! I don't know how I missed that!
l8r
Sean
On Nov 16, 2012, at 11:37 AM, Chris Fleizach <email@hidden> wrote:
>
> 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