A property-list object containing the annotation data provided by a document interaction controller.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
Framework
- UIKit
Declaration
@property(nonatomic, readonly) id annotation;
Discussion
This property contains the data that the originating app placed in the annotation
property of its UIDocument
. The root object is always an NSDictionary
object. The contents of that dictionary may be any other property list types, including NSDictionary
, NSArray
, NSData
, NSString
, NSNumber
, or NSDate
objects.