API Differences in QuartzCore in macOS 14.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in QuartzCore in the macOS 14.0 SDK.

Table of Contents

Protocols

CAMetalDisplayLinkDelegate

Classes

CADisplayLink
CAMetalDisplayLinkUpdate
CAMetalDisplayLink

Functions & Methods

CAEDRMetadata
+ (nonnull CAEDRMetadata *)HLGMetadataWithAmbientViewingEnvironment:(nonnull NSData *)data;

Properties & Constants

CALayer
@property(atomic, assign, unsafe_unretained, readwrite) BOOL wantsExtendedDynamicRangeContent;
CASpringAnimation
@property(atomic, assign, unsafe_unretained, readwrite) BOOL allowsOverdamping;
CASpringAnimation
@property(atomic, readonly) CFTimeInterval perceptualDuration;
CASpringAnimation
@property(atomic, readonly) CGFloat bounce;

Initializers

CASpringAnimation
- (nonnull instancetype)initWithPerceptualDuration:(CFTimeInterval)perceptualDuration bounce:(CGFloat)bounce;