Re: What types to return in accessibilityAttributeValue?
Re: What types to return in accessibilityAttributeValue?
- Subject: Re: What types to return in accessibilityAttributeValue?
- From: Mike Engber <email@hidden>
- Date: Mon, 19 Mar 2012 09:46:08 -0700
On Mar 17, 2012, at 3:10 AM, Felipe Monteiro de Carvalho wrote:
> I am implementing accessibility for the Cocoa backend of a
> cross-platform framework and I understand that I just need to override
> some routines in my objects, for example:
>
> function accessibilityAttributeValue(attribute: NSString): id; override;
You should definitely _not_ override this private method.
Instead, you should override:
- (id)accessibilityAttributeValue:(NSString *)attribute;
Stick to the methods listed in NSAccessibility.h.
-ME
_______________________________________________
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