| Declaration | |
|---|---|
| From | - (nonnull NSString *)type |
| To | @property (nonatomic, readonly, nonnull) NSString *type |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nonnull) PDFDestination *destination |
| To | @property (nonatomic, strong, nonnull) PDFDestination *destination |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) PDFActionNamedName name |
| To | @property (nonatomic) PDFActionNamedName name |
| Declaration | |
|---|---|
| From | - (nullable instancetype)initWithPageIndex:(NSUInteger)pageIndex atPoint:(NSPoint)point fileURL:(nonnull NSURL *)url |
| To | - (nonnull instancetype)initWithPageIndex:(NSUInteger)pageIndex atPoint:(NSPoint)point fileURL:(nonnull NSURL *)url |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) NSUInteger pageIndex |
| To | @property (nonatomic) NSUInteger pageIndex |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) NSPoint point |
| To | @property (nonatomic) NSPoint point |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nonnull) NSURL *URL |
| To | @property (nonatomic, copy, nonnull) NSURL *URL |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign, nonnull) NSArray<NSString *> *fields |
| To | @property (nonatomic, copy, nullable) NSArray<NSString *> *fields |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL fieldsIncludedAreCleared |
| To | @property (nonatomic) BOOL fieldsIncludedAreCleared |
| Declaration | |
|---|---|
| From | - (nullable instancetype)initWithURL:(nonnull NSURL *)url |
| To | - (nonnull instancetype)initWithURL:(nonnull NSURL *)url |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nonnull) NSURL *URL |
| To | @property (nonatomic, copy, nonnull) NSURL *URL |
| Declaration | |
|---|---|
| From | @property (nonatomic, readwrite, weak, nullable) PDFPage *page |
| To | @property (nonatomic, weak, nullable) PDFPage *page |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nullable) NSString *type |
| To | @property (nonatomic, copy, nullable) NSString *type |
| Declaration | |
|---|---|
| From | @property (nonatomic, readwrite) NSRect bounds |
| To | @property (nonatomic) NSRect bounds |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL shouldDisplay |
| To | @property (nonatomic) BOOL shouldDisplay |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL shouldPrint |
| To | @property (nonatomic) BOOL shouldPrint |
| Declaration | Availability | |
|---|---|---|
| From | @property (nonatomic, retain, nullable) NSDate *modificationDate | Deprecated |
| To | @property (nonatomic, copy, nullable) NSDate *modificationDate | Available |
| Declaration | Availability | |
|---|---|---|
| From | @property (nonatomic, retain, nullable) NSString *userName | Deprecated |
| To | @property (nonatomic, copy, nullable) NSString *userName | Available |
| Declaration | Availability | |
|---|---|---|
| From | @property (nonatomic, retain, nullable) PDFAnnotationPopup *popup | Deprecated |
| To | @property (nonatomic, strong, nullable) PDFAnnotationPopup *popup | Available |
| Declaration | Availability | |
|---|---|---|
| From | @property (nonatomic, retain, nullable) PDFBorder *border | Deprecated |
| To | @property (nonatomic, strong, nullable) PDFBorder *border | Available |
| Declaration | Availability | |
|---|---|---|
| From | @property (nonatomic, retain, nonnull) NSColor *color | Deprecated |
| To | @property (nonatomic, copy, nonnull) NSColor *color | Available |
| Declaration | Availability | |
|---|---|---|
| From | @property (nonatomic, retain, nullable) NSString *contents | Deprecated |
| To | @property (nonatomic, copy, nullable) NSString *contents | Available |
| Declaration | |
|---|---|
| From | - (BOOL)setValue:(nonnull id)value forAnnotationKey:(nonnull NSString *)key |
| To | - (BOOL)setValue:(nonnull id)value forAnnotationKey:(nonnull PDFAnnotationKey)key |
| Declaration | |
|---|---|
| From | - (BOOL)setBoolean:(BOOL)value forAnnotationKey:(nonnull NSString *)key |
| To | - (BOOL)setBoolean:(BOOL)value forAnnotationKey:(nonnull PDFAnnotationKey)key |
| Declaration | |
|---|---|
| From | - (BOOL)setRect:(NSRect)value forAnnotationKey:(nonnull NSString *)key |
| To | - (BOOL)setRect:(NSRect)value forAnnotationKey:(nonnull PDFAnnotationKey)key |
| Declaration | |
|---|---|
| From | - (nullable id)valueForAnnotationKey:(nonnull NSString *)key |
| To | - (nullable id)valueForAnnotationKey:(nonnull PDFAnnotationKey)key |
| Declaration | |
|---|---|
| From | - (void)removeValueForAnnotationKey:(nonnull NSString *)key |
| To | - (void)removeValueForAnnotationKey:(nonnull PDFAnnotationKey)key |
| Availability | |
|---|---|
| From | Available |
| To | Deprecated |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) PDFAction *mouseUpAction |
| To | @property (nonatomic, strong, nullable) PDFAction *mouseUpAction |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_AppearanceDictionary | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_AppearanceDictionary | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_AppearanceState | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_AppearanceState | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Border | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Border | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Color | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Color | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Contents | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Contents | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Flags | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Flags | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Date | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Date | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Name | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Name | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Page | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Page | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Rect | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Rect | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Subtype | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Subtype | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Action | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Action | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_AdditionalActions | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_AdditionalActions | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_BorderStyle | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_BorderStyle | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_DefaultAppearance | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_DefaultAppearance | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Destination | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Destination | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_HighlightingMode | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_HighlightingMode | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Inklist | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Inklist | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_InteriorColor | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_InteriorColor | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_LinePoints | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_LinePoints | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_LineEndingStyles | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_LineEndingStyles | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_IconName | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_IconName | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Open | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Open | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Parent | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Parent | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Popup | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Popup | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_Quadding | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_Quadding | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_QuadPoints | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_QuadPoints | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_TextLabel | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_TextLabel | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_WidgetDefaultValue | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_WidgetDefaultValue | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_WidgetFieldFlags | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_WidgetFieldFlags | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_WidgetFieldType | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_WidgetFieldType | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_WidgetAppearanceDictionary | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_WidgetAppearanceDictionary | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_WidgetMaxLen | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_WidgetMaxLen | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_WidgetOptions | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_WidgetOptions | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_WidgetTextLabelUI | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_WidgetTextLabelUI | Deprecated |
| Declaration | Availability | |
|---|---|---|
| From | NSString *const _Nonnull kPDFAnnotationKey_WidgetValue | Available |
| To | PDFAnnotationKey _Nonnull kPDFAnnotationKey_WidgetValue | Deprecated |
| Header | Availability | |
|---|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h | Deprecated |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h | Available |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | Availability | |
|---|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h | Deprecated |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h | Available |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | Availability | |
|---|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationMarkup.h | Deprecated |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h | Available |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationMarkup.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationMarkup.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationMarkup.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | Availability | |
|---|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h | Deprecated |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h | Available |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | Availability | |
|---|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h | Deprecated |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h | Available |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationLine.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | Availability | |
|---|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h | Deprecated |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h | Available |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationText.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | Availability | |
|---|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationMarkup.h | Deprecated |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h | Available |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationMarkup.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationMarkup.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationMarkup.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | Availability | |
|---|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h | Deprecated |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h | Available |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationButtonWidget.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) PDFBorderStyle style |
| To | @property (nonatomic) PDFBorderStyle style |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) CGFloat lineWidth |
| To | @property (nonatomic) CGFloat lineWidth |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) NSArray *dashPattern |
| To | @property (nonatomic, copy, nullable) NSArray *dashPattern |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) CGFloat zoom |
| To | @property (nonatomic) CGFloat zoom |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidUnlockNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidUnlockNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidBeginFindNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidBeginFindNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidEndFindNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidEndFindNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidBeginPageFindNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidBeginPageFindNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidEndPageFindNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidEndPageFindNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidFindMatchNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidFindMatchNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidBeginWriteNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidBeginWriteNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidEndWriteNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidEndWriteNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidBeginPageWriteNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidBeginPageWriteNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentDidEndPageWriteNotification |
| To | const NSNotificationName _Nonnull PDFDocumentDidEndPageWriteNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentTitleAttribute |
| To | const PDFDocumentAttribute _Nonnull PDFDocumentTitleAttribute |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentAuthorAttribute |
| To | const PDFDocumentAttribute _Nonnull PDFDocumentAuthorAttribute |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentSubjectAttribute |
| To | const PDFDocumentAttribute _Nonnull PDFDocumentSubjectAttribute |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentCreatorAttribute |
| To | const PDFDocumentAttribute _Nonnull PDFDocumentCreatorAttribute |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentProducerAttribute |
| To | const PDFDocumentAttribute _Nonnull PDFDocumentProducerAttribute |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentCreationDateAttribute |
| To | const PDFDocumentAttribute _Nonnull PDFDocumentCreationDateAttribute |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentModificationDateAttribute |
| To | const PDFDocumentAttribute _Nonnull PDFDocumentModificationDateAttribute |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFDocumentKeywordsAttribute |
| To | const PDFDocumentAttribute _Nonnull PDFDocumentKeywordsAttribute |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) NSDictionary *documentAttributes |
| To | @property (nonatomic, copy, nullable) NSDictionary *documentAttributes |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly) int majorVersion |
| To | @property (nonatomic, readonly) NSInteger majorVersion |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly) int minorVersion |
| To | @property (nonatomic, readonly) NSInteger minorVersion |
| Declaration | |
|---|---|
| From | @property (nonatomic, weak, nullable) id delegate |
| To | @property (nonatomic, weak, nullable) id<PDFDocumentDelegate> delegate |
| Declaration | |
|---|---|
| From | - (BOOL)writeToFile:(nonnull NSString *)path withOptions:(nullable NSDictionary *)options |
| To | - (BOOL)writeToFile:(nonnull NSString *)path withOptions:(nullable NSDictionary<PDFDocumentWriteOption,id> *)options |
| Declaration | |
|---|---|
| From | - (BOOL)writeToURL:(nonnull NSURL *)url withOptions:(nullable NSDictionary *)options |
| To | - (BOOL)writeToURL:(nonnull NSURL *)url withOptions:(nullable NSDictionary<PDFDocumentWriteOption,id> *)options |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) PDFOutline *outlineRoot |
| To | @property (nonatomic, strong, nullable) PDFOutline *outlineRoot |
| Declaration | |
|---|---|
| From | - (nonnull NSArray<PDFSelection *> *)findString:(nonnull NSString *)string withOptions:(NSUInteger)options |
| To | - (nonnull NSArray<PDFSelection *> *)findString:(nonnull NSString *)string withOptions:(NSStringCompareOptions)options |
| Declaration | |
|---|---|
| From | - (void)beginFindString:(nonnull NSString *)string withOptions:(NSUInteger)options |
| To | - (void)beginFindString:(nonnull NSString *)string withOptions:(NSStringCompareOptions)options |
| Declaration | |
|---|---|
| From | - (void)beginFindStrings:(nonnull NSArray<NSString *> *)strings withOptions:(NSUInteger)options |
| To | - (void)beginFindStrings:(nonnull NSArray<NSString *> *)strings withOptions:(NSStringCompareOptions)options |
| Declaration | |
|---|---|
| From | - (nullable PDFSelection *)findString:(nonnull NSString *)string fromSelection:(nullable PDFSelection *)selection withOptions:(NSUInteger)options |
| To | - (nullable PDFSelection *)findString:(nonnull NSString *)string fromSelection:(nullable PDFSelection *)selection withOptions:(NSStringCompareOptions)options |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nullable) PDFDocument *document |
| To | @property (nonatomic, readonly, weak, nullable) PDFDocument *document |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) NSString *label |
| To | @property (nonatomic, copy, nullable) NSString *label |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL isOpen |
| To | @property (nonatomic) BOOL isOpen |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) PDFDestination *destination |
| To | @property (nonatomic, strong, nullable) PDFDestination *destination |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) PDFAction *action |
| To | @property (nonatomic, strong, nullable) PDFAction *action |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) NSInteger rotation |
| To | @property (nonatomic) NSInteger rotation |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL displaysAnnotations |
| To | @property (nonatomic) BOOL displaysAnnotations |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) NSColor *color |
| To | @property (nonatomic, copy, nullable) NSColor *color |
| Declaration | |
|---|---|
| From | - (nonnull NSArray<PDFPage *> *)selectedPages |
| To | @property (nonatomic, readonly, strong, nullable) NSArray<PDFPage *> *selectedPages |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) NSSize thumbnailSize |
| To | @property (nonatomic) NSSize thumbnailSize |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) NSUInteger maximumNumberOfColumns |
| To | @property (nonatomic) NSUInteger maximumNumberOfColumns |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL allowsDragging |
| To | @property (nonatomic) BOOL allowsDragging |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL allowsMultipleSelection |
| To | @property (nonatomic) BOOL allowsMultipleSelection |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewDocumentChangedNotification |
| To | const NSNotificationName _Nonnull PDFViewDocumentChangedNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewChangedHistoryNotification |
| To | const NSNotificationName _Nonnull PDFViewChangedHistoryNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewPageChangedNotification |
| To | const NSNotificationName _Nonnull PDFViewPageChangedNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewScaleChangedNotification |
| To | const NSNotificationName _Nonnull PDFViewScaleChangedNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewAnnotationHitNotification |
| To | const NSNotificationName _Nonnull PDFViewAnnotationHitNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewCopyPermissionNotification |
| To | const NSNotificationName _Nonnull PDFViewCopyPermissionNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewPrintPermissionNotification |
| To | const NSNotificationName _Nonnull PDFViewPrintPermissionNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewAnnotationWillHitNotification |
| To | const NSNotificationName _Nonnull PDFViewAnnotationWillHitNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewSelectionChangedNotification |
| To | const NSNotificationName _Nonnull PDFViewSelectionChangedNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewDisplayModeChangedNotification |
| To | const NSNotificationName _Nonnull PDFViewDisplayModeChangedNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewDisplayBoxChangedNotification |
| To | const NSNotificationName _Nonnull PDFViewDisplayBoxChangedNotification |
| Declaration | |
|---|---|
| From | NSString *const _Nonnull PDFViewVisiblePagesChangedNotification |
| To | const NSNotificationName _Nonnull PDFViewVisiblePagesChangedNotification |
| Declaration | |
|---|---|
| From | - (BOOL)canGoToFirstPage |
| To | @property (nonatomic, readonly) BOOL canGoToFirstPage |
| Declaration | |
|---|---|
| From | - (BOOL)canGoToLastPage |
| To | @property (nonatomic, readonly) BOOL canGoToLastPage |
| Declaration | |
|---|---|
| From | - (BOOL)canGoToNextPage |
| To | @property (nonatomic, readonly) BOOL canGoToNextPage |
| Declaration | |
|---|---|
| From | - (BOOL)canGoToPreviousPage |
| To | @property (nonatomic, readonly) BOOL canGoToPreviousPage |
| Declaration | |
|---|---|
| From | - (BOOL)canGoBack |
| To | @property (nonatomic, readonly) BOOL canGoBack |
| Declaration | |
|---|---|
| From | - (BOOL)canGoForward |
| To | @property (nonatomic, readonly) BOOL canGoForward |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) PDFDisplayMode displayMode |
| To | @property (nonatomic) PDFDisplayMode displayMode |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL displaysPageBreaks |
| To | @property (nonatomic) BOOL displaysPageBreaks |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) PDFDisplayBox displayBox |
| To | @property (nonatomic) PDFDisplayBox displayBox |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL displaysAsBook |
| To | @property (nonatomic) BOOL displaysAsBook |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nonnull) NSColor *backgroundColor |
| To | @property (nonatomic, strong, nonnull) NSColor *backgroundColor |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) PDFInterpolationQuality interpolationQuality |
| To | @property (nonatomic) PDFInterpolationQuality interpolationQuality |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) CGFloat scaleFactor |
| To | @property (nonatomic) CGFloat scaleFactor |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL autoScales |
| To | @property (nonatomic) BOOL autoScales |
| Declaration | |
|---|---|
| From | - (BOOL)canZoomIn |
| To | @property (nonatomic, readonly) BOOL canZoomIn |
| Declaration | |
|---|---|
| From | - (BOOL)canZoomOut |
| To | @property (nonatomic, readonly) BOOL canZoomOut |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) PDFSelection *currentSelection |
| To | @property (nonatomic, strong, nullable) PDFSelection *currentSelection |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain, nullable) NSArray<PDFSelection *> *highlightedSelections |
| To | @property (nonatomic, copy, nullable) NSArray<PDFSelection *> *highlightedSelections |
| Declaration | |
|---|---|
| From | - (nullable NSArray<PDFPage *> *)visiblePages |
| To | @property (nonatomic, readonly, nonnull) NSArray<PDFPage *> *visiblePages |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL enableDataDetectors |
| To | @property (nonatomic) BOOL enableDataDetectors |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL shouldAntiAlias |
| To | @property (nonatomic) BOOL shouldAntiAlias |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) CGFloat greekingThreshold |
| To | @property (nonatomic) CGFloat greekingThreshold |
| Declaration | Availability | |
|---|---|---|
| From | @property (nonatomic, assign) BOOL allowsDragging | Available |
| To | @property (nonatomic) BOOL allowsDragging | Deprecated |