| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -performAsCurrentDrawingAppearance: to temporarily set the drawing appearance, or +currentDrawingAppearance to access the currently drawing appearance. |
| Protocols | |
|---|---|
| From | NSCopying, NSPasteboardReading, NSPasteboardWriting, NSSecureCoding |
| To | NSAccessibilityColor, NSCopying, NSPasteboardReading, NSPasteboardWriting, NSSecureCoding |
| Protocols | |
|---|---|
| From | NSAccessibility, NSAccessibilityElement, NSCoding, NSCopying, NSUserInterfaceItemIdentification |
| To | NSAccessibility, NSAccessibilityElement, NSAppearanceCustomization, NSCoding, NSCopying, NSUserInterfaceItemIdentification |
| Declaration | |
|---|---|
| From | @property (assign) id source |
| To | @property (weak) id source |
| Declaration | |
|---|---|
| From | @property (assign) id destination |
| To | @property (weak) id destination |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -allowedContentTypes instead |
| Availability | Replacement | |
|---|---|---|
| From | Available | none |
| To | Deprecated | searchTextBounds |
| Availability | Replacement | |
|---|---|---|
| From | Available | none |
| To | Deprecated | searchButtonBounds |
| Availability | Replacement | |
|---|---|---|
| From | Available | none |
| To | Deprecated | cancelButtonBounds |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | The placeholder centering UI design is no longer available. Setting this property is no-op. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Set the NSTableView.style property to NSTableViewStyleSourceList instead. |
| Protocols | |
|---|---|
| From | NSAccessibilityNavigableStaticText, NSUserInterfaceValidations |
| To | NSAccessibilityNavigableStaticText, NSTextContent, NSUserInterfaceValidations |
| Protocols | |
|---|---|
| From | NSAccessibilityNavigableStaticText, NSCandidateListTouchBarItemDelegate, NSColorChanging, NSDraggingSource, NSMenuItemValidation, NSStandardKeyBindingResponding, NSTextInput, NSTextInputClient, NSTextLayoutOrientationProvider, NSTouchBarDelegate, NSUserInterfaceValidations |
| To | NSAccessibilityNavigableStaticText, NSCandidateListTouchBarItemDelegate, NSColorChanging, NSDraggingSource, NSMenuItemValidation, NSStandardKeyBindingResponding, NSTextContent, NSTextInput, NSTextInputClient, NSTextLayoutOrientationProvider, NSTouchBarDelegate, NSUserInterfaceValidations |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | This property is no longer recommended. Instead, let the system automatically measure the size of the view using constraints. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | This property is no longer recommended. Instead, let the system automatically measure the size of the view using constraints. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace URLForApplicationToOpenURL:] to get the URL of an application that will open a given item, or -[NSURL getResourceValue:forKey:error:] with NSURLContentTypeKey to get the type of the given item. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace iconForContentType:] instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSURL getResourceValue:forKey:error:] with NSURLContentTypeKey instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use UTType.localizedDescription instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use UTType.preferredFilenameExtension instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use +[UTType typesWithTag:tagClass:conformingToType:] to get a list of candidate types, then check if the input type conforms to any of them. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[UTType conformsToType:] instead. |