API Differences in Photos 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 Photos in the iOS 26.0 SDK.

Table of Contents

Properties & Constants

PHAssetResource
@property(nonatomic, copy, readonly) UTType * _Nonnull contentType;
PHContentEditingInput
@property(atomic, copy, readonly, nullable) UTType *contentType;
PHAsset
@property(nonatomic, copy, readonly) UTType * _Nonnull contentType;
PHAsset
@property(nonatomic, strong, readonly) NSDate * _Nonnull addedDate;
PHAssetResourceCreationOptions
@property(nonatomic, copy, readwrite, nullable) UTType *contentType;