PTAnnotationReplyInputViewController
@interface PTAnnotationReplyInputViewController
: UIViewController <PTOverridable>
A view controller that receives and manages user text input.
-
Initializes a newly created
PTAnnotationReplyInputViewControllerinstance.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()Return Value
an initialized
PTAnnotationReplyInputViewControllerinstance -
Initializes a newly created
PTAnnotationReplyInputViewControllerinstance with the specified coder.Declaration
Objective-C
- (nonnull instancetype)initWithCoder:(nonnull NSCoder *)coder;Swift
init(coder: NSCoder)Parameters
coderThe coder used to initialize the
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithNibName:(nullable NSString *)nibName bundle:(nullable NSBundle *)bundle NS_UNAVAILABLE; -
The view that receives and submits user input.
Declaration
Objective-C
@property (nonatomic, strong, readonly) PTAnnotationReplyInputView *_Nonnull replyInputView;Swift
var replyInputView: PTAnnotationReplyInputView { get } -
The object that is notified of events originating from this view controller.
Declaration
Objective-C
@property (nonatomic, weak, nullable) id<PTAnnotationReplyInputViewControllerDelegate> delegate;Swift
weak var delegate: (any PTAnnotationReplyInputViewControllerDelegate)? { get set }
PTAnnotationReplyInputViewController Class Reference