DTAccessibilityViewProxy Class Reference
Inherits from | NSProxy |
Declared in | DTAccessibilityViewProxy.h |
Properties
Instance Methods
initWithTextAttachment:delegate:
Creates a text attachment proxy for use with the VoiceOver system.
- (id)initWithTextAttachment:(DTTextAttachment *)textAttachment delegate:(id<DTAccessibilityViewProxyDelegate>)delegate
Parameters
- textAttachment
The DTTextAttachment that will be represented by a view.
- delegate
An object conforming to DTAccessibilityViewProxyDelegate that will provide a view when needed by the proxy.
Return Value
A new proxy object
Declared In
DTAccessibilityViewProxy.h