Quartz Changes for Objective-C
Quartz
IKCameraDeviceView.h
Modified IKCameraDeviceView.delegate
Declaration | |
---|---|
From | @property(assign) id<IKCameraDeviceViewDelegate> delegate |
To | @property(assign) IBOutlet id<IKCameraDeviceViewDelegate> delegate |
IKDeviceBrowserView.h
Modified IKDeviceBrowserView.delegate
Declaration | |
---|---|
From | @property(assign) id<IKDeviceBrowserViewDelegate> delegate |
To | @property(assign) IBOutlet id<IKDeviceBrowserViewDelegate> delegate |
IKImageBrowserView.h
Removed -[IKImageBrowserView setDataSource:]
Removed -[IKImageBrowserView setDelegate:]
Removed -[NSObject isSelectable]
Added NSObject.selectable
Modified IKImageBrowserView.dataSource
Declaration | |
---|---|
From | - (id)dataSource |
To | @property(assign) IBOutlet id dataSource |
Modified IKImageBrowserView.delegate
Declaration | |
---|---|
From | - (id)delegate |
To | @property(assign) IBOutlet id delegate |
IKImageView.h
Modified IKImageView.delegate
Declaration | |
---|---|
From | @property(assign) id delegate |
To | @property(assign) IBOutlet id delegate |
IKScannerDeviceView.h
Modified IKScannerDeviceView.delegate
Declaration | |
---|---|
From | @property(assign) id<IKScannerDeviceViewDelegate> delegate |
To | @property(assign) IBOutlet id<IKScannerDeviceViewDelegate> delegate |
PDFActionGoTo.h
Removed -[PDFActionGoTo setDestination:]
Modified PDFActionGoTo.destination
Declaration | |
---|---|
From | - (PDFDestination *)destination |
To | @property(nonatomic, retain) PDFDestination *destination |
Declaration | |
---|---|
From | - (id)initWithDestination:(PDFDestination *)destination |
To | - (instancetype)initWithDestination:(PDFDestination *)destination |
PDFActionNamed.h
Removed -[PDFActionNamed setName:]
Modified -[PDFActionNamed initWithName:]
Declaration | |
---|---|
From | - (id)initWithName:(PDFActionNamedName)name |
To | - (instancetype)initWithName:(PDFActionNamedName)name |
Modified PDFActionNamed.name
Declaration | |
---|---|
From | - (PDFActionNamedName)name |
To | @property(nonatomic, assign) PDFActionNamedName name |
PDFActionRemoteGoTo.h
Removed -[PDFActionRemoteGoTo setPageIndex:]
Removed -[PDFActionRemoteGoTo setPoint:]
Removed -[PDFActionRemoteGoTo setURL:]
Declaration | |
---|---|
From | - (id)initWithPageIndex:(NSUInteger)pageIndex atPoint:(NSPoint)point fileURL:(NSURL *)url |
To | - (instancetype)initWithPageIndex:(NSUInteger)pageIndex atPoint:(NSPoint)point fileURL:(NSURL *)url |
Modified PDFActionRemoteGoTo.pageIndex
Declaration | |
---|---|
From | - (NSUInteger)pageIndex |
To | @property(nonatomic, assign) NSUInteger pageIndex |
Modified PDFActionRemoteGoTo.point
Declaration | |
---|---|
From | - (NSPoint)point |
To | @property(nonatomic, assign) NSPoint point |
Modified PDFActionRemoteGoTo.URL
Declaration | |
---|---|
From | - (NSURL *)URL |
To | @property(nonatomic, retain) NSURL *URL |
PDFActionResetForm.h
Removed -[PDFActionResetForm setFields:]
Removed -[PDFActionResetForm setFieldsIncludedAreCleared:]
Modified PDFActionResetForm.fields
Declaration | |
---|---|
From | - (NSArray *)fields |
To | @property(nonatomic, assign) NSArray<NSString *> *fields |
Declaration | |
---|---|
From | - (BOOL)fieldsIncludedAreCleared |
To | @property(nonatomic, assign) BOOL fieldsIncludedAreCleared |
Modified -[PDFActionResetForm init]
Declaration | |
---|---|
From | - (id)init |
To | - (instancetype)init |
PDFActionURL.h
Removed -[PDFActionURL setURL:]
Modified -[PDFActionURL initWithURL:]
Declaration | |
---|---|
From | - (id)initWithURL:(NSURL *)url |
To | - (instancetype)initWithURL:(NSURL *)url |
Modified PDFActionURL.URL
Declaration | |
---|---|
From | - (NSURL *)URL |
To | @property(nonatomic, retain) NSURL *URL |
PDFAnnotation.h
Removed -[PDFAnnotation setBorder:]
Removed -[PDFAnnotation setBounds:]
Removed -[PDFAnnotation setColor:]
Removed -[PDFAnnotation setContents:]
Removed -[PDFAnnotation setModificationDate:]
Removed -[PDFAnnotation setMouseUpAction:]
Removed -[PDFAnnotation setPopup:]
Removed -[PDFAnnotation setShouldDisplay:]
Removed -[PDFAnnotation setShouldPrint:]
Removed -[PDFAnnotation setUserName:]
Added kPDFAnnotationKey_Action
Added kPDFAnnotationKey_AppleExtras
Added kPDFAnnotationKey_Border
Added kPDFAnnotationKey_Color
Added kPDFAnnotationKey_Date
Added kPDFAnnotationKey_Flags
Added kPDFAnnotationKey_Name
Added kPDFAnnotationKey_Open
Added kPDFAnnotationKey_Page
Added kPDFAnnotationKey_Parent
Added kPDFAnnotationKey_Popup
Added kPDFAnnotationKey_Rect
Modified PDFAnnotation.border
Declaration | Deprecation | |
---|---|---|
From | - (PDFBorder *)border | -- |
To | @property(nonatomic, retain) PDFBorder *border | OS X 10.12 |
Modified PDFAnnotation.bounds
Declaration | |
---|---|
From | - (NSRect)bounds |
To | @property(nonatomic, readwrite) NSRect bounds |
Modified PDFAnnotation.color
Declaration | Deprecation | |
---|---|---|
From | - (NSColor *)color | -- |
To | @property(nonatomic, retain) NSColor *color | OS X 10.12 |
Modified PDFAnnotation.contents
Declaration | Deprecation | |
---|---|---|
From | - (NSString *)contents | -- |
To | @property(nonatomic, retain) NSString *contents | OS X 10.12 |
Modified -[PDFAnnotation drawWithBox:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified PDFAnnotation.hasAppearanceStream
Declaration | Readonly | |
---|---|---|
From | - (BOOL)hasAppearanceStream | -- |
To | @property(nonatomic, readonly) BOOL hasAppearanceStream | yes |
Modified -[PDFAnnotation initWithBounds:]
Declaration | Deprecation | |
---|---|---|
From | - (id)initWithBounds:(NSRect)bounds | -- |
To | - (instancetype)initWithBounds:(NSRect)bounds | OS X 10.12 |
Modified PDFAnnotation.modificationDate
Declaration | Deprecation | |
---|---|---|
From | - (NSDate *)modificationDate | -- |
To | @property(nonatomic, retain) NSDate *modificationDate | OS X 10.12 |
Modified PDFAnnotation.mouseUpAction
Declaration | Deprecation | |
---|---|---|
From | - (PDFAction *)mouseUpAction | -- |
To | @property(nonatomic, retain) PDFAction *mouseUpAction | OS X 10.12 |
Modified PDFAnnotation.page
Declaration | |
---|---|
From | - (PDFPage *)page |
To | @property(nonatomic, readwrite, weak) PDFPage *page |
Modified PDFAnnotation.popup
Declaration | Deprecation | |
---|---|---|
From | - (PDFAnnotationPopup *)popup | -- |
To | @property(nonatomic, retain) PDFAnnotationPopup *popup | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified PDFAnnotation.shouldDisplay
Declaration | |
---|---|
From | - (BOOL)shouldDisplay |
To | @property(nonatomic, assign) BOOL shouldDisplay |
Modified PDFAnnotation.shouldPrint
Declaration | |
---|---|
From | - (BOOL)shouldPrint |
To | @property(nonatomic, assign) BOOL shouldPrint |
Modified PDFAnnotation.toolTip
Declaration | Deprecation | Readonly | |
---|---|---|---|
From | - (NSString *)toolTip | -- | -- |
To | @property(nonatomic, readonly) NSString *toolTip | OS X 10.12 | yes |
Modified PDFAnnotation.type
Declaration | Readonly | |
---|---|---|
From | - (NSString *)type | -- |
To | @property(nonatomic, readonly) NSString *type | yes |
Modified PDFAnnotation.userName
Declaration | Deprecation | |
---|---|---|
From | - (NSString *)userName | -- |
To | @property(nonatomic, retain) NSString *userName | OS X 10.12 |
PDFAnnotationButtonWidget.h
Added kPDFWidgetMixedState
Added kPDFWidgetOffState
Added kPDFWidgetOnState
Added PDFWidgetCellState
Modified PDFAnnotationButtonWidget
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationButtonWidget caption]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationButtonWidget font]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationButtonWidget isHighlighted]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationButtonWidget setHighlighted:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationButtonWidget state]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified PDFWidgetControlType
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationChoiceWidget.h
Modified PDFAnnotationChoiceWidget
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationChoiceWidget choices]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationChoiceWidget font]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationCircle.h
Modified PDFAnnotationCircle
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationCircle interiorColor]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationFreeText.h
Modified PDFAnnotationFreeText
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationFreeText alignment]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationFreeText font]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationFreeText fontColor]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationFreeText setFont:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationInk.h
Modified PDFAnnotationInk
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationInk addBezierPath:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationInk paths]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationLine.h
Modified PDFAnnotationLine
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLine endLineStyle]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLine endPoint]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLine interiorColor]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLine setEndPoint:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLine setStartPoint:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLine startLineStyle]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLine startPoint]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified PDFLineStyle
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationLink.h
Modified PDFAnnotationLink
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLink destination]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLink setDestination:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLink setHighlighted:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLink setURL:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationLink URL]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationMarkup.h
Modified PDFAnnotationMarkup
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationMarkup markupType]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified PDFMarkupType
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationPopup.h
Modified PDFAnnotationPopup
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationPopup isOpen]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationPopup setIsOpen:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationSquare.h
Modified PDFAnnotationSquare
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationSquare interiorColor]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationStamp.h
Added -[PDFAnnotationStamp isSignature]
Modified PDFAnnotationStamp
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationStamp name]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationStamp setName:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationText.h
Modified PDFAnnotationText
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationText iconType]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationText setIconType:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified PDFTextAnnotationIconType
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFAnnotationTextWidget.h
Modified PDFAnnotationTextWidget
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationTextWidget alignment]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationTextWidget fieldName]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationTextWidget font]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationTextWidget fontColor]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationTextWidget rotation]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFAnnotationTextWidget setFont:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFBorder.h
Removed -[PDFBorder setDashPattern:]
Removed -[PDFBorder setLineWidth:]
Removed -[PDFBorder setStyle:]
Modified PDFBorder.dashPattern
Declaration | |
---|---|
From | - (NSArray *)dashPattern |
To | @property(nonatomic, retain) NSArray *dashPattern |
Modified PDFBorder.lineWidth
Declaration | |
---|---|
From | - (CGFloat)lineWidth |
To | @property(nonatomic, assign) CGFloat lineWidth |
Modified PDFBorder.style
Declaration | |
---|---|
From | - (PDFBorderStyle)style |
To | @property(nonatomic, assign) PDFBorderStyle style |
PDFDestination.h
Removed -[PDFDestination setZoom:]
Declaration | |
---|---|
From | - (id)initWithPage:(PDFPage *)page atPoint:(NSPoint)point |
To | - (instancetype)initWithPage:(PDFPage *)page atPoint:(NSPoint)point |
Modified PDFDestination.page
Declaration | Readonly | |
---|---|---|
From | - (PDFPage *)page | -- |
To | @property(nonatomic, weak, readonly) PDFPage *page | yes |
Modified PDFDestination.point
Declaration | Readonly | |
---|---|---|
From | - (NSPoint)point | -- |
To | @property(nonatomic, readonly) NSPoint point | yes |
Modified PDFDestination.zoom
Declaration | |
---|---|
From | - (CGFloat)zoom |
To | @property(nonatomic, assign) CGFloat zoom |
PDFDocument.h
Removed -[PDFDocument setDelegate:]
Removed -[PDFDocument setDocumentAttributes:]
Removed -[PDFDocument setOutlineRoot:]
Modified -[NSObject classForAnnotationClass:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[NSObject classForPage]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified PDFDocument.allowsCopying
Declaration | Readonly | |
---|---|---|
From | - (BOOL)allowsCopying | -- |
To | @property(nonatomic, readonly) BOOL allowsCopying | yes |
Modified PDFDocument.allowsPrinting
Declaration | Readonly | |
---|---|---|
From | - (BOOL)allowsPrinting | -- |
To | @property(nonatomic, readonly) BOOL allowsPrinting | yes |
Declaration | |
---|---|
From | - (void)beginFindStrings:(NSArray *)strings withOptions:(NSUInteger)options |
To | - (void)beginFindStrings:(NSArray<NSString *> *)strings withOptions:(NSUInteger)options |
Modified PDFDocument.delegate
Declaration | |
---|---|
From | - (id)delegate |
To | @property(nonatomic, weak) id delegate |
Modified PDFDocument.documentAttributes
Declaration | |
---|---|
From | - (NSDictionary *)documentAttributes |
To | @property(nonatomic, retain) NSDictionary *documentAttributes |
Modified PDFDocument.documentRef
Declaration | Readonly | |
---|---|---|
From | - (CGPDFDocumentRef)documentRef | -- |
To | @property(nonatomic, readonly) CGPDFDocumentRef documentRef | yes |
Modified PDFDocument.documentURL
Declaration | Readonly | |
---|---|---|
From | - (NSURL *)documentURL | -- |
To | @property(nonatomic, readonly) NSURL *documentURL | yes |
Declaration | |
---|---|
From | - (NSArray *)findString:(NSString *)string withOptions:(NSUInteger)options |
To | - (NSArray<PDFSelection *> *)findString:(NSString *)string withOptions:(NSUInteger)options |
Modified -[PDFDocument initWithData:]
Declaration | |
---|---|
From | - (id)initWithData:(NSData *)data |
To | - (instancetype)initWithData:(NSData *)data |
Modified -[PDFDocument initWithURL:]
Declaration | |
---|---|
From | - (id)initWithURL:(NSURL *)url |
To | - (instancetype)initWithURL:(NSURL *)url |
Modified PDFDocument.isEncrypted
Declaration | Readonly | |
---|---|---|
From | - (BOOL)isEncrypted | -- |
To | @property(nonatomic, readonly) BOOL isEncrypted | yes |
Modified PDFDocument.isFinding
Declaration | Readonly | |
---|---|---|
From | - (BOOL)isFinding | -- |
To | @property(nonatomic, readonly) BOOL isFinding | yes |
Modified PDFDocument.isLocked
Declaration | Readonly | |
---|---|---|
From | - (BOOL)isLocked | -- |
To | @property(nonatomic, readonly) BOOL isLocked | yes |
Modified PDFDocument.majorVersion
Declaration | Readonly | |
---|---|---|
From | - (int)majorVersion | -- |
To | @property(nonatomic, readonly) int majorVersion | yes |
Modified PDFDocument.minorVersion
Declaration | Readonly | |
---|---|---|
From | - (int)minorVersion | -- |
To | @property(nonatomic, readonly) int minorVersion | yes |
Modified PDFDocument.outlineRoot
Declaration | |
---|---|
From | - (PDFOutline *)outlineRoot |
To | @property(nonatomic, retain) PDFOutline *outlineRoot |
Modified PDFDocument.pageClass
Declaration | Readonly | |
---|---|---|
From | - (Class)pageClass | -- |
To | @property(nonatomic, readonly) Class pageClass | yes |
Modified PDFDocument.pageCount
Declaration | Readonly | |
---|---|---|
From | - (NSUInteger)pageCount | -- |
To | @property(nonatomic, readonly) NSUInteger pageCount | yes |
Modified PDFDocument.permissionsStatus
Declaration | Readonly | |
---|---|---|
From | - (PDFDocumentPermissions)permissionsStatus | -- |
To | @property(nonatomic, readonly) PDFDocumentPermissions permissionsStatus | yes |
Declaration | Readonly | |
---|---|---|
From | - (PDFSelection *)selectionForEntireDocument | -- |
To | @property(nonatomic, readonly) PDFSelection *selectionForEntireDocument | yes |
Modified PDFDocument.string
Declaration | Readonly | |
---|---|---|
From | - (NSString *)string | -- |
To | @property(nonatomic, readonly) NSString *string | yes |
PDFKitPlatform.h (Added)
Added #def PDFEdgeInsets
Added #def PDFKIT_AVAILABLE
Added #def PDFKIT_DEPRECATED
Added #def PDFKIT_PLATFORM_OSX
Added #def PDFKitPlatformBezierPath
Added #def PDFKitPlatformBezierPathElement
Added #def PDFKitPlatformButton
Added #def PDFKitPlatformButtonCell
Added #def PDFKitPlatformChoiceWidgetView
Added #def PDFKitPlatformColor
Added #def PDFKitPlatformControl
Added #def PDFKitPlatformEvent
Added #def PDFKitPlatformFont
Added #def PDFKitPlatformImage
Added #def PDFKitPlatformImageView
Added #def PDFKitPlatformScrollView
Added #def PDFKitPlatformTextField
Added #def PDFKitPlatformTextFieldDidBeginEditing
Added #def PDFKitPlatformTextFieldDidChangeText
Added #def PDFKitPlatformTextFieldDidEndEditing
Added #def PDFKitPlatformTextView
Added #def PDFKitPlatformTextViewDidChangeSelection
Added #def PDFKitPlatformView
Added #def PDFKitPlatformViewController
Added #def PDFPoint
Added #def PDFRect
Added #def PDFRectZero
Added #def PDFSize
Added #def PDFSizeZero
PDFOutline.h
Removed -[PDFOutline setAction:]
Removed -[PDFOutline setDestination:]
Removed -[PDFOutline setIsOpen:]
Removed -[PDFOutline setLabel:]
Modified PDFOutline.action
Declaration | |
---|---|
From | - (PDFAction *)action |
To | @property(nonatomic, retain) PDFAction *action |
Modified PDFOutline.destination
Declaration | |
---|---|
From | - (PDFDestination *)destination |
To | @property(nonatomic, retain) PDFDestination *destination |
Modified PDFOutline.document
Declaration | Readonly | |
---|---|---|
From | - (PDFDocument *)document | -- |
To | @property(nonatomic, readonly) PDFDocument *document | yes |
Modified PDFOutline.index
Declaration | Readonly | |
---|---|---|
From | - (NSUInteger)index | -- |
To | @property(nonatomic, readonly) NSUInteger index | yes |
Modified -[PDFOutline init]
Declaration | |
---|---|
From | - (id)init |
To | - (instancetype)init |
Modified PDFOutline.isOpen
Declaration | |
---|---|
From | - (BOOL)isOpen |
To | @property(nonatomic, assign) BOOL isOpen |
Modified PDFOutline.label
Declaration | |
---|---|
From | - (NSString *)label |
To | @property(nonatomic, retain) NSString *label |
Modified PDFOutline.numberOfChildren
Declaration | Readonly | |
---|---|---|
From | - (NSUInteger)numberOfChildren | -- |
To | @property(nonatomic, readonly) NSUInteger numberOfChildren | yes |
Modified PDFOutline.parent
Declaration | Readonly | |
---|---|---|
From | - (PDFOutline *)parent | -- |
To | @property(nonatomic, readonly) PDFOutline *parent | yes |
PDFPage.h
Removed -[PDFPage setDisplaysAnnotations:]
Removed -[PDFPage setRotation:]
Modified PDFPage.annotations
Declaration | Readonly | |
---|---|---|
From | - (NSArray *)annotations | -- |
To | @property(nonatomic, readonly) NSArray<PDFAnnotation *> *annotations | yes |
Modified PDFPage.attributedString
Declaration | Readonly | |
---|---|---|
From | - (NSAttributedString *)attributedString | -- |
To | @property(nonatomic, readonly) NSAttributedString *attributedString | yes |
Modified PDFPage.dataRepresentation
Declaration | Readonly | |
---|---|---|
From | - (NSData *)dataRepresentation | -- |
To | @property(nonatomic, readonly) NSData *dataRepresentation | yes |
Modified PDFPage.displaysAnnotations
Declaration | |
---|---|
From | - (BOOL)displaysAnnotations |
To | @property(nonatomic, assign) BOOL displaysAnnotations |
Modified PDFPage.document
Declaration | Readonly | |
---|---|---|
From | - (PDFDocument *)document | -- |
To | @property(nonatomic, readonly, weak) PDFDocument *document | yes |
Modified -[PDFPage drawWithBox:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFPage initWithImage:]
Declaration | |
---|---|
From | - (id)initWithImage:(NSImage *)image |
To | - (instancetype)initWithImage:(NSImage *)image |
Modified PDFPage.label
Declaration | Readonly | |
---|---|---|
From | - (NSString *)label | -- |
To | @property(nonatomic, readonly) NSString *label | yes |
Modified PDFPage.numberOfCharacters
Declaration | Readonly | |
---|---|---|
From | - (NSUInteger)numberOfCharacters | -- |
To | @property(nonatomic, readonly) NSUInteger numberOfCharacters | yes |
Modified PDFPage.pageRef
Declaration | Readonly | |
---|---|---|
From | - (CGPDFPageRef)pageRef | -- |
To | @property(nonatomic, readonly) CGPDFPageRef pageRef | yes |
Modified PDFPage.rotation
Declaration | |
---|---|
From | - (NSInteger)rotation |
To | @property(nonatomic, assign) NSInteger rotation |
Modified PDFPage.string
Declaration | Readonly | |
---|---|---|
From | - (NSString *)string | -- |
To | @property(nonatomic, readonly) NSString *string | yes |
Modified -[PDFPage transformContextForBox:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
PDFSelection.h
Removed -[PDFSelection setColor:]
Modified -[PDFSelection addSelections:]
Declaration | |
---|---|
From | - (void)addSelections:(NSArray *)selections |
To | - (void)addSelections:(NSArray<PDFSelection *> *)selections |
Modified PDFSelection.attributedString
Declaration | Readonly | |
---|---|---|
From | - (NSAttributedString *)attributedString | -- |
To | @property(nonatomic, readonly) NSAttributedString *attributedString | yes |
Modified PDFSelection.color
Declaration | |
---|---|
From | - (NSColor *)color |
To | @property(nonatomic, retain) NSColor *color |
Modified -[PDFSelection initWithDocument:]
Declaration | |
---|---|
From | - (id)initWithDocument:(PDFDocument *)document |
To | - (instancetype)initWithDocument:(PDFDocument *)document |
Modified PDFSelection.pages
Declaration | Readonly | |
---|---|---|
From | - (NSArray *)pages | -- |
To | @property(nonatomic, readonly) NSArray<PDFPage *> *pages | yes |
Modified -[PDFSelection selectionsByLine]
Declaration | |
---|---|
From | - (NSArray *)selectionsByLine |
To | - (NSArray<PDFSelection *> *)selectionsByLine |
Modified PDFSelection.string
Declaration | Readonly | |
---|---|---|
From | - (NSString *)string | -- |
To | @property(nonatomic, readonly) NSString *string | yes |
PDFThumbnailView.h
Removed -[PDFThumbnailView setAllowsDragging:]
Removed -[PDFThumbnailView setAllowsMultipleSelection:]
Removed -[PDFThumbnailView setBackgroundColor:]
Removed -[PDFThumbnailView setLabelFont:]
Removed -[PDFThumbnailView setMaximumNumberOfColumns:]
Removed -[PDFThumbnailView setPDFView:]
Removed -[PDFThumbnailView setThumbnailSize:]
Modified PDFThumbnailView.allowsDragging
Declaration | |
---|---|
From | - (BOOL)allowsDragging |
To | @property(nonatomic, assign) BOOL allowsDragging |
Declaration | |
---|---|
From | - (BOOL)allowsMultipleSelection |
To | @property(nonatomic, assign) BOOL allowsMultipleSelection |
Modified PDFThumbnailView.backgroundColor
Declaration | |
---|---|
From | - (NSColor *)backgroundColor |
To | @property(nonatomic, copy) NSColor *backgroundColor |
Modified PDFThumbnailView.labelFont
Declaration | |
---|---|
From | - (NSFont *)labelFont |
To | @property(nonatomic, copy) NSFont *labelFont |
Declaration | |
---|---|
From | - (NSUInteger)maximumNumberOfColumns |
To | @property(nonatomic, assign) NSUInteger maximumNumberOfColumns |
Modified PDFThumbnailView.PDFView
Declaration | |
---|---|
From | - (PDFView *)PDFView |
To | @property(nonatomic, strong) PDFView *PDFView |
Modified -[PDFThumbnailView selectedPages]
Declaration | |
---|---|
From | - (NSArray *)selectedPages |
To | - (NSArray<PDFPage *> *)selectedPages |
Modified PDFThumbnailView.thumbnailSize
Declaration | |
---|---|
From | - (NSSize)thumbnailSize |
To | @property(nonatomic, assign) NSSize thumbnailSize |
PDFView.h
Removed -[PDFView setAllowsDragging:]
Removed -[PDFView setAutoScales:]
Removed -[PDFView setBackgroundColor:]
Removed -[PDFView setCurrentSelection:]
Removed -[PDFView setDelegate:]
Removed -[PDFView setDisplayBox:]
Removed -[PDFView setDisplayMode:]
Removed -[PDFView setDisplaysAsBook:]
Removed -[PDFView setDisplaysPageBreaks:]
Removed -[PDFView setDocument:]
Removed -[PDFView setEnableDataDetectors:]
Removed -[PDFView setGreekingThreshold:]
Removed -[PDFView setHighlightedSelections:]
Removed -[PDFView setInterpolationQuality:]
Removed -[PDFView setScaleFactor:]
Removed -[PDFView setShouldAntiAlias:]
Removed NSObject(PDFViewDelegate)
Modified PDFView.allowsDragging
Declaration | |
---|---|
From | - (BOOL)allowsDragging |
To | @property(nonatomic, assign) BOOL allowsDragging |
Modified PDFView.autoScales
Declaration | |
---|---|
From | - (BOOL)autoScales |
To | @property(nonatomic, assign) BOOL autoScales |
Modified PDFView.backgroundColor
Declaration | |
---|---|
From | - (NSColor *)backgroundColor |
To | @property(nonatomic, retain) NSColor *backgroundColor |
Modified PDFView.currentDestination
Declaration | Readonly | |
---|---|---|
From | - (PDFDestination *)currentDestination | -- |
To | @property(nonatomic, readonly) PDFDestination *currentDestination | yes |
Modified PDFView.currentPage
Declaration | Readonly | |
---|---|---|
From | - (PDFPage *)currentPage | -- |
To | @property(nonatomic, readonly) PDFPage *currentPage | yes |
Modified PDFView.currentSelection
Declaration | |
---|---|
From | - (PDFSelection *)currentSelection |
To | @property(nonatomic, retain) PDFSelection *currentSelection |
Modified PDFView.delegate
Declaration | |
---|---|
From | - (id)delegate |
To | @property(nonatomic, weak) id<PDFViewDelegate> delegate |
Modified PDFView.displayBox
Declaration | |
---|---|
From | - (PDFDisplayBox)displayBox |
To | @property(nonatomic, assign) PDFDisplayBox displayBox |
Modified PDFView.displayMode
Declaration | |
---|---|
From | - (PDFDisplayMode)displayMode |
To | @property(nonatomic, assign) PDFDisplayMode displayMode |
Modified PDFView.displaysAsBook
Declaration | |
---|---|
From | - (BOOL)displaysAsBook |
To | @property(nonatomic, assign) BOOL displaysAsBook |
Modified PDFView.displaysPageBreaks
Declaration | |
---|---|
From | - (BOOL)displaysPageBreaks |
To | @property(nonatomic, assign) BOOL displaysPageBreaks |
Modified PDFView.document
Declaration | |
---|---|
From | - (PDFDocument *)document |
To | @property(nonatomic, retain) PDFDocument *document |
Modified PDFView.documentView
Declaration | Readonly | |
---|---|---|
From | - (NSView *)documentView | -- |
To | @property(nonatomic, readonly) NSView *documentView | yes |
Modified -[PDFView drawPage:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFView drawPagePost:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified PDFView.enableDataDetectors
Declaration | |
---|---|
From | - (BOOL)enableDataDetectors |
To | @property(nonatomic, assign) BOOL enableDataDetectors |
Modified PDFView.greekingThreshold
Declaration | Deprecation | |
---|---|---|
From | - (CGFloat)greekingThreshold | -- |
To | @property(nonatomic, assign) CGFloat greekingThreshold | OS X 10.12 |
Modified PDFView.highlightedSelections
Declaration | |
---|---|
From | - (NSArray *)highlightedSelections |
To | @property(nonatomic, retain) NSArray<PDFSelection *> *highlightedSelections |
Modified PDFView.interpolationQuality
Declaration | |
---|---|
From | - (PDFInterpolationQuality)interpolationQuality |
To | @property(nonatomic, assign) PDFInterpolationQuality interpolationQuality |
Modified PDFView.scaleFactor
Declaration | |
---|---|
From | - (CGFloat)scaleFactor |
To | @property(nonatomic, assign) CGFloat scaleFactor |
Modified PDFView.shouldAntiAlias
Declaration | Deprecation | |
---|---|---|
From | - (BOOL)shouldAntiAlias | -- |
To | @property(nonatomic, assign) BOOL shouldAntiAlias | OS X 10.12 |
Modified -[PDFView takeBackgroundColorFrom:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFView takePasswordFrom:]
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[PDFView visiblePages]
Declaration | |
---|---|
From | - (NSArray *)visiblePages |
To | - (NSArray<PDFPage *> *)visiblePages |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |
Optional | |
---|---|
From | -- |
To | yes |