API Differences in QuartzCore in iOS 26.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 26.0 SDK.

Table of Contents

Typealiases

typedef NSString *CADynamicRange

Properties & Constants

extern NS_SWIFT_NAME(automatic) const CADynamicRange CADynamicRangeAutomatic
extern NS_SWIFT_NAME(standard) const CADynamicRange CADynamicRangeStandard
extern NS_SWIFT_NAME(constrainedHigh) const CADynamicRange CADynamicRangeConstrainedHigh
extern NS_SWIFT_NAME(high) const CADynamicRange CADynamicRangeHigh
CALayer
@property(atomic, copy, readwrite) API_UNAVAILABLE(watchos) CADynamicRange preferredDynamicRange;
CALayer
@property(atomic, assign, unsafe_unretained, readwrite) CGFloat contentsHeadroom;
CAMetalLayer
@property(atomic, readonly) API_UNAVAILABLE(watchos) id<MTLResidencySet> residencySet;