Documentation Archive Developer
Search

Quartz Changes for Objective-C

Quartz

IKCameraDeviceView.h

Declaration
From
@property(assign) id<IKCameraDeviceViewDelegate> delegate
To
@property(assign) IBOutlet id<IKCameraDeviceViewDelegate> delegate

IKDeviceBrowserView.h

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]
Declaration
From
- (id)dataSource
To
@property(assign) IBOutlet id dataSource

Declaration
From
- (id)delegate
To
@property(assign) IBOutlet id delegate

IKImageView.h

Declaration
From
@property(assign) id delegate
To
@property(assign) IBOutlet id delegate

IKScannerDeviceView.h

Declaration
From
@property(assign) id<IKScannerDeviceViewDelegate> delegate
To
@property(assign) IBOutlet id<IKScannerDeviceViewDelegate> delegate

PDFActionGoTo.h

Removed -[PDFActionGoTo setDestination:]
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:]
Declaration
From
- (id)initWithName:(PDFActionNamedName)name
To
- (instancetype)initWithName:(PDFActionNamedName)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

Declaration
From
- (NSUInteger)pageIndex
To
@property(nonatomic, assign) NSUInteger pageIndex

Declaration
From
- (NSPoint)point
To
@property(nonatomic, assign) NSPoint point

Declaration
From
- (NSURL *)URL
To
@property(nonatomic, retain) NSURL *URL

PDFActionResetForm.h

Removed -[PDFActionResetForm setFields:]
Removed -[PDFActionResetForm setFieldsIncludedAreCleared:]
Declaration
From
- (NSArray *)fields
To
@property(nonatomic, assign) NSArray<NSString *> *fields

Declaration
From
- (BOOL)fieldsIncludedAreCleared
To
@property(nonatomic, assign) BOOL fieldsIncludedAreCleared

Declaration
From
- (id)init
To
- (instancetype)init

PDFActionURL.h

Removed -[PDFActionURL setURL:]
Declaration
From
- (id)initWithURL:(NSURL *)url
To
- (instancetype)initWithURL:(NSURL *)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_AppleExtras
DeclarationDeprecation
From
- (PDFBorder *)border
--
To
@property(nonatomic, retain) PDFBorder *border
OS X 10.12

Declaration
From
- (NSRect)bounds
To
@property(nonatomic, readwrite) NSRect bounds

DeclarationDeprecation
From
- (NSColor *)color
--
To
@property(nonatomic, retain) NSColor *color
OS X 10.12

DeclarationDeprecation
From
- (NSString *)contents
--
To
@property(nonatomic, retain) NSString *contents
OS X 10.12

Deprecation
From--
ToOS X 10.12

DeclarationReadonly
From
- (BOOL)hasAppearanceStream
--
To
@property(nonatomic, readonly) BOOL hasAppearanceStream
yes

DeclarationDeprecation
From
- (id)initWithBounds:(NSRect)bounds
--
To
- (instancetype)initWithBounds:(NSRect)bounds
OS X 10.12

DeclarationDeprecation
From
- (NSDate *)modificationDate
--
To
@property(nonatomic, retain) NSDate *modificationDate
OS X 10.12

DeclarationDeprecation
From
- (PDFAction *)mouseUpAction
--
To
@property(nonatomic, retain) PDFAction *mouseUpAction
OS X 10.12

Declaration
From
- (PDFPage *)page
To
@property(nonatomic, readwrite, weak) PDFPage *page

DeclarationDeprecation
From
- (PDFAnnotationPopup *)popup
--
To
@property(nonatomic, retain) PDFAnnotationPopup *popup
OS X 10.12

Deprecation
From--
ToOS X 10.12

Declaration
From
- (BOOL)shouldDisplay
To
@property(nonatomic, assign) BOOL shouldDisplay

Declaration
From
- (BOOL)shouldPrint
To
@property(nonatomic, assign) BOOL shouldPrint

DeclarationDeprecationReadonly
From
- (NSString *)toolTip
----
To
@property(nonatomic, readonly) NSString *toolTip
OS X 10.12yes

DeclarationReadonly
From
- (NSString *)type
--
To
@property(nonatomic, readonly) NSString *type
yes

DeclarationDeprecation
From
- (NSString *)userName
--
To
@property(nonatomic, retain) NSString *userName
OS X 10.12

PDFAnnotationButtonWidget.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Modified -[PDFAnnotationButtonWidget isHighlighted]
Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Modified -[PDFAnnotationButtonWidget setHighlighted:]
Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationChoiceWidget.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationCircle.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationFreeText.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationInk.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationLine.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Modified PDFLineStyle
Deprecation
From--
ToOS X 10.12

PDFAnnotationLink.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Modified -[PDFAnnotationLink setHighlighted:]
Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationMarkup.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Modified PDFMarkupType
Deprecation
From--
ToOS X 10.12

PDFAnnotationPopup.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationSquare.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationStamp.h

Added -[PDFAnnotationStamp isSignature]
Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationText.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFAnnotationTextWidget.h

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

PDFBorder.h

Removed -[PDFBorder setDashPattern:]
Removed -[PDFBorder setLineWidth:]
Removed -[PDFBorder setStyle:]
Declaration
From
- (NSArray *)dashPattern
To
@property(nonatomic, retain) NSArray *dashPattern

Declaration
From
- (CGFloat)lineWidth
To
@property(nonatomic, assign) CGFloat lineWidth

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

DeclarationReadonly
From
- (PDFPage *)page
--
To
@property(nonatomic, weak, readonly) PDFPage *page
yes

DeclarationReadonly
From
- (NSPoint)point
--
To
@property(nonatomic, readonly) NSPoint point
yes

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--
ToOS X 10.12

Modified -[NSObject classForPage]
Deprecation
From--
ToOS X 10.12

DeclarationReadonly
From
- (BOOL)allowsCopying
--
To
@property(nonatomic, readonly) BOOL allowsCopying
yes

DeclarationReadonly
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

Declaration
From
- (id)delegate
To
@property(nonatomic, weak) id delegate

Declaration
From
- (NSDictionary *)documentAttributes
To
@property(nonatomic, retain) NSDictionary *documentAttributes

DeclarationReadonly
From
- (CGPDFDocumentRef)documentRef
--
To
@property(nonatomic, readonly) CGPDFDocumentRef documentRef
yes

DeclarationReadonly
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

Declaration
From
- (id)initWithData:(NSData *)data
To
- (instancetype)initWithData:(NSData *)data

Declaration
From
- (id)initWithURL:(NSURL *)url
To
- (instancetype)initWithURL:(NSURL *)url

DeclarationReadonly
From
- (BOOL)isEncrypted
--
To
@property(nonatomic, readonly) BOOL isEncrypted
yes

DeclarationReadonly
From
- (BOOL)isFinding
--
To
@property(nonatomic, readonly) BOOL isFinding
yes

DeclarationReadonly
From
- (BOOL)isLocked
--
To
@property(nonatomic, readonly) BOOL isLocked
yes

DeclarationReadonly
From
- (int)majorVersion
--
To
@property(nonatomic, readonly) int majorVersion
yes

DeclarationReadonly
From
- (int)minorVersion
--
To
@property(nonatomic, readonly) int minorVersion
yes

Declaration
From
- (PDFOutline *)outlineRoot
To
@property(nonatomic, retain) PDFOutline *outlineRoot

DeclarationReadonly
From
- (Class)pageClass
--
To
@property(nonatomic, readonly) Class pageClass
yes

DeclarationReadonly
From
- (NSUInteger)pageCount
--
To
@property(nonatomic, readonly) NSUInteger pageCount
yes

DeclarationReadonly
From
- (PDFDocumentPermissions)permissionsStatus
--
To
@property(nonatomic, readonly) PDFDocumentPermissions permissionsStatus
yes

DeclarationReadonly
From
- (PDFSelection *)selectionForEntireDocument
--
To
@property(nonatomic, readonly) PDFSelection *selectionForEntireDocument
yes

DeclarationReadonly
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:]
Declaration
From
- (PDFAction *)action
To
@property(nonatomic, retain) PDFAction *action

Declaration
From
- (PDFDestination *)destination
To
@property(nonatomic, retain) PDFDestination *destination

DeclarationReadonly
From
- (PDFDocument *)document
--
To
@property(nonatomic, readonly) PDFDocument *document
yes

DeclarationReadonly
From
- (NSUInteger)index
--
To
@property(nonatomic, readonly) NSUInteger index
yes

Declaration
From
- (id)init
To
- (instancetype)init

Declaration
From
- (BOOL)isOpen
To
@property(nonatomic, assign) BOOL isOpen

Declaration
From
- (NSString *)label
To
@property(nonatomic, retain) NSString *label

DeclarationReadonly
From
- (NSUInteger)numberOfChildren
--
To
@property(nonatomic, readonly) NSUInteger numberOfChildren
yes

DeclarationReadonly
From
- (PDFOutline *)parent
--
To
@property(nonatomic, readonly) PDFOutline *parent
yes

PDFPage.h

Removed -[PDFPage setDisplaysAnnotations:]
Removed -[PDFPage setRotation:]
DeclarationReadonly
From
- (NSArray *)annotations
--
To
@property(nonatomic, readonly) NSArray<PDFAnnotation *> *annotations
yes

DeclarationReadonly
From
- (NSAttributedString *)attributedString
--
To
@property(nonatomic, readonly) NSAttributedString *attributedString
yes

DeclarationReadonly
From
- (NSData *)dataRepresentation
--
To
@property(nonatomic, readonly) NSData *dataRepresentation
yes

Declaration
From
- (BOOL)displaysAnnotations
To
@property(nonatomic, assign) BOOL displaysAnnotations

DeclarationReadonly
From
- (PDFDocument *)document
--
To
@property(nonatomic, readonly, weak) PDFDocument *document
yes

Deprecation
From--
ToOS X 10.12

Declaration
From
- (id)initWithImage:(NSImage *)image
To
- (instancetype)initWithImage:(NSImage *)image

Modified PDFPage.label
DeclarationReadonly
From
- (NSString *)label
--
To
@property(nonatomic, readonly) NSString *label
yes

DeclarationReadonly
From
- (NSUInteger)numberOfCharacters
--
To
@property(nonatomic, readonly) NSUInteger numberOfCharacters
yes

DeclarationReadonly
From
- (CGPDFPageRef)pageRef
--
To
@property(nonatomic, readonly) CGPDFPageRef pageRef
yes

Declaration
From
- (NSInteger)rotation
To
@property(nonatomic, assign) NSInteger rotation

DeclarationReadonly
From
- (NSString *)string
--
To
@property(nonatomic, readonly) NSString *string
yes

Deprecation
From--
ToOS X 10.12

PDFSelection.h

Removed -[PDFSelection setColor:]
Declaration
From
- (void)addSelections:(NSArray *)selections
To
- (void)addSelections:(NSArray<PDFSelection *> *)selections

DeclarationReadonly
From
- (NSAttributedString *)attributedString
--
To
@property(nonatomic, readonly) NSAttributedString *attributedString
yes

Declaration
From
- (NSColor *)color
To
@property(nonatomic, retain) NSColor *color

Declaration
From
- (id)initWithDocument:(PDFDocument *)document
To
- (instancetype)initWithDocument:(PDFDocument *)document

DeclarationReadonly
From
- (NSArray *)pages
--
To
@property(nonatomic, readonly) NSArray<PDFPage *> *pages
yes

Declaration
From
- (NSArray *)selectionsByLine
To
- (NSArray<PDFSelection *> *)selectionsByLine

DeclarationReadonly
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:]
Declaration
From
- (BOOL)allowsDragging
To
@property(nonatomic, assign) BOOL allowsDragging

Declaration
From
- (BOOL)allowsMultipleSelection
To
@property(nonatomic, assign) BOOL allowsMultipleSelection

Declaration
From
- (NSColor *)backgroundColor
To
@property(nonatomic, copy) NSColor *backgroundColor

Declaration
From
- (NSFont *)labelFont
To
@property(nonatomic, copy) NSFont *labelFont

Declaration
From
- (NSUInteger)maximumNumberOfColumns
To
@property(nonatomic, assign) NSUInteger maximumNumberOfColumns

Declaration
From
- (PDFView *)PDFView
To
@property(nonatomic, strong) PDFView *PDFView

Declaration
From
- (NSArray *)selectedPages
To
- (NSArray<PDFPage *> *)selectedPages

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)
Declaration
From
- (BOOL)allowsDragging
To
@property(nonatomic, assign) BOOL allowsDragging

Declaration
From
- (BOOL)autoScales
To
@property(nonatomic, assign) BOOL autoScales

Declaration
From
- (NSColor *)backgroundColor
To
@property(nonatomic, retain) NSColor *backgroundColor

DeclarationReadonly
From
- (PDFDestination *)currentDestination
--
To
@property(nonatomic, readonly) PDFDestination *currentDestination
yes

DeclarationReadonly
From
- (PDFPage *)currentPage
--
To
@property(nonatomic, readonly) PDFPage *currentPage
yes

Declaration
From
- (PDFSelection *)currentSelection
To
@property(nonatomic, retain) PDFSelection *currentSelection

Declaration
From
- (id)delegate
To
@property(nonatomic, weak) id<PDFViewDelegate> delegate

Declaration
From
- (PDFDisplayBox)displayBox
To
@property(nonatomic, assign) PDFDisplayBox displayBox

Declaration
From
- (PDFDisplayMode)displayMode
To
@property(nonatomic, assign) PDFDisplayMode displayMode

Declaration
From
- (BOOL)displaysAsBook
To
@property(nonatomic, assign) BOOL displaysAsBook

Declaration
From
- (BOOL)displaysPageBreaks
To
@property(nonatomic, assign) BOOL displaysPageBreaks

Declaration
From
- (PDFDocument *)document
To
@property(nonatomic, retain) PDFDocument *document

DeclarationReadonly
From
- (NSView *)documentView
--
To
@property(nonatomic, readonly) NSView *documentView
yes

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Declaration
From
- (BOOL)enableDataDetectors
To
@property(nonatomic, assign) BOOL enableDataDetectors

DeclarationDeprecation
From
- (CGFloat)greekingThreshold
--
To
@property(nonatomic, assign) CGFloat greekingThreshold
OS X 10.12

Declaration
From
- (NSArray *)highlightedSelections
To
@property(nonatomic, retain) NSArray<PDFSelection *> *highlightedSelections

Declaration
From
- (PDFInterpolationQuality)interpolationQuality
To
@property(nonatomic, assign) PDFInterpolationQuality interpolationQuality

Declaration
From
- (CGFloat)scaleFactor
To
@property(nonatomic, assign) CGFloat scaleFactor

DeclarationDeprecation
From
- (BOOL)shouldAntiAlias
--
To
@property(nonatomic, assign) BOOL shouldAntiAlias
OS X 10.12

Deprecation
From--
ToOS X 10.12

Deprecation
From--
ToOS X 10.12

Declaration
From
- (NSArray *)visiblePages
To
- (NSArray<PDFPage *> *)visiblePages

Optional
From--
Toyes

Optional
From--
Toyes

Optional
From--
Toyes

Optional
From--
Toyes

Optional
From--
Toyes

Optional
From--
Toyes

Optional
From--
Toyes