Inherits from NSProxy
Declared in DTAccessibilityViewProxy.h

Overview

UIView proxy for DTAttributedTextContentView custom subviews for text attachments.

Properties

delegate

The delegate for the proxy

@property (nonatomic, unsafe_unretained, readonly) id<DTAccessibilityViewProxyDelegate> delegate

Declared In

DTAccessibilityViewProxy.h

textAttachment

The text attachment represented by the proxy

@property (nonatomic, strong, readonly) DTTextAttachment *textAttachment

Declared In

DTAccessibilityViewProxy.h

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