Re: What types to return in accessibilityAttributeValue?
Re: What types to return in accessibilityAttributeValue?
- Subject: Re: What types to return in accessibilityAttributeValue?
- From: Felipe Monteiro de Carvalho <email@hidden>
- Date: Mon, 19 Mar 2012 17:49:25 +0100
On Mon, Mar 19, 2012 at 5:46 PM, Mike Engber <email@hidden> wrote:
> You should definitely _not_ override this private method.
> Instead, you should override:
>
> - (id)accessibilityAttributeValue:(NSString *)attribute;
>
> Stick to the methods listed in NSAccessibility.h.
!? Why do you think it is private. And then you ask me to override
instead the same method =D
I think you got confused by the Objective Pascal syntax.
- (id)accessibilityAttributeValue:(NSString *)attribute;
is exactly the same as:
- (id)accessibilityAttributeValue:(NSString *)attribute;
And it works perfectly.
Please read the Objective Pascal syntax for methods:
http://wiki.freepascal.org/FPC_PasCocoa#Method_declaration
--
Felipe Monteiro de Carvalho
_______________________________________________
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