API Differences in QuartzCore in iOS 17.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in QuartzCore in the iOS 17.0 SDK.

Table of Contents

Protocols

CAMetalDisplayLinkDelegate

Classes

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;