Everything that has changed in one place
ATLU_DestroyThreadMemory()
#def VIMAGE_PF
ACAccountTypeIdentifierLinkedIn
ACLinkedInAppIdKey
ACLinkedInPermissionsKey
#def ACCOUNTS_CLASS_AVAILABLE
ARAnchor.name
-[ARAnchor initWithName:transform:]
ARAnchor.transform
Declaration | |
---|---|
From | @property (nonatomic, readonly) matrix_float4x4 transform |
To | @property (nonatomic, readonly) simd_float4x4 transform |
-[ARAnchor initWithTransform:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithTransform:(matrix_float4x4)transform |
To | - (nonnull instancetype)initWithTransform:(simd_float4x4)transform |
-[ARCamera unprojectPoint:ontoPlaneWithTransform:orientation:viewportSize:]
ARCamera.transform
Declaration | |
---|---|
From | @property (nonatomic, readonly) matrix_float4x4 transform |
To | @property (nonatomic, readonly) simd_float4x4 transform |
ARCamera.eulerAngles
Declaration | |
---|---|
From | @property (nonatomic, readonly) vector_float3 eulerAngles |
To | @property (nonatomic, readonly) simd_float3 eulerAngles |
ARCamera.intrinsics
Declaration | |
---|---|
From | @property (nonatomic, readonly) matrix_float3x3 intrinsics |
To | @property (nonatomic, readonly) simd_float3x3 intrinsics |
ARCamera.projectionMatrix
Declaration | |
---|---|
From | @property (nonatomic, readonly) matrix_float4x4 projectionMatrix |
To | @property (nonatomic, readonly) simd_float4x4 projectionMatrix |
-[ARCamera projectionMatrixForOrientation:viewportSize:zNear:zFar:]
Declaration | |
---|---|
From | - (matrix_float4x4)projectionMatrixForOrientation:(UIInterfaceOrientation)orientation viewportSize:(CGSize)viewportSize zNear:(CGFloat)zNear zFar:(CGFloat)zFar |
To | - (simd_float4x4)projectionMatrixForOrientation:(UIInterfaceOrientation)orientation viewportSize:(CGSize)viewportSize zNear:(CGFloat)zNear zFar:(CGFloat)zFar |
-[ARCamera projectPoint:orientation:viewportSize:]
Declaration | |
---|---|
From | - (CGPoint)projectPoint:(vector_float3)point orientation:(UIInterfaceOrientation)orientation viewportSize:(CGSize)viewportSize |
To | - (CGPoint)projectPoint:(simd_float3)point orientation:(UIInterfaceOrientation)orientation viewportSize:(CGSize)viewportSize |
-[ARCamera viewMatrixForOrientation:]
Declaration | |
---|---|
From | - (matrix_float4x4)viewMatrixForOrientation:(UIInterfaceOrientation)orientation |
To | - (simd_float4x4)viewMatrixForOrientation:(UIInterfaceOrientation)orientation |
AREnvironmentTexturing
AREnvironmentTexturingNone
AREnvironmentTexturingManual
AREnvironmentTexturingAutomatic
ARWorldTrackingConfiguration.environmentTexturing
ARWorldTrackingConfiguration.initialWorldMap
ARWorldTrackingConfiguration.maximumNumberOfTrackedImages
ARWorldTrackingConfiguration.objectDetectionSupported
ARWorldTrackingConfiguration.detectionObjects
ARImageTrackingConfiguration
ARImageTrackingConfiguration.autoFocusEnabled
ARImageTrackingConfiguration.trackingImages
ARImageTrackingConfiguration.maximumNumberOfTrackedImages
-[ARImageTrackingConfiguration init]
+[ARImageTrackingConfiguration new]
ARObjectScanningConfiguration
ARObjectScanningConfiguration.autoFocusEnabled
ARObjectScanningConfiguration.planeDetection
-[ARObjectScanningConfiguration init]
+[ARObjectScanningConfiguration new]
ARConfiguration.supportedVideoFormats
Declaration | |
---|---|
From | @property (class, nonatomic, readonly, strong, nonnull) NSArray<ARVideoFormat *> *supportedVideoFormats |
To | @property (class, nonatomic, readonly, nonnull) NSArray<ARVideoFormat *> *supportedVideoFormats |
ARConfiguration.videoFormat
Declaration | |
---|---|
From | @property (nonatomic, readwrite, strong, nonnull) ARVideoFormat *videoFormat |
To | @property (nonatomic, strong, nonnull) ARVideoFormat *videoFormat |
ARConfiguration.worldAlignment
Declaration | |
---|---|
From | @property (nonatomic, readwrite) ARWorldAlignment worldAlignment |
To | @property (nonatomic, assign) ARWorldAlignment worldAlignment |
ARConfiguration.lightEstimationEnabled
Declaration | |
---|---|
From | @property (nonatomic, readwrite, getter=isLightEstimationEnabled) BOOL lightEstimationEnabled |
To | @property (nonatomic, assign, getter=isLightEstimationEnabled) BOOL lightEstimationEnabled |
ARConfiguration.providesAudioData
Declaration | |
---|---|
From | @property (nonatomic, readwrite) BOOL providesAudioData |
To | @property (nonatomic, assign) BOOL providesAudioData |
ARWorldTrackingConfiguration.autoFocusEnabled
Declaration | |
---|---|
From | @property (nonatomic, readwrite, getter=isAutoFocusEnabled) BOOL autoFocusEnabled |
To | @property (nonatomic, assign, getter=isAutoFocusEnabled) BOOL autoFocusEnabled |
ARWorldTrackingConfiguration.planeDetection
Declaration | |
---|---|
From | @property (nonatomic, readwrite) ARPlaneDetection planeDetection |
To | @property (nonatomic, assign) ARPlaneDetection planeDetection |
ARWorldTrackingConfiguration.detectionImages
Declaration | |
---|---|
From | @property (nonatomic, readwrite, copy, nullable) NSSet<ARReferenceImage *> *detectionImages |
To | @property (nonatomic, copy, null_resettable) NSSet<ARReferenceImage *> *detectionImages |
AROrientationTrackingConfiguration.autoFocusEnabled
Declaration | |
---|---|
From | @property (nonatomic, readwrite, getter=isAutoFocusEnabled) BOOL autoFocusEnabled |
To | @property (nonatomic, assign, getter=isAutoFocusEnabled) BOOL autoFocusEnabled |
AREnvironmentProbeAnchor
AREnvironmentProbeAnchor.environmentTexture
AREnvironmentProbeAnchor.extent
-[AREnvironmentProbeAnchor initWithTransform:extent:]
-[AREnvironmentProbeAnchor initWithName:transform:extent:]
ARErrorCodeMicrophoneUnauthorized
ARErrorCodeInvalidReferenceObject
ARErrorCodeInvalidWorldMap
ARErrorCodeInvalidConfiguration
ARErrorCodeInsufficientFeatures
ARErrorCodeFileIOFailed
ARBlendShapeLocationTongueOut
ARFaceAnchor.leftEyeTransform
ARFaceAnchor.rightEyeTransform
ARFaceAnchor.lookAtPoint
ARFaceGeometry.vertices
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) const vector_float3 *vertices |
To | @property (nonatomic, readonly, nonnull) const simd_float3 *vertices |
ARFaceGeometry.textureCoordinates
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) const vector_float2 *textureCoordinates |
To | @property (nonatomic, readonly, nonnull) const simd_float2 *textureCoordinates |
ARWorldMappingStatus
ARWorldMappingStatusNotAvailable
ARWorldMappingStatusLimited
ARWorldMappingStatusExtending
ARWorldMappingStatusMapped
ARFrame.worldMappingStatus
ARHitTestResult.localTransform
Declaration | |
---|---|
From | @property (nonatomic, readonly) matrix_float4x4 localTransform |
To | @property (nonatomic, readonly) simd_float4x4 localTransform |
ARHitTestResult.worldTransform
Declaration | |
---|---|
From | @property (nonatomic, readonly) matrix_float4x4 worldTransform |
To | @property (nonatomic, readonly) simd_float4x4 worldTransform |
ARImageAnchor
Protocols | |
---|---|
From | None |
To | ARTrackable |
ARDirectionalLightEstimate.primaryLightDirection
Declaration | |
---|---|
From | @property (nonatomic, readonly) vector_float3 primaryLightDirection |
To | @property (nonatomic, readonly) simd_float3 primaryLightDirection |
ARObjectAnchor
ARObjectAnchor.referenceObject
ARPlaneAnchor.center
Declaration | |
---|---|
From | @property (nonatomic, readonly) vector_float3 center |
To | @property (nonatomic, readonly) simd_float3 center |
ARPlaneAnchor.extent
Declaration | |
---|---|
From | @property (nonatomic, readonly) vector_float3 extent |
To | @property (nonatomic, readonly) simd_float3 extent |
ARPlaneGeometry.vertices
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) const vector_float3 *vertices |
To | @property (nonatomic, readonly, nonnull) const simd_float3 *vertices |
ARPlaneGeometry.textureCoordinates
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) const vector_float2 *textureCoordinates |
To | @property (nonatomic, readonly, nonnull) const simd_float2 *textureCoordinates |
ARPlaneGeometry.boundaryVertices
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) const vector_float3 *boundaryVertices |
To | @property (nonatomic, readonly, nonnull) const simd_float3 *boundaryVertices |
ARPointCloud.points
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) const vector_float3 *points |
To | @property (nonatomic, readonly, nonnull) const simd_float3 *points |
ARReferenceObjectArchiveExtension
ARReferenceObject
ARReferenceObject.name
ARReferenceObject.center
ARReferenceObject.extent
ARReferenceObject.scale
ARReferenceObject.rawFeaturePoints
+[ARReferenceObject referenceObjectsInGroupNamed:bundle:]
-[ARReferenceObject initWithArchiveURL:error:]
-[ARReferenceObject exportObjectToURL:previewImage:error:]
-[ARReferenceObject referenceObjectByApplyingTransform:]
-[ARSCNView unprojectPoint:ontoPlaneWithTransform:]
ARSCNView.automaticallyUpdatesLighting
Declaration | |
---|---|
From | @property (nonatomic) BOOL automaticallyUpdatesLighting |
To | @property (nonatomic, assign) BOOL automaticallyUpdatesLighting |
-[ARSession getCurrentWorldMapWithCompletionHandler:]
-[ARSession createReferenceObjectWithTransform:center:extent:completionHandler:]
ARSession.delegate
Declaration | |
---|---|
From | @property (nonatomic, weak, nullable) id<ARSessionDelegate> delegate |
To | @property (nonatomic, weak, nullable) id<ARSessionDelegate> delegate |
-[ARSession setWorldOrigin:]
Declaration | |
---|---|
From | - (void)setWorldOrigin:(matrix_float4x4)relativeTransform |
To | - (void)setWorldOrigin:(simd_float4x4)relativeTransform |
ARWorldMap
ARWorldMap.center
ARWorldMap.extent
ARWorldMap.anchors
ARWorldMap.rawFeaturePoints
AUMIDICIProfileChangedBlock
-[AUAudioUnit profileStateForCable:channel:]
-[AUAudioUnit enableProfile:cable:onChannel:error:]
-[AUAudioUnit disableProfile:cable:onChannel:error:]
AUAudioUnit.profileChangedBlock
#def AU_SUPPORT_INTERAPP_AUDIO
kAudioCodecBadDataError
ASCredentialIdentityStoreErrorDomain
ASCredentialIdentityStoreErrorCode
ASCredentialIdentityStoreErrorCodeInternalError
ASCredentialIdentityStoreErrorCodeStoreDisabled
ASCredentialIdentityStoreErrorCodeStoreBusy
ASCredentialIdentityStore
ASCredentialIdentityStore.sharedStore
-[ASCredentialIdentityStore getCredentialIdentityStoreStateWithCompletion:]
-[ASCredentialIdentityStore saveCredentialIdentities:completion:]
-[ASCredentialIdentityStore removeCredentialIdentities:completion:]
-[ASCredentialIdentityStore removeAllCredentialIdentitiesWithCompletion:]
-[ASCredentialIdentityStore replaceCredentialIdentitiesWithIdentities:completion:]
ASCredentialIdentityStoreState
ASCredentialIdentityStoreState.enabled
ASCredentialIdentityStoreState.supportsIncrementalUpdates
ASExtensionErrorDomain
ASExtensionErrorCode
ASExtensionErrorCodeFailed
ASExtensionErrorCodeUserCanceled
ASExtensionErrorCodeUserInteractionRequired
ASExtensionErrorCodeCredentialIdentityNotFound
ASCredentialProviderExtensionContext
-[ASCredentialProviderExtensionContext completeRequestWithSelectedCredential:completionHandler:]
-[ASCredentialProviderExtensionContext completeExtensionConfigurationRequest]
-[ASCredentialProviderExtensionContext cancelRequestWithError:]
ASCredentialProviderViewController
ASCredentialProviderViewController.extensionContext
-[ASCredentialProviderViewController prepareCredentialListForServiceIdentifiers:]
-[ASCredentialProviderViewController provideCredentialWithoutUserInteractionForIdentity:]
-[ASCredentialProviderViewController prepareInterfaceToProvideCredentialForIdentity:]
-[ASCredentialProviderViewController prepareInterfaceForExtensionConfiguration]
ASCredentialServiceIdentifierType
ASCredentialServiceIdentifierTypeDomain
ASCredentialServiceIdentifierTypeURL
ASCredentialServiceIdentifier
-[ASCredentialServiceIdentifier initWithIdentifier:type:]
ASCredentialServiceIdentifier.identifier
ASCredentialServiceIdentifier.type
#def AS_EXTERN
ASPasswordCredential
-[ASPasswordCredential initWithUser:password:]
+[ASPasswordCredential credentialWithUser:password:]
ASPasswordCredential.user
ASPasswordCredential.password
ASPasswordCredentialIdentity
-[ASPasswordCredentialIdentity initWithServiceIdentifier:user:recordIdentifier:]
+[ASPasswordCredentialIdentity identityWithServiceIdentifier:user:recordIdentifier:]
ASPasswordCredentialIdentity.serviceIdentifier
ASPasswordCredentialIdentity.user
ASPasswordCredentialIdentity.recordIdentifier
ASPasswordCredentialIdentity.rank
ASWebAuthenticationSessionErrorDomain
ASWebAuthenticationSessionErrorCode
ASWebAuthenticationSessionErrorCodeCanceledLogin
ASWebAuthenticationSessionCompletionHandler
ASWebAuthenticationSession
-[ASWebAuthenticationSession initWithURL:callbackURLScheme:completionHandler:]
-[ASWebAuthenticationSession start]
-[ASWebAuthenticationSession cancel]
AVAudioSessionCategory
AVAudioSessionMode
AVAudioSessionPort
AVAudioSessionLocation
AVAudioSessionOrientation
AVAudioSessionPolarPattern
AVAudioSessionActivationOptions
AVAudioSessionActivationOptionNone
AVAudioSessionErrorCodeInsufficientPriority
AVAudioSessionModeVoicePrompt
AVAudioSession.availableCategories
Declaration | |
---|---|
From | @property (readonly, nonnull) NSArray<NSString *> *availableCategories |
To | @property (readonly, nonnull) NSArray<AVAudioSessionCategory> *availableCategories |
-[AVAudioSession setCategory:error:]
Declaration | |
---|---|
From | - (BOOL)setCategory:(nonnull NSString *)category error:(nullable NSError * _Nullable *)outError |
To | - (BOOL)setCategory:(nonnull AVAudioSessionCategory)category error:(nullable NSError * _Nullable *)outError |
-[AVAudioSession setCategory:withOptions:error:]
Declaration | |
---|---|
From | - (BOOL)setCategory:(nonnull NSString *)category withOptions:(AVAudioSessionCategoryOptions)options error:(nullable NSError * _Nullable *)outError |
To | - (BOOL)setCategory:(nonnull AVAudioSessionCategory)category withOptions:(AVAudioSessionCategoryOptions)options error:(nullable NSError * _Nullable *)outError |
-[AVAudioSession setCategory:mode:options:error:]
Declaration | |
---|---|
From | - (BOOL)setCategory:(nonnull NSString *)category mode:(nonnull NSString *)mode options:(AVAudioSessionCategoryOptions)options error:(nullable NSError * _Nullable *)outError |
To | - (BOOL)setCategory:(nonnull AVAudioSessionCategory)category mode:(nonnull AVAudioSessionMode)mode options:(AVAudioSessionCategoryOptions)options error:(nullable NSError * _Nullable *)outError |
-[AVAudioSession setCategory:mode:routeSharingPolicy:options:error:]
Declaration | |
---|---|
From | - (BOOL)setCategory:(nonnull NSString *)category mode:(nonnull NSString *)mode routeSharingPolicy:(AVAudioSessionRouteSharingPolicy)policy options:(AVAudioSessionCategoryOptions)options error:(nullable NSError * _Nullable *)outError |
To | - (BOOL)setCategory:(nonnull AVAudioSessionCategory)category mode:(nonnull AVAudioSessionMode)mode routeSharingPolicy:(AVAudioSessionRouteSharingPolicy)policy options:(AVAudioSessionCategoryOptions)options error:(nullable NSError * _Nullable *)outError |
AVAudioSession.category
Declaration | |
---|---|
From | @property (readonly, nonnull) NSString *category |
To | @property (readonly, nonnull) AVAudioSessionCategory category |
AVAudioSession.availableModes
Declaration | |
---|---|
From | @property (readonly, nonnull) NSArray<NSString *> *availableModes |
To | @property (readonly, nonnull) NSArray<AVAudioSessionMode> *availableModes |
-[AVAudioSession setMode:error:]
Declaration | |
---|---|
From | - (BOOL)setMode:(nonnull NSString *)mode error:(nullable NSError * _Nullable *)outError |
To | - (BOOL)setMode:(nonnull AVAudioSessionMode)mode error:(nullable NSError * _Nullable *)outError |
AVAudioSession.mode
Declaration | |
---|---|
From | @property (readonly, nonnull) NSString *mode |
To | @property (readonly, nonnull) AVAudioSessionMode mode |
-[AVAudioSession recordPermission]
Declaration | |
---|---|
From | - (AVAudioSessionRecordPermission)recordPermission |
To | @property (readonly) AVAudioSessionRecordPermission recordPermission |
AVAudioSessionInterruptionNotification
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionInterruptionNotification |
To | const NSNotificationName _Nonnull AVAudioSessionInterruptionNotification |
AVAudioSessionRouteChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionRouteChangeNotification |
To | const NSNotificationName _Nonnull AVAudioSessionRouteChangeNotification |
AVAudioSessionMediaServicesWereLostNotification
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionMediaServicesWereLostNotification |
To | const NSNotificationName _Nonnull AVAudioSessionMediaServicesWereLostNotification |
AVAudioSessionMediaServicesWereResetNotification
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionMediaServicesWereResetNotification |
To | const NSNotificationName _Nonnull AVAudioSessionMediaServicesWereResetNotification |
AVAudioSessionSilenceSecondaryAudioHintNotification
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionSilenceSecondaryAudioHintNotification |
To | const NSNotificationName _Nonnull AVAudioSessionSilenceSecondaryAudioHintNotification |
AVAudioSessionCategoryAmbient
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionCategoryAmbient |
To | const AVAudioSessionCategory _Nonnull AVAudioSessionCategoryAmbient |
AVAudioSessionCategorySoloAmbient
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionCategorySoloAmbient |
To | const AVAudioSessionCategory _Nonnull AVAudioSessionCategorySoloAmbient |
AVAudioSessionCategoryPlayback
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionCategoryPlayback |
To | const AVAudioSessionCategory _Nonnull AVAudioSessionCategoryPlayback |
AVAudioSessionCategoryRecord
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionCategoryRecord |
To | const AVAudioSessionCategory _Nonnull AVAudioSessionCategoryRecord |
AVAudioSessionCategoryPlayAndRecord
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionCategoryPlayAndRecord |
To | const AVAudioSessionCategory _Nonnull AVAudioSessionCategoryPlayAndRecord |
AVAudioSessionCategoryAudioProcessing
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionCategoryAudioProcessing |
To | const AVAudioSessionCategory _Nonnull AVAudioSessionCategoryAudioProcessing |
AVAudioSessionCategoryMultiRoute
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionCategoryMultiRoute |
To | const AVAudioSessionCategory _Nonnull AVAudioSessionCategoryMultiRoute |
AVAudioSessionModeDefault
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionModeDefault |
To | const AVAudioSessionMode _Nonnull AVAudioSessionModeDefault |
AVAudioSessionModeVoiceChat
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionModeVoiceChat |
To | const AVAudioSessionMode _Nonnull AVAudioSessionModeVoiceChat |
AVAudioSessionModeGameChat
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionModeGameChat |
To | const AVAudioSessionMode _Nonnull AVAudioSessionModeGameChat |
AVAudioSessionModeVideoRecording
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionModeVideoRecording |
To | const AVAudioSessionMode _Nonnull AVAudioSessionModeVideoRecording |
AVAudioSessionModeMeasurement
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionModeMeasurement |
To | const AVAudioSessionMode _Nonnull AVAudioSessionModeMeasurement |
AVAudioSessionModeMoviePlayback
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionModeMoviePlayback |
To | const AVAudioSessionMode _Nonnull AVAudioSessionModeMoviePlayback |
AVAudioSessionModeVideoChat
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionModeVideoChat |
To | const AVAudioSessionMode _Nonnull AVAudioSessionModeVideoChat |
AVAudioSessionModeSpokenAudio
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionModeSpokenAudio |
To | const AVAudioSessionMode _Nonnull AVAudioSessionModeSpokenAudio |
AVAudioSessionPortLineIn
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortLineIn |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortLineIn |
AVAudioSessionPortBuiltInMic
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortBuiltInMic |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortBuiltInMic |
AVAudioSessionPortHeadsetMic
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortHeadsetMic |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortHeadsetMic |
AVAudioSessionPortLineOut
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortLineOut |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortLineOut |
AVAudioSessionPortHeadphones
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortHeadphones |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortHeadphones |
AVAudioSessionPortBluetoothA2DP
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortBluetoothA2DP |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortBluetoothA2DP |
AVAudioSessionPortBuiltInReceiver
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortBuiltInReceiver |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortBuiltInReceiver |
AVAudioSessionPortBuiltInSpeaker
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortBuiltInSpeaker |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortBuiltInSpeaker |
AVAudioSessionPortHDMI
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortHDMI |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortHDMI |
AVAudioSessionPortAirPlay
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortAirPlay |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortAirPlay |
AVAudioSessionPortBluetoothLE
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortBluetoothLE |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortBluetoothLE |
AVAudioSessionPortBluetoothHFP
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortBluetoothHFP |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortBluetoothHFP |
AVAudioSessionPortUSBAudio
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortUSBAudio |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortUSBAudio |
AVAudioSessionPortCarAudio
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPortCarAudio |
To | const AVAudioSessionPort _Nonnull AVAudioSessionPortCarAudio |
AVAudioSessionLocationUpper
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionLocationUpper |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionLocationUpper |
AVAudioSessionLocationLower
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionLocationLower |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionLocationLower |
AVAudioSessionOrientationTop
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionOrientationTop |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionOrientationTop |
AVAudioSessionOrientationBottom
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionOrientationBottom |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionOrientationBottom |
AVAudioSessionOrientationFront
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionOrientationFront |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionOrientationFront |
AVAudioSessionOrientationBack
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionOrientationBack |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionOrientationBack |
AVAudioSessionOrientationLeft
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionOrientationLeft |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionOrientationLeft |
AVAudioSessionOrientationRight
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionOrientationRight |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionOrientationRight |
AVAudioSessionPolarPatternOmnidirectional
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPolarPatternOmnidirectional |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionPolarPatternOmnidirectional |
AVAudioSessionPolarPatternCardioid
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPolarPatternCardioid |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionPolarPatternCardioid |
AVAudioSessionPolarPatternSubcardioid
Declaration | |
---|---|
From | NSString *const _Nonnull AVAudioSessionPolarPatternSubcardioid |
To | const AVAudioSessionLocation _Nonnull AVAudioSessionPolarPatternSubcardioid |
AVAudioSessionPortDescription.portType
Declaration | |
---|---|
From | @property (readonly, nonnull) NSString *portType |
To | @property (readonly, nonnull) AVAudioSessionPort portType |
AVAudioSessionDataSourceDescription.location
Declaration | |
---|---|
From | @property (readonly, nullable) NSString *location |
To | @property (readonly, nullable) AVAudioSessionLocation location |
AVAudioSessionDataSourceDescription.orientation
Declaration | |
---|---|
From | @property (readonly, nullable) NSString *orientation |
To | @property (readonly, nullable) AVAudioSessionOrientation orientation |
AVAudioSessionDataSourceDescription.supportedPolarPatterns
Declaration | |
---|---|
From | @property (readonly, nullable) NSArray<NSString *> *supportedPolarPatterns |
To | @property (readonly, nullable) NSArray<AVAudioSessionPolarPattern> *supportedPolarPatterns |
AVAudioSessionDataSourceDescription.selectedPolarPattern
Declaration | |
---|---|
From | @property (readonly, nullable) NSString *selectedPolarPattern |
To | @property (readonly, nullable) AVAudioSessionPolarPattern selectedPolarPattern |
AVAudioSessionDataSourceDescription.preferredPolarPattern
Declaration | |
---|---|
From | @property (readonly, nullable) NSString *preferredPolarPattern |
To | @property (readonly, nullable) AVAudioSessionPolarPattern preferredPolarPattern |
-[AVAudioSessionDataSourceDescription setPreferredPolarPattern:error:]
Declaration | |
---|---|
From | - (BOOL)setPreferredPolarPattern:(nullable NSString *)pattern error:(nullable NSError * _Nullable *)outError |
To | - (BOOL)setPreferredPolarPattern:(nullable AVAudioSessionPolarPattern)pattern error:(nullable NSError * _Nullable *)outError |
AVAudioSessionDelegate
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported |
-[AVAudioSessionDelegate beginInterruption]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported |
-[AVAudioSessionDelegate endInterruptionWithFlags:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported |
-[AVAudioSessionDelegate endInterruption]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported |
-[AVAudioSessionDelegate inputIsAvailableChanged:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported |
AVAudioSessionErrorInsufficientPriority
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | AVAudioSessionErrorCodeInsufficientPriority |
AVFragmentedAsset (AVFragmentedAssetTrackInspection)
AVAssetContainsFragmentsDidChangeNotification
AVAssetWasDefragmentedNotification
AVFragmentMinding.associatedWithFragmentMinder
AVFragmentedAsset
+[AVFragmentedAsset fragmentedAssetWithURL:options:]
AVFragmentedAsset.tracks
AVFragmentedAssetMinder
+[AVFragmentedAssetMinder fragmentedAssetMinderWithAsset:mindingInterval:]
-[AVFragmentedAssetMinder initWithAsset:mindingInterval:]
AVFragmentedAssetMinder.mindingInterval
AVFragmentedAssetMinder.assets
-[AVFragmentedAssetMinder addFragmentedAsset:]
-[AVFragmentedAssetMinder removeFragmentedAsset:]
AVAssetReaderOutput.mediaType
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) NSString *mediaType |
To | @property (nonatomic, readonly, nonnull) AVMediaType mediaType |
AVAssetResourceLoadingRequestor
AVAssetResourceLoadingRequestor.providesExpiredSessionReports
AVAssetResourceLoadingRequest.requestor
AVFragmentedAssetTrack
-[AVCaptureDepthDataOutput setDelegate:callbackQueue:]
Declaration | |
---|---|
From | - (void)setDelegate:(nonnull id<AVCaptureDepthDataOutputDelegate>)delegate callbackQueue:(nonnull dispatch_queue_t)callbackQueue |
To | - (void)setDelegate:(nullable id<AVCaptureDepthDataOutputDelegate>)delegate callbackQueue:(nullable dispatch_queue_t)callbackQueue |
AVCaptureDepthDataOutput.delegate
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) id<AVCaptureDepthDataOutputDelegate> delegate |
To | @property (nonatomic, readonly, nullable) id<AVCaptureDepthDataOutputDelegate> delegate |
AVCaptureDepthDataOutput.delegateCallbackQueue
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) dispatch_queue_t delegateCallbackQueue |
To | @property (nonatomic, readonly, nullable) dispatch_queue_t delegateCallbackQueue |
AVCaptureDevice.activeMaxExposureDuration
AVCaptureDevice.activeDepthDataMinFrameDuration
AVCaptureDeviceFormat.portraitEffectsMatteStillImageDeliverySupported
-[AVCaptureMovieFileOutput supportedOutputSettingsKeysForConnection:]
AVCaptureDeviceInput.unifiedAutoExposureDefaultsEnabled
AVCapturePhotoOutput.portraitEffectsMatteDeliverySupported
AVCapturePhotoOutput.portraitEffectsMatteDeliveryEnabled
AVCapturePhotoSettings.portraitEffectsMatteDeliveryEnabled
AVCapturePhotoSettings.embedsPortraitEffectsMatteInPhoto
AVCaptureResolvedPhotoSettings.portraitEffectsMatteDimensions
AVCapturePhoto.portraitEffectsMatte
-[AVCapturePhoto fileDataRepresentationWithCustomizer:]
AVCapturePhotoFileDataRepresentationCustomizer
-[AVCapturePhotoFileDataRepresentationCustomizer replacementMetadataForPhoto:]
-[AVCapturePhotoFileDataRepresentationCustomizer replacementEmbeddedThumbnailPixelBufferWithPhotoFormat:forPhoto:]
-[AVCapturePhotoFileDataRepresentationCustomizer replacementDepthDataForPhoto:]
-[AVCapturePhotoFileDataRepresentationCustomizer replacementPortraitEffectsMatteForPhoto:]
-[AVCapturePhoto fileDataRepresentationWithReplacementMetadata:replacementEmbeddedThumbnailPhotoFormat:replacementEmbeddedThumbnailPixelBuffer:replacementDepthData:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use fileDataRepresentationWithCustomizer: instead |
-[AVContentKeySessionDelegate contentKeySession:contentKeyRequestDidSucceed:]
-[AVContentKeySessionDelegate contentKeySessionDidGenerateExpiredSessionReport:]
-[AVContentKeyRequest makeStreamingContentKeyRequestDataForApp:contentIdentifier:options:completionHandler:]
Declaration | |
---|---|
From | - (void)makeStreamingContentKeyRequestDataForApp:(nonnull NSData *)appIdentifier contentIdentifier:(nonnull NSData *)contentIdentifier options:(nullable NSDictionary<NSString *,id> *)options completionHandler:(nonnull void (^)(NSData * _Nullable, NSError * _Nullable))handler |
To | - (void)makeStreamingContentKeyRequestDataForApp:(nonnull NSData *)appIdentifier contentIdentifier:(nullable NSData *)contentIdentifier options:(nullable NSDictionary<NSString *,id> *)options completionHandler:(nonnull void (^)(NSData * _Nullable, NSError * _Nullable))handler |
AVErrorExternalPlaybackNotSupportedForAsset
AVFoundationErrorDomain
Declaration | |
---|---|
From | NSString *const AVFoundationErrorDomain |
To | const NSErrorDomain AVFoundationErrorDomain |
AVMediaSelectionOption.mediaType
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) NSString *mediaType |
To | @property (nonatomic, readonly, nonnull) AVMediaType mediaType |
AVPlayer.preventsDisplaySleepDuringVideoPlayback
AVPlayerMediaSelectionCriteria.preferredMediaCharacteristics
Declaration | |
---|---|
From | @property (nonatomic, readonly, nullable) NSArray<NSString *> *preferredMediaCharacteristics |
To | @property (nonatomic, readonly, nullable) NSArray<AVMediaCharacteristic> *preferredMediaCharacteristics |
AVPortraitEffectsMatte
+[AVPortraitEffectsMatte portraitEffectsMatteFromDictionaryRepresentation:error:]
-[AVPortraitEffectsMatte portraitEffectsMatteByApplyingExifOrientation:]
-[AVPortraitEffectsMatte portraitEffectsMatteByReplacingPortraitEffectsMatteWithPixelBuffer:error:]
-[AVPortraitEffectsMatte dictionaryRepresentationForAuxiliaryDataType:]
AVPortraitEffectsMatte.pixelFormatType
AVPortraitEffectsMatte.mattingImage
AVPlayerViewController.videoGravity
Declaration | |
---|---|
From | @property (nonatomic, copy, nonnull) NSString *videoGravity |
To | @property (nonatomic, copy, nonnull) AVLayerVideoGravity videoGravity |
CPAlertStyle
CPAlertStyleActionSheet
CPAlertStyleFullScreen
CPAlert
-[CPAlert initWithTitleVariants:style:actions:]
CPAlert.titleVariants
CPAlert.style
CPAlert.actions
CPAlertActionStyle
CPAlertActionStyleDefault
CPAlertActionStyleCancel
CPAlertActionStyleDestructive
CPAlertAction
CPAlertActionHandler
-[CPAlertAction initWithTitle:style:handler:]
CPAlertAction.title
CPAlertAction.style
CPAlertAction.handler
CPBarButtonType
CPBarButtonTypeText
CPBarButtonTypeImage
CPBarButton
-[CPBarButton initWithType:handler:]
CPBarButton.enabled
CPBarButton.buttonType
CPBarButton.image
CPBarButton.title
CPBarButtonProviding
CPBarButtonProviding.leadingNavigationBarButtons
CPBarButtonProviding.trailingNavigationBarButtons
CPGridButton
-[CPGridButton initWithTitleVariants:image:handler:]
CPGridButton.enabled
CPGridButton.image
CPGridButton.titleVariants
CPGridTemplate
-[CPGridTemplate initWithTitle:gridButtons:]
CPGridTemplate.gridButtons
CPGridTemplate.title
CPInterfaceController
CPInterfaceController.delegate
-[CPInterfaceController setRootTemplate:animated:]
-[CPInterfaceController pushTemplate:animated:]
-[CPInterfaceController popTemplateAnimated:]
-[CPInterfaceController popToRootTemplateAnimated:]
-[CPInterfaceController popToTemplate:animated:]
CPInterfaceController.rootTemplate
CPInterfaceController.topTemplate
CPInterfaceController.templates
-[CPInterfaceController presentAlert:]
-[CPInterfaceController dismissAlertAnimated:]
CPInterfaceControllerDelegate
-[CPInterfaceControllerDelegate templateWillAppear:animated:]
-[CPInterfaceControllerDelegate templateDidAppear:animated:]
-[CPInterfaceControllerDelegate templateWillDisappear:animated:]
-[CPInterfaceControllerDelegate templateDidDisappear:animated:]
CPApplicationDelegate
-[CPApplicationDelegate application:didConnectCarInterfaceController:toWindow:]
-[CPApplicationDelegate application:didDisconnectCarInterfaceController:fromWindow:]
-[CPApplicationDelegate application:didSelectNavigationAlert:]
-[CPApplicationDelegate application:didSelectManeuver:]
CPMaximumListItemImageSize
CPListItem
-[CPListItem initWithText:detailText:image:showsDisclosureIndicator:]
-[CPListItem initWithText:detailText:image:]
-[CPListItem initWithText:detailText:]
CPListItem.text
CPListItem.detailText
CPListItem.image
CPListItem.showsDisclosureIndicator
CPListItem.userInfo
CPListSection
-[CPListSection initWithItems:header:sectionIndexTitle:]
-[CPListSection initWithItems:]
CPListSection.header
CPListSection.sectionIndexTitle
CPListSection.items
CPListTemplate
-[CPListTemplate initWithSections:]
CPListTemplate.delegate
CPListTemplate.sections
CPListTemplate.title
-[CPListTemplate updateSections:]
CPListTemplateDelegate
-[CPListTemplateDelegate listTemplate:didSelectListItem:completionHandler:]
CPManeuver
CPManeuver.symbol
CPManeuver.instructionVariants
CPManeuver.distanceFromPreviousManeuver
CPManeuver.userInfo
CPMapButton
-[CPMapButton initWithHandler:]
CPMapButton.enabled
CPMapButton.hidden
CPMapButton.image
CPMapButton.focusedImage
CPPanDirection
CPPanDirectionNone
CPPanDirectionLeft
CPPanDirectionRight
CPPanDirectionUp
CPPanDirectionDown
CPMapTemplate
CPMapTemplate.mapButtons
-[CPMapTemplate showTripPreviews:]
-[CPMapTemplate hideTripPreviews]
-[CPMapTemplate updateTravelEstimates:forTrip:]
-[CPMapTemplate startNavigationSessionForTrip:]
CPMapTemplate.automaticallyHidesNavigationBar
CPMapTemplate.hidesButtonsWithNavigationBar
CPMapTemplate.mapDelegate
-[CPMapTemplate showPanningInterfaceAnimated:]
-[CPMapTemplate dismissPanningInterfaceAnimated:]
CPMapTemplate.currentNavigationAlert
-[CPMapTemplate presentNavigationAlert:animated:]
-[CPMapTemplate dismissNavigationAlertAnimated:completion:]
CPMapTemplateDelegate
-[CPMapTemplateDelegate mapTemplate:shouldShowNotificationForManeuver:]
-[CPMapTemplateDelegate mapTemplate:shouldUpdateNotificationForManeuver:withTravelEstimates:]
-[CPMapTemplateDelegate mapTemplate:shouldShowNotificationForNavigationAlert:]
-[CPMapTemplateDelegate mapTemplateDidShowPanningInterface:]
-[CPMapTemplateDelegate mapTemplateWillDismissPanningInterface:]
-[CPMapTemplateDelegate mapTemplateDidDismissPanningInterface:]
-[CPMapTemplateDelegate mapTemplate:panBeganWithDirection:]
-[CPMapTemplateDelegate mapTemplate:panEndedWithDirection:]
-[CPMapTemplateDelegate mapTemplate:panWithDirection:]
-[CPMapTemplateDelegate mapTemplate:willShowNavigationAlert:]
-[CPMapTemplateDelegate mapTemplate:didShowNavigationAlert:]
-[CPMapTemplateDelegate mapTemplate:willDismissNavigationAlert:dismissalContext:]
-[CPMapTemplateDelegate mapTemplate:didDismissNavigationAlert:dismissalContext:]
-[CPMapTemplateDelegate mapTemplate:selectedPreviewForTrip:usingRouteChoice:]
-[CPMapTemplateDelegate mapTemplate:startedTrip:usingRouteChoice:]
-[CPMapTemplateDelegate mapTemplateDidCancelNavigation:]
CPNavigationAlertPriority
CPNavigationAlertPriorityDefault
CPNavigationAlertPriorityHigh
CPNavigationAlertDismissalContext
CPNavigationAlertDismissalContextTimeout
CPNavigationAlertDismissalContextUserDismissed
CPNavigationAlertDismissalContextSystemDismissed
CPNavigationAlertMinimumDuration
CPNavigationAlert
-[CPNavigationAlert initWithTitleVariants:subtitleVariants:image:priority:primaryAction:secondaryAction:duration:]
CPNavigationAlert.alertPriority
CPNavigationAlert.titleVariants
CPNavigationAlert.subtitleVariants
CPNavigationAlert.image
CPNavigationAlert.primaryAction
CPNavigationAlert.secondaryAction
CPNavigationAlert.duration
CPTravelEstimates
-[CPTravelEstimates initWithDistanceRemaining:timeRemaining:]
CPTravelEstimates.distanceRemaining
CPTravelEstimates.timeRemaining
CPTripPauseReason
CPTripPauseReasonArrived
CPTripPauseReasonLoading
CPTripPauseReasonLocating
CPTripPauseReasonRerouting
CPTripPauseReasonProceedToRoute
CPNavigationSession
-[CPNavigationSession pauseTripForReason:]
-[CPNavigationSession finishTrip]
-[CPNavigationSession cancelTrip]
CPNavigationSession.upcomingManeuvers
CPNavigationSession.trip
-[CPNavigationSession updateTravelEstimates:forManeuver:]
CPSearchTemplate
CPSearchTemplate.delegate
CPSearchTemplateDelegate
-[CPSearchTemplateDelegate searchTemplate:updatedSearchText:completionHandler:]
-[CPSearchTemplateDelegate searchTemplate:selectedResult:completionHandler:]
-[CPSearchTemplateDelegate searchTemplateSearchButtonPressed:]
CPLimitableUserInterface
CPLimitableUserInterfaceKeyboard
CPLimitableUserInterfaceLists
CPSessionConfiguration
-[CPSessionConfiguration initWithDelegate:]
CPSessionConfiguration.limitedUserInterfaces
CPSessionConfiguration.delegate
CPSessionConfigurationDelegate
-[CPSessionConfigurationDelegate sessionConfiguration:limitedUserInterfacesChanged:]
CPTemplate
CPRouteChoice
-[CPRouteChoice initWithSummaryVariants:additionalInformationVariants:]
CPRouteChoice.summaryVariants
CPRouteChoice.additionalInformationVariants
CPRouteChoice.userInfo
CPTrip
-[CPTrip initWithOrigin:destination:routeChoices:]
CPTrip.origin
CPTrip.destination
CPTrip.routeChoices
CPTrip.userInfo
CPVoiceControlTemplate
-[CPVoiceControlTemplate initWithTitleVariants:animatedImage:]
CPVoiceControlTemplate.titleVariants
CPVoiceControlTemplate.animatedImage
kCFHTTPAuthenticationSchemeOAuth1
kCFStreamErrorDomainSOCKS
kCFStreamPropertySOCKSProxy
kCFStreamPropertySOCKSProxyHost
kCFStreamPropertySOCKSProxyPort
kCFStreamPropertySOCKSVersion
kCFStreamSocketSOCKSVersion4
kCFStreamSocketSOCKSVersion5
kCFStreamPropertySOCKSUser
kCFStreamPropertySOCKSPassword
kCFStreamErrorDomainSSL
kCFStreamPropertySocketSecurityLevel
kCFStreamSocketSecurityLevelNone
kCFStreamSocketSecurityLevelSSLv2
kCFStreamSocketSecurityLevelSSLv3
kCFStreamSocketSecurityLevelTLSv1
kCFStreamSocketSecurityLevelNegotiatedSSL
kCFStreamPropertyShouldCloseNativeSocket
kCFStreamNetworkServiceTypeResponsiveData
-[CKContainer fetchAllLongLivedOperationIDsWithCompletionHandler:]
Declaration | |
---|---|
From | - (void)fetchAllLongLivedOperationIDsWithCompletionHandler:(nonnull void (^)(NSArray<NSString *> * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)fetchAllLongLivedOperationIDsWithCompletionHandler:(nonnull void (^)(NSArray<CKOperationID> * _Nullable, NSError * _Nullable))completionHandler |
-[CKContainer fetchLongLivedOperationWithID:completionHandler:]
Declaration | |
---|---|
From | - (void)fetchLongLivedOperationWithID:(nonnull NSString *)operationID completionHandler:(nonnull void (^)(CKOperation * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)fetchLongLivedOperationWithID:(nonnull CKOperationID)operationID completionHandler:(nonnull void (^)(CKOperation * _Nullable, NSError * _Nullable))completionHandler |
-[CKDatabase fetchSubscriptionWithID:completionHandler:]
Declaration | |
---|---|
From | - (void)fetchSubscriptionWithID:(nonnull NSString *)subscriptionID completionHandler:(nonnull void (^)(CKSubscription * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)fetchSubscriptionWithID:(nonnull CKSubscriptionID)subscriptionID completionHandler:(nonnull void (^)(CKSubscription * _Nullable, NSError * _Nullable))completionHandler |
-[CKDatabase deleteSubscriptionWithID:completionHandler:]
Declaration | |
---|---|
From | - (void)deleteSubscriptionWithID:(nonnull NSString *)subscriptionID completionHandler:(nonnull void (^)(NSString * _Nullable, NSError * _Nullable))completionHandler |
To | - (void)deleteSubscriptionWithID:(nonnull CKSubscriptionID)subscriptionID completionHandler:(nonnull void (^)(NSString * _Nullable, NSError * _Nullable))completionHandler |
CKFetchRecordChangesOperation.desiredKeys
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *desiredKeys |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *desiredKeys |
CKFetchRecordsOperation.desiredKeys
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *desiredKeys |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *desiredKeys |
-[CKFetchRecordZoneChangesOperation initWithRecordZoneIDs:configurationsByRecordZoneID:]
CKFetchRecordZoneChangesOperation.configurationsByRecordZoneID
CKFetchRecordZoneChangesConfiguration
CKFetchRecordZoneChangesConfiguration.previousServerChangeToken
CKFetchRecordZoneChangesConfiguration.resultsLimit
CKFetchRecordZoneChangesConfiguration.desiredKeys
CKFetchRecordZoneChangesOperation.recordWithIDWasDeletedBlock
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) void (^)(CKRecordID * _Nonnull, NSString * _Nonnull) recordWithIDWasDeletedBlock |
To | @property (nonatomic, copy, nullable) void (^)(CKRecordID * _Nonnull, CKRecordType _Nonnull) recordWithIDWasDeletedBlock |
-[CKFetchRecordZoneChangesOperation initWithRecordZoneIDs:optionsByRecordZoneID:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | initWithRecordZoneIDs:configurationsByRecordZoneID: |
CKFetchRecordZoneChangesOperation.optionsByRecordZoneID
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | configurationsByRecordZoneID |
CKFetchRecordZoneChangesOptions
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | CKFetchRecordZoneChangesConfiguration |
CKFetchRecordZoneChangesOptions.desiredKeys
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *desiredKeys |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *desiredKeys |
CKFetchShareMetadataOperation.rootRecordDesiredKeys
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *rootRecordDesiredKeys |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *rootRecordDesiredKeys |
-[CKFetchSubscriptionsOperation initWithSubscriptionIDs:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithSubscriptionIDs:(nonnull NSArray<NSString *> *)subscriptionIDs |
To | - (nonnull instancetype)initWithSubscriptionIDs:(nonnull NSArray<CKSubscriptionID> *)subscriptionIDs |
CKFetchSubscriptionsOperation.subscriptionIDs
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *subscriptionIDs |
To | @property (nonatomic, copy, nullable) NSArray<CKSubscriptionID> *subscriptionIDs |
CKFetchSubscriptionsOperation.fetchSubscriptionCompletionBlock
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) void (^)(NSDictionary<NSString *,CKSubscription *> * _Nullable, NSError * _Nullable) fetchSubscriptionCompletionBlock |
To | @property (nonatomic, copy, nullable) void (^)(NSDictionary<CKSubscriptionID,CKSubscription *> * _Nullable, NSError * _Nullable) fetchSubscriptionCompletionBlock |
-[CKModifySubscriptionsOperation initWithSubscriptionsToSave:subscriptionIDsToDelete:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithSubscriptionsToSave:(nullable NSArray<CKSubscription *> *)subscriptionsToSave subscriptionIDsToDelete:(nullable NSArray<NSString *> *)subscriptionIDsToDelete |
To | - (nonnull instancetype)initWithSubscriptionsToSave:(nullable NSArray<CKSubscription *> *)subscriptionsToSave subscriptionIDsToDelete:(nullable NSArray<CKSubscriptionID> *)subscriptionIDsToDelete |
CKModifySubscriptionsOperation.subscriptionIDsToDelete
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *subscriptionIDsToDelete |
To | @property (nonatomic, copy, nullable) NSArray<CKSubscriptionID> *subscriptionIDsToDelete |
CKModifySubscriptionsOperation.modifySubscriptionsCompletionBlock
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) void (^)(NSArray<CKSubscription *> * _Nullable, NSArray<NSString *> * _Nullable, NSError * _Nullable) modifySubscriptionsCompletionBlock |
To | @property (nonatomic, copy, nullable) void (^)(NSArray<CKSubscription *> * _Nullable, NSArray<CKSubscriptionID> * _Nullable, NSError * _Nullable) modifySubscriptionsCompletionBlock |
CKNotification.subscriptionID
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nullable) NSString *subscriptionID |
To | @property (nonatomic, readonly, copy, nullable) CKSubscriptionID subscriptionID |
CKOperationID
CKOperation.operationID
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nonnull) NSString *operationID |
To | @property (nonatomic, readonly, copy, nonnull) CKOperationID operationID |
-[CKQuery initWithRecordType:predicate:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithRecordType:(nonnull NSString *)recordType predicate:(nonnull NSPredicate *)predicate |
To | - (nonnull instancetype)initWithRecordType:(nonnull CKRecordType)recordType predicate:(nonnull NSPredicate *)predicate |
CKQuery.recordType
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nonnull) NSString *recordType |
To | @property (nonatomic, readonly, copy, nonnull) CKRecordType recordType |
CKQueryOperation.desiredKeys
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *desiredKeys |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *desiredKeys |
CKRecordType
CKRecordFieldKey
CKRecordKeyValueSetting
-[CKRecordKeyValueSetting objectForKey:]
-[CKRecordKeyValueSetting setObject:forKey:]
-[CKRecordKeyValueSetting objectForKeyedSubscript:]
-[CKRecordKeyValueSetting setObject:forKeyedSubscript:]
-[CKRecordKeyValueSetting allKeys]
-[CKRecordKeyValueSetting changedKeys]
CKRecordTypeUserRecord
Declaration | |
---|---|
From | NSString *const _Nonnull CKRecordTypeUserRecord |
To | const CKRecordType _Nonnull CKRecordTypeUserRecord |
CKRecordParentKey
Declaration | |
---|---|
From | NSString *const _Nonnull CKRecordParentKey |
To | const CKRecordFieldKey _Nonnull CKRecordParentKey |
CKRecordShareKey
Declaration | |
---|---|
From | NSString *const _Nonnull CKRecordShareKey |
To | const CKRecordFieldKey _Nonnull CKRecordShareKey |
CKRecord
Protocols | |
---|---|
From | NSCopying, NSSecureCoding |
To | CKRecordKeyValueSetting, NSCopying, NSSecureCoding |
-[CKRecord initWithRecordType:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithRecordType:(nonnull NSString *)recordType |
To | - (nonnull instancetype)initWithRecordType:(nonnull CKRecordType)recordType |
-[CKRecord initWithRecordType:recordID:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithRecordType:(nonnull NSString *)recordType recordID:(nonnull CKRecordID *)recordID |
To | - (nonnull instancetype)initWithRecordType:(nonnull CKRecordType)recordType recordID:(nonnull CKRecordID *)recordID |
-[CKRecord initWithRecordType:zoneID:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithRecordType:(nonnull NSString *)recordType zoneID:(nonnull CKRecordZoneID *)zoneID |
To | - (nonnull instancetype)initWithRecordType:(nonnull CKRecordType)recordType zoneID:(nonnull CKRecordZoneID *)zoneID |
CKRecord.recordType
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nonnull) NSString *recordType |
To | @property (nonatomic, readonly, copy, nonnull) CKRecordType recordType |
-[CKRecord objectForKey:]
Declaration | |
---|---|
From | - (nullable __kindof id<CKRecordValue> _Nullable)objectForKey:(nonnull NSString *)key |
To | - (nullable __kindof id<CKRecordValue> _Nullable)objectForKey:(nonnull CKRecordFieldKey)key |
-[CKRecord setObject:forKey:]
Declaration | |
---|---|
From | - (void)setObject:(nullable __kindof id<CKRecordValue> _Nullable)object forKey:(nonnull NSString *)key |
To | - (void)setObject:(nullable __kindof id<CKRecordValue> _Nullable)object forKey:(nonnull CKRecordFieldKey)key |
-[CKRecord allKeys]
Declaration | |
---|---|
From | - (nonnull NSArray<NSString *> *)allKeys |
To | - (nonnull NSArray<CKRecordFieldKey> *)allKeys |
-[CKRecord objectForKeyedSubscript:]
Declaration | |
---|---|
From | - (nullable __kindof id<CKRecordValue> _Nullable)objectForKeyedSubscript:(nonnull NSString *)key |
To | - (nullable __kindof id<CKRecordValue> _Nullable)objectForKeyedSubscript:(nonnull CKRecordFieldKey)key |
-[CKRecord setObject:forKeyedSubscript:]
Declaration | |
---|---|
From | - (void)setObject:(nullable __kindof id<CKRecordValue> _Nullable)object forKeyedSubscript:(nonnull NSString *)key |
To | - (void)setObject:(nullable __kindof id<CKRecordValue> _Nullable)object forKeyedSubscript:(nonnull CKRecordFieldKey)key |
-[CKRecord changedKeys]
Declaration | |
---|---|
From | - (nonnull NSArray<NSString *> *)changedKeys |
To | - (nonnull NSArray<CKRecordFieldKey> *)changedKeys |
CKRecordTypeShare
Declaration | |
---|---|
From | NSString *const _Nonnull CKRecordTypeShare |
To | const CKRecordType _Nonnull CKRecordTypeShare |
CKShareTitleKey
Declaration | |
---|---|
From | NSString *const _Nonnull CKShareTitleKey |
To | const CKRecordFieldKey _Nonnull CKShareTitleKey |
CKShareThumbnailImageDataKey
Declaration | |
---|---|
From | NSString *const _Nonnull CKShareThumbnailImageDataKey |
To | const CKRecordFieldKey _Nonnull CKShareThumbnailImageDataKey |
CKShareTypeKey
Declaration | |
---|---|
From | NSString *const _Nonnull CKShareTypeKey |
To | const CKRecordFieldKey _Nonnull CKShareTypeKey |
CKShareMetadata.participantRole
CKShareMetadata.participantType
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | participantRole |
CKShareParticipantRole
CKShareParticipantRoleUnknown
CKShareParticipantRoleOwner
CKShareParticipantRolePrivateUser
CKShareParticipantRolePublicUser
CKShareParticipant.role
CKShareParticipantTypeUnknown
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | CKShareParticipantRole |
CKShareParticipantTypeOwner
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | CKShareParticipantRole |
CKShareParticipantTypePrivateUser
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | CKShareParticipantRole |
CKShareParticipantTypePublicUser
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | CKShareParticipantRole |
CKShareParticipant.type
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | role |
CKSubscriptionID
+[CKDatabaseSubscription new]
CKSubscription.subscriptionID
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nonnull) NSString *subscriptionID |
To | @property (nonatomic, readonly, copy, nonnull) CKSubscriptionID subscriptionID |
-[CKQuerySubscription initWithRecordType:predicate:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithRecordType:(nonnull NSString *)recordType predicate:(nonnull NSPredicate *)predicate options:(CKQuerySubscriptionOptions)querySubscriptionOptions |
To | - (nonnull instancetype)initWithRecordType:(nonnull CKRecordType)recordType predicate:(nonnull NSPredicate *)predicate options:(CKQuerySubscriptionOptions)querySubscriptionOptions |
-[CKQuerySubscription initWithRecordType:predicate:subscriptionID:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithRecordType:(nonnull NSString *)recordType predicate:(nonnull NSPredicate *)predicate subscriptionID:(nonnull NSString *)subscriptionID options:(CKQuerySubscriptionOptions)querySubscriptionOptions |
To | - (nonnull instancetype)initWithRecordType:(nonnull CKRecordType)recordType predicate:(nonnull NSPredicate *)predicate subscriptionID:(nonnull CKSubscriptionID)subscriptionID options:(CKQuerySubscriptionOptions)querySubscriptionOptions |
CKQuerySubscription.recordType
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nonnull) NSString *recordType |
To | @property (nonatomic, readonly, copy, nonnull) CKRecordType recordType |
-[CKRecordZoneSubscription initWithZoneID:subscriptionID:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithZoneID:(nonnull CKRecordZoneID *)zoneID subscriptionID:(nonnull NSString *)subscriptionID |
To | - (nonnull instancetype)initWithZoneID:(nonnull CKRecordZoneID *)zoneID subscriptionID:(nonnull CKSubscriptionID)subscriptionID |
CKRecordZoneSubscription.recordType
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSString *recordType |
To | @property (nonatomic, copy, nullable) CKRecordType recordType |
-[CKDatabaseSubscription initWithSubscriptionID:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithSubscriptionID:(nonnull NSString *)subscriptionID |
To | - (nonnull instancetype)initWithSubscriptionID:(nonnull CKSubscriptionID)subscriptionID |
CKDatabaseSubscription.recordType
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSString *recordType |
To | @property (nonatomic, copy, nullable) CKRecordType recordType |
CKNotificationInfo.alertLocalizationArgs
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *alertLocalizationArgs |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *alertLocalizationArgs |
CKNotificationInfo.titleLocalizationArgs
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *titleLocalizationArgs |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *titleLocalizationArgs |
CKNotificationInfo.subtitleLocalizationArgs
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *subtitleLocalizationArgs |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *subtitleLocalizationArgs |
CKNotificationInfo.desiredKeys
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSArray<NSString *> *desiredKeys |
To | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *desiredKeys |
-[CKSubscription initWithRecordType:predicate:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithRecordType:(nonnull NSString *)recordType predicate:(nonnull NSPredicate *)predicate options:(CKSubscriptionOptions)subscriptionOptions |
To | - (nonnull instancetype)initWithRecordType:(nonnull CKRecordType)recordType predicate:(nonnull NSPredicate *)predicate options:(CKSubscriptionOptions)subscriptionOptions |
-[CKSubscription initWithRecordType:predicate:subscriptionID:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithRecordType:(nonnull NSString *)recordType predicate:(nonnull NSPredicate *)predicate subscriptionID:(nonnull NSString *)subscriptionID options:(CKSubscriptionOptions)subscriptionOptions |
To | - (nonnull instancetype)initWithRecordType:(nonnull CKRecordType)recordType predicate:(nonnull NSPredicate *)predicate subscriptionID:(nonnull CKSubscriptionID)subscriptionID options:(CKSubscriptionOptions)subscriptionOptions |
CKSubscription.recordType
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nullable) NSString *recordType |
To | @property (nonatomic, readonly, copy, nullable) CKRecordType recordType |
-[CKSubscription initWithZoneID:subscriptionID:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithZoneID:(nonnull CKRecordZoneID *)zoneID subscriptionID:(nonnull NSString *)subscriptionID options:(CKSubscriptionOptions)subscriptionOptions |
To | - (nonnull instancetype)initWithZoneID:(nonnull CKRecordZoneID *)zoneID subscriptionID:(nonnull CKSubscriptionID)subscriptionID options:(CKSubscriptionOptions)subscriptionOptions |
CNErrorCodeVCardSummarizationError
-[CNPhoneNumber init]
Declaration | |
---|---|
From | - (nonnull instancetype)init |
To | - (null_unspecified instancetype)init |
+[CNPhoneNumber new]
Declaration | |
---|---|
From | + (nonnull instancetype)new |
To | + (null_unspecified instancetype)new |
kAudioChannelLabel_BinauralLeft
kAudioChannelLabel_BinauralRight
kAudioChannelLabel_BeginReserved
kAudioChannelLabel_EndReserved
kAudioChannelLayoutTag_BeginReserved
kAudioChannelLayoutTag_EndReserved
CBErrorUnknownDevice
CBErrorOperationNotSupported
NSEntityDescription.indexes
Declaration | |
---|---|
From | @property (readwrite, copy, nonnull) NSArray<NSFetchIndexDescription *> *indexes |
To | @property (copy, nonnull) NSArray<NSFetchIndexDescription *> *indexes |
NSConstraintConflict.constraint
Declaration | |
---|---|
From | @property (readonly, retain, nonnull) NSArray<NSString *> *constraint |
To | @property (readonly, copy, nonnull) NSArray<NSString *> *constraint |
NSConstraintConflict.constraintValues
Declaration | |
---|---|
From | @property (readonly, retain, nonnull) NSDictionary<NSString *,id> *constraintValues |
To | @property (readonly, copy, nonnull) NSDictionary<NSString *,id> *constraintValues |
NSConstraintConflict.conflictingObjects
Declaration | |
---|---|
From | @property (readonly, retain, nonnull) NSArray<NSManagedObject *> *conflictingObjects |
To | @property (readonly, copy, nonnull) NSArray<NSManagedObject *> *conflictingObjects |
NSConstraintConflict.conflictingSnapshots
Declaration | |
---|---|
From | @property (readonly, retain, nonnull) NSArray<NSDictionary *> *conflictingSnapshots |
To | @property (readonly, copy, nonnull) NSArray<NSDictionary *> *conflictingSnapshots |
+[NSPersistentStoreCoordinator registerStoreClass:forStoreType:]
Declaration | |
---|---|
From | + (void)registerStoreClass:(nonnull Class)storeClass forStoreType:(nonnull NSString *)storeType |
To | + (void)registerStoreClass:(nullable Class)storeClass forStoreType:(nonnull NSString *)storeType |
kCFStreamErrorDomainSOCKS
kCFStreamPropertySOCKSProxy
kCFStreamPropertySOCKSProxyHost
kCFStreamPropertySOCKSProxyPort
kCFStreamPropertySOCKSVersion
kCFStreamSocketSOCKSVersion4
kCFStreamSocketSOCKSVersion5
kCFStreamPropertySOCKSUser
kCFStreamPropertySOCKSPassword
kCFStreamErrorDomainSSL
kCFStreamPropertySocketSecurityLevel
kCFStreamSocketSecurityLevelNone
kCFStreamSocketSecurityLevelSSLv2
kCFStreamSocketSecurityLevelSSLv3
kCFStreamSocketSecurityLevelTLSv1
kCFStreamSocketSecurityLevelNegotiatedSSL
kCFStreamPropertyShouldCloseNativeSocket
CFReadStreamClientCallBack
Declaration | |
---|---|
From | typedef void (*CFReadStreamClientCallBack)(CFReadStreamRef stream, CFStreamEventType type, void *clientCallBackInfo) |
To | typedef void (*CFReadStreamClientCallBack)(CFReadStreamRef _Null_unspecified stream, CFStreamEventType type, void * _Null_unspecified clientCallBackInfo) |
CFWriteStreamClientCallBack
Declaration | |
---|---|
From | typedef void (*CFWriteStreamClientCallBack)(CFWriteStreamRef stream, CFStreamEventType type, void *clientCallBackInfo) |
To | typedef void (*CFWriteStreamClientCallBack)(CFWriteStreamRef _Null_unspecified stream, CFStreamEventType type, void * _Null_unspecified clientCallBackInfo) |
kCFStreamPropertyDataWritten
Declaration | |
---|---|
From | const CFStreamPropertyKey kCFStreamPropertyDataWritten |
To | CFStreamPropertyKey _Null_unspecified const kCFStreamPropertyDataWritten |
CFReadStreamCreateWithBytesNoCopy()
Declaration | |
---|---|
From | CFReadStreamRef CFReadStreamCreateWithBytesNoCopy(CFAllocatorRef alloc, const UInt8 *bytes, CFIndex length, CFAllocatorRef bytesDeallocator) |
To | CFReadStreamRef _Null_unspecified CFReadStreamCreateWithBytesNoCopy(CFAllocatorRef _Null_unspecified alloc, const UInt8 * _Null_unspecified bytes, CFIndex length, CFAllocatorRef _Null_unspecified bytesDeallocator) |
CFWriteStreamCreateWithBuffer()
Declaration | |
---|---|
From | CFWriteStreamRef CFWriteStreamCreateWithBuffer(CFAllocatorRef alloc, UInt8 *buffer, CFIndex bufferCapacity) |
To | CFWriteStreamRef _Null_unspecified CFWriteStreamCreateWithBuffer(CFAllocatorRef _Null_unspecified alloc, UInt8 * _Null_unspecified buffer, CFIndex bufferCapacity) |
CFWriteStreamCreateWithAllocatedBuffers()
Declaration | |
---|---|
From | CFWriteStreamRef CFWriteStreamCreateWithAllocatedBuffers(CFAllocatorRef alloc, CFAllocatorRef bufferAllocator) |
To | CFWriteStreamRef _Null_unspecified CFWriteStreamCreateWithAllocatedBuffers(CFAllocatorRef _Null_unspecified alloc, CFAllocatorRef _Null_unspecified bufferAllocator) |
CFReadStreamCreateWithFile()
Declaration | |
---|---|
From | CFReadStreamRef CFReadStreamCreateWithFile(CFAllocatorRef alloc, CFURLRef fileURL) |
To | CFReadStreamRef _Null_unspecified CFReadStreamCreateWithFile(CFAllocatorRef _Null_unspecified alloc, CFURLRef _Null_unspecified fileURL) |
CFWriteStreamCreateWithFile()
Declaration | |
---|---|
From | CFWriteStreamRef CFWriteStreamCreateWithFile(CFAllocatorRef alloc, CFURLRef fileURL) |
To | CFWriteStreamRef _Null_unspecified CFWriteStreamCreateWithFile(CFAllocatorRef _Null_unspecified alloc, CFURLRef _Null_unspecified fileURL) |
CFStreamCreateBoundPair()
Declaration | |
---|---|
From | void CFStreamCreateBoundPair(CFAllocatorRef alloc, CFReadStreamRef *readStream, CFWriteStreamRef *writeStream, CFIndex transferBufferSize) |
To | void CFStreamCreateBoundPair(CFAllocatorRef _Null_unspecified alloc, CFReadStreamRef _Null_unspecified * _Null_unspecified readStream, CFWriteStreamRef _Null_unspecified * _Null_unspecified writeStream, CFIndex transferBufferSize) |
kCFStreamPropertyAppendToFile
Declaration | |
---|---|
From | const CFStreamPropertyKey kCFStreamPropertyAppendToFile |
To | CFStreamPropertyKey _Null_unspecified const kCFStreamPropertyAppendToFile |
kCFStreamPropertyFileCurrentOffset
Declaration | |
---|---|
From | const CFStreamPropertyKey kCFStreamPropertyFileCurrentOffset |
To | CFStreamPropertyKey _Null_unspecified const kCFStreamPropertyFileCurrentOffset |
kCFStreamPropertySocketNativeHandle
Declaration | |
---|---|
From | const CFStreamPropertyKey kCFStreamPropertySocketNativeHandle |
To | CFStreamPropertyKey _Null_unspecified const kCFStreamPropertySocketNativeHandle |
kCFStreamPropertySocketRemoteHostName
Declaration | |
---|---|
From | const CFStreamPropertyKey kCFStreamPropertySocketRemoteHostName |
To | CFStreamPropertyKey _Null_unspecified const kCFStreamPropertySocketRemoteHostName |
kCFStreamPropertySocketRemotePortNumber
Declaration | |
---|---|
From | const CFStreamPropertyKey kCFStreamPropertySocketRemotePortNumber |
To | CFStreamPropertyKey _Null_unspecified const kCFStreamPropertySocketRemotePortNumber |
CFStreamCreatePairWithSocket()
Declaration | |
---|---|
From | void CFStreamCreatePairWithSocket(CFAllocatorRef alloc, CFSocketNativeHandle sock, CFReadStreamRef *readStream, CFWriteStreamRef *writeStream) |
To | void CFStreamCreatePairWithSocket(CFAllocatorRef _Null_unspecified alloc, CFSocketNativeHandle sock, CFReadStreamRef _Null_unspecified * _Null_unspecified readStream, CFWriteStreamRef _Null_unspecified * _Null_unspecified writeStream) |
CFStreamCreatePairWithSocketToHost()
Declaration | |
---|---|
From | void CFStreamCreatePairWithSocketToHost(CFAllocatorRef alloc, CFStringRef host, UInt32 port, CFReadStreamRef *readStream, CFWriteStreamRef *writeStream) |
To | void CFStreamCreatePairWithSocketToHost(CFAllocatorRef _Null_unspecified alloc, CFStringRef _Null_unspecified host, UInt32 port, CFReadStreamRef _Null_unspecified * _Null_unspecified readStream, CFWriteStreamRef _Null_unspecified * _Null_unspecified writeStream) |
CFStreamCreatePairWithPeerSocketSignature()
Declaration | |
---|---|
From | void CFStreamCreatePairWithPeerSocketSignature(CFAllocatorRef alloc, const CFSocketSignature *signature, CFReadStreamRef *readStream, CFWriteStreamRef *writeStream) |
To | void CFStreamCreatePairWithPeerSocketSignature(CFAllocatorRef _Null_unspecified alloc, const CFSocketSignature * _Null_unspecified signature, CFReadStreamRef _Null_unspecified * _Null_unspecified readStream, CFWriteStreamRef _Null_unspecified * _Null_unspecified writeStream) |
CFReadStreamGetStatus()
Declaration | |
---|---|
From | CFStreamStatus CFReadStreamGetStatus(CFReadStreamRef stream) |
To | CFStreamStatus CFReadStreamGetStatus(CFReadStreamRef _Null_unspecified stream) |
CFWriteStreamGetStatus()
Declaration | |
---|---|
From | CFStreamStatus CFWriteStreamGetStatus(CFWriteStreamRef stream) |
To | CFStreamStatus CFWriteStreamGetStatus(CFWriteStreamRef _Null_unspecified stream) |
CFReadStreamCopyError()
Declaration | |
---|---|
From | CFErrorRef CFReadStreamCopyError(CFReadStreamRef stream) |
To | CFErrorRef _Null_unspecified CFReadStreamCopyError(CFReadStreamRef _Null_unspecified stream) |
CFWriteStreamCopyError()
Declaration | |
---|---|
From | CFErrorRef CFWriteStreamCopyError(CFWriteStreamRef stream) |
To | CFErrorRef _Null_unspecified CFWriteStreamCopyError(CFWriteStreamRef _Null_unspecified stream) |
CFReadStreamOpen()
Declaration | |
---|---|
From | Boolean CFReadStreamOpen(CFReadStreamRef stream) |
To | Boolean CFReadStreamOpen(CFReadStreamRef _Null_unspecified stream) |
CFWriteStreamOpen()
Declaration | |
---|---|
From | Boolean CFWriteStreamOpen(CFWriteStreamRef stream) |
To | Boolean CFWriteStreamOpen(CFWriteStreamRef _Null_unspecified stream) |
CFReadStreamClose()
Declaration | |
---|---|
From | void CFReadStreamClose(CFReadStreamRef stream) |
To | void CFReadStreamClose(CFReadStreamRef _Null_unspecified stream) |
CFWriteStreamClose()
Declaration | |
---|---|
From | void CFWriteStreamClose(CFWriteStreamRef stream) |
To | void CFWriteStreamClose(CFWriteStreamRef _Null_unspecified stream) |
CFReadStreamHasBytesAvailable()
Declaration | |
---|---|
From | Boolean CFReadStreamHasBytesAvailable(CFReadStreamRef stream) |
To | Boolean CFReadStreamHasBytesAvailable(CFReadStreamRef _Null_unspecified stream) |
CFReadStreamRead()
Declaration | |
---|---|
From | CFIndex CFReadStreamRead(CFReadStreamRef stream, UInt8 *buffer, CFIndex bufferLength) |
To | CFIndex CFReadStreamRead(CFReadStreamRef _Null_unspecified stream, UInt8 * _Null_unspecified buffer, CFIndex bufferLength) |
CFReadStreamGetBuffer()
Declaration | |
---|---|
From | const UInt8 *CFReadStreamGetBuffer(CFReadStreamRef stream, CFIndex maxBytesToRead, CFIndex *numBytesRead) |
To | const UInt8 * _Null_unspecified CFReadStreamGetBuffer(CFReadStreamRef _Null_unspecified stream, CFIndex maxBytesToRead, CFIndex * _Null_unspecified numBytesRead) |
CFWriteStreamCanAcceptBytes()
Declaration | |
---|---|
From | Boolean CFWriteStreamCanAcceptBytes(CFWriteStreamRef stream) |
To | Boolean CFWriteStreamCanAcceptBytes(CFWriteStreamRef _Null_unspecified stream) |
CFWriteStreamWrite()
Declaration | |
---|---|
From | CFIndex CFWriteStreamWrite(CFWriteStreamRef stream, const UInt8 *buffer, CFIndex bufferLength) |
To | CFIndex CFWriteStreamWrite(CFWriteStreamRef _Null_unspecified stream, const UInt8 * _Null_unspecified buffer, CFIndex bufferLength) |
CFReadStreamCopyProperty()
Declaration | |
---|---|
From | CFTypeRef CFReadStreamCopyProperty(CFReadStreamRef stream, CFStreamPropertyKey propertyName) |
To | CFTypeRef _Null_unspecified CFReadStreamCopyProperty(CFReadStreamRef _Null_unspecified stream, CFStreamPropertyKey _Null_unspecified propertyName) |
CFWriteStreamCopyProperty()
Declaration | |
---|---|
From | CFTypeRef CFWriteStreamCopyProperty(CFWriteStreamRef stream, CFStreamPropertyKey propertyName) |
To | CFTypeRef _Null_unspecified CFWriteStreamCopyProperty(CFWriteStreamRef _Null_unspecified stream, CFStreamPropertyKey _Null_unspecified propertyName) |
CFReadStreamSetProperty()
Declaration | |
---|---|
From | Boolean CFReadStreamSetProperty(CFReadStreamRef stream, CFStreamPropertyKey propertyName, CFTypeRef propertyValue) |
To | Boolean CFReadStreamSetProperty(CFReadStreamRef _Null_unspecified stream, CFStreamPropertyKey _Null_unspecified propertyName, CFTypeRef _Null_unspecified propertyValue) |
CFWriteStreamSetProperty()
Declaration | |
---|---|
From | Boolean CFWriteStreamSetProperty(CFWriteStreamRef stream, CFStreamPropertyKey propertyName, CFTypeRef propertyValue) |
To | Boolean CFWriteStreamSetProperty(CFWriteStreamRef _Null_unspecified stream, CFStreamPropertyKey _Null_unspecified propertyName, CFTypeRef _Null_unspecified propertyValue) |
CFReadStreamSetClient()
Declaration | |
---|---|
From | Boolean CFReadStreamSetClient(CFReadStreamRef stream, CFOptionFlags streamEvents, CFReadStreamClientCallBack clientCB, CFStreamClientContext *clientContext) |
To | Boolean CFReadStreamSetClient(CFReadStreamRef _Null_unspecified stream, CFOptionFlags streamEvents, CFReadStreamClientCallBack _Null_unspecified clientCB, CFStreamClientContext * _Null_unspecified clientContext) |
CFWriteStreamSetClient()
Declaration | |
---|---|
From | Boolean CFWriteStreamSetClient(CFWriteStreamRef stream, CFOptionFlags streamEvents, CFWriteStreamClientCallBack clientCB, CFStreamClientContext *clientContext) |
To | Boolean CFWriteStreamSetClient(CFWriteStreamRef _Null_unspecified stream, CFOptionFlags streamEvents, CFWriteStreamClientCallBack _Null_unspecified clientCB, CFStreamClientContext * _Null_unspecified clientContext) |
CFReadStreamScheduleWithRunLoop()
Declaration | |
---|---|
From | void CFReadStreamScheduleWithRunLoop(CFReadStreamRef stream, CFRunLoopRef runLoop, CFRunLoopMode runLoopMode) |
To | void CFReadStreamScheduleWithRunLoop(CFReadStreamRef _Null_unspecified stream, CFRunLoopRef _Null_unspecified runLoop, CFRunLoopMode _Null_unspecified runLoopMode) |
CFWriteStreamScheduleWithRunLoop()
Declaration | |
---|---|
From | void CFWriteStreamScheduleWithRunLoop(CFWriteStreamRef stream, CFRunLoopRef runLoop, CFRunLoopMode runLoopMode) |
To | void CFWriteStreamScheduleWithRunLoop(CFWriteStreamRef _Null_unspecified stream, CFRunLoopRef _Null_unspecified runLoop, CFRunLoopMode _Null_unspecified runLoopMode) |
CFReadStreamUnscheduleFromRunLoop()
Declaration | |
---|---|
From | void CFReadStreamUnscheduleFromRunLoop(CFReadStreamRef stream, CFRunLoopRef runLoop, CFRunLoopMode runLoopMode) |
To | void CFReadStreamUnscheduleFromRunLoop(CFReadStreamRef _Null_unspecified stream, CFRunLoopRef _Null_unspecified runLoop, CFRunLoopMode _Null_unspecified runLoopMode) |
CFWriteStreamUnscheduleFromRunLoop()
Declaration | |
---|---|
From | void CFWriteStreamUnscheduleFromRunLoop(CFWriteStreamRef stream, CFRunLoopRef runLoop, CFRunLoopMode runLoopMode) |
To | void CFWriteStreamUnscheduleFromRunLoop(CFWriteStreamRef _Null_unspecified stream, CFRunLoopRef _Null_unspecified runLoop, CFRunLoopMode _Null_unspecified runLoopMode) |
CFReadStreamSetDispatchQueue()
Declaration | |
---|---|
From | void CFReadStreamSetDispatchQueue(CFReadStreamRef stream, dispatch_queue_t q) |
To | void CFReadStreamSetDispatchQueue(CFReadStreamRef _Null_unspecified stream, dispatch_queue_t _Null_unspecified q) |
CFWriteStreamSetDispatchQueue()
Declaration | |
---|---|
From | void CFWriteStreamSetDispatchQueue(CFWriteStreamRef stream, dispatch_queue_t q) |
To | void CFWriteStreamSetDispatchQueue(CFWriteStreamRef _Null_unspecified stream, dispatch_queue_t _Null_unspecified q) |
CFReadStreamCopyDispatchQueue()
Declaration | |
---|---|
From | dispatch_queue_t CFReadStreamCopyDispatchQueue(CFReadStreamRef stream) |
To | dispatch_queue_t _Null_unspecified CFReadStreamCopyDispatchQueue(CFReadStreamRef _Null_unspecified stream) |
CFWriteStreamCopyDispatchQueue()
Declaration | |
---|---|
From | dispatch_queue_t CFWriteStreamCopyDispatchQueue(CFWriteStreamRef stream) |
To | dispatch_queue_t _Null_unspecified CFWriteStreamCopyDispatchQueue(CFWriteStreamRef _Null_unspecified stream) |
CFReadStreamGetError()
Declaration | |
---|---|
From | CFStreamError CFReadStreamGetError(CFReadStreamRef stream) |
To | CFStreamError CFReadStreamGetError(CFReadStreamRef _Null_unspecified stream) |
CFWriteStreamGetError()
Declaration | |
---|---|
From | CFStreamError CFWriteStreamGetError(CFWriteStreamRef stream) |
To | CFStreamError CFWriteStreamGetError(CFWriteStreamRef _Null_unspecified stream) |
#def GET_CG_AVAIL_MACRO
#def CG_AVAILABLE_STARTING_IOS
#def CG_AVAILABLE_STARTING1
#def CG_AVAILABLE_STARTING2
#def GET_CG_AVAIL_BUT_DEPR_MACRO
#def CG_AVAILABLE_BUT_DEPRECATED1
#def CG_AVAILABLE_BUT_DEPRECATED2
#def CG_AVAILABLE_BUT_DEPRECATED3
#def CG_AVAILABLE_BUT_DEPRECATED4
#def CG_AVAILABLE_BUT_DEPRECATED5
#def CG_UNAVAILABLE_DESKTOP
#def CG_UNAVAILABLE_EMBEDDED
CGColorSpaceCopyPropertyList()
CGColorSpaceCreateWithPropertyList()
CGFontCreatePostScriptSubset()
Declaration | |
---|---|
From | CFDataRef _Nullable CGFontCreatePostScriptSubset(CGFontRef _Nullable font, CFStringRef _Nullable subsetName, CGFontPostScriptFormat format, const CGGlyph * _Nullable glyphs, size_t count, const CGGlyph _Nonnull[256] encoding) |
To | CFDataRef _Nullable CGFontCreatePostScriptSubset(CGFontRef _Nullable font, CFStringRef _Nullable subsetName, CGFontPostScriptFormat format, const CGGlyph * _Nullable glyphs, size_t count, const CGGlyph _Nullable[256] encoding) |
CGFontCreatePostScriptEncoding()
Declaration | |
---|---|
From | CFDataRef _Nullable CGFontCreatePostScriptEncoding(CGFontRef _Nullable font, const CGGlyph _Nonnull[256] encoding) |
To | CFDataRef _Nullable CGFontCreatePostScriptEncoding(CGFontRef _Nullable font, const CGGlyph _Nullable[256] encoding) |
CGImagePixelFormatInfo
kCGImagePixelFormatMask
kCGImagePixelFormatPacked
kCGImagePixelFormatRGB555
kCGImagePixelFormatRGB565
kCGImagePixelFormatRGB101010
kCGImagePixelFormatRGBCIF10
CGImageGetByteOrderInfo()
CGImageGetPixelFormatInfo()
CGPDFArrayApplierBlock
CGPDFArrayApplyBlock()
CGPDFDictionaryApplierBlock
CGPDFDictionaryApplyBlock()
CIContextOption
CIImageRepresentationOption
kCIImageRepresentationAVPortraitEffectsMatte
kCIImageRepresentationPortraitEffectsMatteImage
kCIContextOutputColorSpace
Declaration | |
---|---|
From | NSString *const _Nonnull kCIContextOutputColorSpace |
To | const CIContextOption _Nonnull kCIContextOutputColorSpace |
kCIContextWorkingColorSpace
Declaration | |
---|---|
From | NSString *const _Nonnull kCIContextWorkingColorSpace |
To | const CIContextOption _Nonnull kCIContextWorkingColorSpace |
kCIContextWorkingFormat
Declaration | |
---|---|
From | NSString *const _Nonnull kCIContextWorkingFormat |
To | const CIContextOption _Nonnull kCIContextWorkingFormat |
kCIContextHighQualityDownsample
Declaration | |
---|---|
From | NSString *const _Nonnull kCIContextHighQualityDownsample |
To | const CIContextOption _Nonnull kCIContextHighQualityDownsample |
kCIContextOutputPremultiplied
Declaration | |
---|---|
From | NSString *const _Nonnull kCIContextOutputPremultiplied |
To | const CIContextOption _Nonnull kCIContextOutputPremultiplied |
kCIContextCacheIntermediates
Declaration | |
---|---|
From | NSString *const _Nonnull kCIContextCacheIntermediates |
To | const CIContextOption _Nonnull kCIContextCacheIntermediates |
kCIContextUseSoftwareRenderer
Declaration | |
---|---|
From | NSString *const _Nonnull kCIContextUseSoftwareRenderer |
To | const CIContextOption _Nonnull kCIContextUseSoftwareRenderer |
kCIContextPriorityRequestLow
Declaration | |
---|---|
From | NSString *const _Nonnull kCIContextPriorityRequestLow |
To | const CIContextOption _Nonnull kCIContextPriorityRequestLow |
+[CIContext contextWithCGContext:options:]
Declaration | |
---|---|
From | + (nonnull CIContext *)contextWithCGContext:(nonnull CGContextRef)cgctx options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nonnull CIContext *)contextWithCGContext:(nonnull CGContextRef)cgctx options:(nullable NSDictionary<CIContextOption,id> *)options |
+[CIContext contextWithOptions:]
Declaration | |
---|---|
From | + (nonnull CIContext *)contextWithOptions:(nullable NSDictionary<NSString *,id> *)options |
To | + (nonnull CIContext *)contextWithOptions:(nullable NSDictionary<CIContextOption,id> *)options |
-[CIContext initWithOptions:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithOptions:(nullable NSDictionary<NSString *,id> *)options |
To | - (nonnull instancetype)initWithOptions:(nullable NSDictionary<CIContextOption,id> *)options |
+[CIContext contextWithEAGLContext:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Core Image OpenGLES API deprecated. (Define CI_SILENCE_GL_DEPRECATION to silence these warnings) |
+[CIContext contextWithEAGLContext:options:]
Declaration | |
---|---|
From | + (nonnull CIContext *)contextWithEAGLContext:(nonnull EAGLContext *)eaglContext options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nonnull CIContext *)contextWithEAGLContext:(nonnull EAGLContext *)eaglContext options:(nullable NSDictionary<CIContextOption,id> *)options |
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Core Image OpenGLES API deprecated. (Define CI_SILENCE_GL_DEPRECATION to silence these warnings) |
+[CIContext contextWithMTLDevice:options:]
Declaration | |
---|---|
From | + (nonnull CIContext *)contextWithMTLDevice:(nonnull id<MTLDevice>)device options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nonnull CIContext *)contextWithMTLDevice:(nonnull id<MTLDevice>)device options:(nullable NSDictionary<CIContextOption,id> *)options |
kCIImageRepresentationAVDepthData
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageRepresentationAVDepthData |
To | const CIImageRepresentationOption _Nonnull kCIImageRepresentationAVDepthData |
kCIImageRepresentationDepthImage
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageRepresentationDepthImage |
To | const CIImageRepresentationOption _Nonnull kCIImageRepresentationDepthImage |
kCIImageRepresentationDisparityImage
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageRepresentationDisparityImage |
To | const CIImageRepresentationOption _Nonnull kCIImageRepresentationDisparityImage |
-[CIContext TIFFRepresentationOfImage:format:colorSpace:options:]
Declaration | |
---|---|
From | - (nullable NSData *)TIFFRepresentationOfImage:(nonnull CIImage *)image format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary *)options |
To | - (nullable NSData *)TIFFRepresentationOfImage:(nonnull CIImage *)image format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary<CIImageRepresentationOption,id> *)options |
-[CIContext JPEGRepresentationOfImage:colorSpace:options:]
Declaration | |
---|---|
From | - (nullable NSData *)JPEGRepresentationOfImage:(nonnull CIImage *)image colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary *)options |
To | - (nullable NSData *)JPEGRepresentationOfImage:(nonnull CIImage *)image colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary<CIImageRepresentationOption,id> *)options |
-[CIContext HEIFRepresentationOfImage:format:colorSpace:options:]
Declaration | |
---|---|
From | - (nullable NSData *)HEIFRepresentationOfImage:(nonnull CIImage *)image format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary *)options |
To | - (nullable NSData *)HEIFRepresentationOfImage:(nonnull CIImage *)image format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary<CIImageRepresentationOption,id> *)options |
-[CIContext PNGRepresentationOfImage:format:colorSpace:options:]
Declaration | |
---|---|
From | - (nullable NSData *)PNGRepresentationOfImage:(nonnull CIImage *)image format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary *)options |
To | - (nullable NSData *)PNGRepresentationOfImage:(nonnull CIImage *)image format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary<CIImageRepresentationOption,id> *)options |
-[CIContext writeTIFFRepresentationOfImage:toURL:format:colorSpace:options:error:]
Declaration | |
---|---|
From | - (BOOL)writeTIFFRepresentationOfImage:(nonnull CIImage *)image toURL:(nonnull NSURL *)url format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary *)options error:(nullable NSError * _Nullable *)errorPtr |
To | - (BOOL)writeTIFFRepresentationOfImage:(nonnull CIImage *)image toURL:(nonnull NSURL *)url format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary<CIImageRepresentationOption,id> *)options error:(nullable NSError * _Nullable *)errorPtr |
-[CIContext writePNGRepresentationOfImage:toURL:format:colorSpace:options:error:]
Declaration | |
---|---|
From | - (BOOL)writePNGRepresentationOfImage:(nonnull CIImage *)image toURL:(nonnull NSURL *)url format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary *)options error:(nullable NSError * _Nullable *)errorPtr |
To | - (BOOL)writePNGRepresentationOfImage:(nonnull CIImage *)image toURL:(nonnull NSURL *)url format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary<CIImageRepresentationOption,id> *)options error:(nullable NSError * _Nullable *)errorPtr |
-[CIContext writeJPEGRepresentationOfImage:toURL:colorSpace:options:error:]
Declaration | |
---|---|
From | - (BOOL)writeJPEGRepresentationOfImage:(nonnull CIImage *)image toURL:(nonnull NSURL *)url colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary *)options error:(nullable NSError * _Nullable *)errorPtr |
To | - (BOOL)writeJPEGRepresentationOfImage:(nonnull CIImage *)image toURL:(nonnull NSURL *)url colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary<CIImageRepresentationOption,id> *)options error:(nullable NSError * _Nullable *)errorPtr |
-[CIContext writeHEIFRepresentationOfImage:toURL:format:colorSpace:options:error:]
Declaration | |
---|---|
From | - (BOOL)writeHEIFRepresentationOfImage:(nonnull CIImage *)image toURL:(nonnull NSURL *)url format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary *)options error:(nullable NSError * _Nullable *)errorPtr |
To | - (BOOL)writeHEIFRepresentationOfImage:(nonnull CIImage *)image toURL:(nonnull NSURL *)url format:(CIFormat)format colorSpace:(nonnull CGColorSpaceRef)colorSpace options:(nonnull NSDictionary<CIImageRepresentationOption,id> *)options error:(nullable NSError * _Nullable *)errorPtr |
kCIInputAmountKey
kCIInputMatteImageKey
CIImageOption
kCIImageAuxiliaryPortraitEffectsMatte
-[CIImage imageByInsertingIntermediate]
-[CIImage imageByInsertingIntermediate:]
CIImageAutoAdjustmentOption
-[CIImage initWithDepthData:options:]
-[CIImage initWithDepthData:]
+[CIImage imageWithDepthData:options:]
+[CIImage imageWithDepthData:]
CIImage.portraitEffectsMatte
-[CIImage initWithPortaitEffectsMatte:options:]
-[CIImage initWithPortaitEffectsMatte:]
+[CIImage imageWithPortaitEffectsMatte:options:]
+[CIImage imageWithPortaitEffectsMatte:]
kCIImageColorSpace
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageColorSpace |
To | const CIImageOption _Nonnull kCIImageColorSpace |
kCIImageNearestSampling
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageNearestSampling |
To | const CIImageOption _Nonnull kCIImageNearestSampling |
kCIImageProperties
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageProperties |
To | const CIImageOption _Nonnull kCIImageProperties |
kCIImageApplyOrientationProperty
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageApplyOrientationProperty |
To | const CIImageOption _Nonnull kCIImageApplyOrientationProperty |
kCIImageAuxiliaryDepth
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageAuxiliaryDepth |
To | const CIImageOption _Nonnull kCIImageAuxiliaryDepth |
kCIImageAuxiliaryDisparity
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageAuxiliaryDisparity |
To | const CIImageOption _Nonnull kCIImageAuxiliaryDisparity |
+[CIImage imageWithCGImage:options:]
Declaration | |
---|---|
From | + (nonnull CIImage *)imageWithCGImage:(nonnull CGImageRef)image options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nonnull CIImage *)imageWithCGImage:(nonnull CGImageRef)image options:(nullable NSDictionary<CIImageOption,id> *)options |
+[CIImage imageWithTexture:size:flipped:colorSpace:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Core Image OpenGL API deprecated. (Define CI_SILENCE_GL_DEPRECATION to silence these warnings) |
+[CIImage imageWithMTLTexture:options:]
Declaration | |
---|---|
From | + (nullable CIImage *)imageWithMTLTexture:(nonnull id<MTLTexture>)texture options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nullable CIImage *)imageWithMTLTexture:(nonnull id<MTLTexture>)texture options:(nullable NSDictionary<CIImageOption,id> *)options |
+[CIImage imageWithContentsOfURL:options:]
Declaration | |
---|---|
From | + (nullable CIImage *)imageWithContentsOfURL:(nonnull NSURL *)url options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nullable CIImage *)imageWithContentsOfURL:(nonnull NSURL *)url options:(nullable NSDictionary<CIImageOption,id> *)options |
+[CIImage imageWithData:options:]
Declaration | |
---|---|
From | + (nullable CIImage *)imageWithData:(nonnull NSData *)data options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nullable CIImage *)imageWithData:(nonnull NSData *)data options:(nullable NSDictionary<CIImageOption,id> *)options |
+[CIImage imageWithCVImageBuffer:options:]
Declaration | |
---|---|
From | + (nonnull CIImage *)imageWithCVImageBuffer:(nonnull CVImageBufferRef)imageBuffer options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nonnull CIImage *)imageWithCVImageBuffer:(nonnull CVImageBufferRef)imageBuffer options:(nullable NSDictionary<CIImageOption,id> *)options |
+[CIImage imageWithCVPixelBuffer:options:]
Declaration | |
---|---|
From | + (nonnull CIImage *)imageWithCVPixelBuffer:(nonnull CVPixelBufferRef)pixelBuffer options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nonnull CIImage *)imageWithCVPixelBuffer:(nonnull CVPixelBufferRef)pixelBuffer options:(nullable NSDictionary<CIImageOption,id> *)options |
+[CIImage imageWithIOSurface:options:]
Declaration | |
---|---|
From | + (nonnull CIImage *)imageWithIOSurface:(nonnull IOSurfaceRef)surface options:(nullable NSDictionary<NSString *,id> *)options |
To | + (nonnull CIImage *)imageWithIOSurface:(nonnull IOSurfaceRef)surface options:(nullable NSDictionary<CIImageOption,id> *)options |
-[CIImage initWithCGImage:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithCGImage:(nonnull CGImageRef)image options:(nullable NSDictionary<NSString *,id> *)options |
To | - (nonnull instancetype)initWithCGImage:(nonnull CGImageRef)image options:(nullable NSDictionary<CIImageOption,id> *)options |
-[CIImage initWithData:options:]
Declaration | |
---|---|
From | - (nullable instancetype)initWithData:(nonnull NSData *)data options:(nullable NSDictionary<NSString *,id> *)options |
To | - (nullable instancetype)initWithData:(nonnull NSData *)data options:(nullable NSDictionary<CIImageOption,id> *)options |
-[CIImage initWithTexture:size:flipped:colorSpace:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Core Image OpenGL API deprecated. (Define CI_SILENCE_GL_DEPRECATION to silence these warnings) |
-[CIImage initWithMTLTexture:options:]
Declaration | |
---|---|
From | - (nullable instancetype)initWithMTLTexture:(nonnull id<MTLTexture>)texture options:(nullable NSDictionary<NSString *,id> *)options |
To | - (nullable instancetype)initWithMTLTexture:(nonnull id<MTLTexture>)texture options:(nullable NSDictionary<CIImageOption,id> *)options |
-[CIImage initWithContentsOfURL:options:]
Declaration | |
---|---|
From | - (nullable instancetype)initWithContentsOfURL:(nonnull NSURL *)url options:(nullable NSDictionary<NSString *,id> *)options |
To | - (nullable instancetype)initWithContentsOfURL:(nonnull NSURL *)url options:(nullable NSDictionary<CIImageOption,id> *)options |
-[CIImage initWithIOSurface:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithIOSurface:(nonnull IOSurfaceRef)surface options:(nullable NSDictionary<NSString *,id> *)options |
To | - (nonnull instancetype)initWithIOSurface:(nonnull IOSurfaceRef)surface options:(nullable NSDictionary<CIImageOption,id> *)options |
-[CIImage initWithCVImageBuffer:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithCVImageBuffer:(nonnull CVImageBufferRef)imageBuffer options:(nullable NSDictionary<NSString *,id> *)options |
To | - (nonnull instancetype)initWithCVImageBuffer:(nonnull CVImageBufferRef)imageBuffer options:(nullable NSDictionary<CIImageOption,id> *)options |
-[CIImage initWithCVPixelBuffer:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithCVPixelBuffer:(nonnull CVPixelBufferRef)pixelBuffer options:(nullable NSDictionary<NSString *,id> *)options |
To | - (nonnull instancetype)initWithCVPixelBuffer:(nonnull CVPixelBufferRef)pixelBuffer options:(nullable NSDictionary<CIImageOption,id> *)options |
kCIImageAutoAdjustEnhance
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageAutoAdjustEnhance |
To | const CIImageAutoAdjustmentOption _Nonnull kCIImageAutoAdjustEnhance |
kCIImageAutoAdjustRedEye
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageAutoAdjustRedEye |
To | const CIImageAutoAdjustmentOption _Nonnull kCIImageAutoAdjustRedEye |
kCIImageAutoAdjustFeatures
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageAutoAdjustFeatures |
To | const CIImageAutoAdjustmentOption _Nonnull kCIImageAutoAdjustFeatures |
kCIImageAutoAdjustCrop
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageAutoAdjustCrop |
To | const CIImageAutoAdjustmentOption _Nonnull kCIImageAutoAdjustCrop |
kCIImageAutoAdjustLevel
Declaration | |
---|---|
From | NSString *const _Nonnull kCIImageAutoAdjustLevel |
To | const CIImageAutoAdjustmentOption _Nonnull kCIImageAutoAdjustLevel |
-[CIImage autoAdjustmentFiltersWithOptions:]
Declaration | |
---|---|
From | - (nonnull NSArray<CIFilter *> *)autoAdjustmentFiltersWithOptions:(nullable NSDictionary<NSString *,id> *)options |
To | - (nonnull NSArray<CIFilter *> *)autoAdjustmentFiltersWithOptions:(nullable NSDictionary<CIImageAutoAdjustmentOption,id> *)options |
CIRAWFilterOption
+[CIFilter filterWithImageURL:options:]
Declaration | |
---|---|
From | + (CIFilter *)filterWithImageURL:(NSURL *)url options:(NSDictionary *)options |
To | + (CIFilter *)filterWithImageURL:(NSURL *)url options:(NSDictionary<CIRAWFilterOption,id> *)options |
+[CIFilter filterWithImageData:options:]
Declaration | |
---|---|
From | + (CIFilter *)filterWithImageData:(NSData *)data options:(NSDictionary *)options |
To | + (CIFilter *)filterWithImageData:(NSData *)data options:(NSDictionary<CIRAWFilterOption,id> *)options |
+[CIFilter filterWithCVPixelBuffer:properties:options:]
Declaration | |
---|---|
From | + (CIFilter *)filterWithCVPixelBuffer:(CVPixelBufferRef)pixelBuffer properties:(NSDictionary *)properties options:(NSDictionary *)options |
To | + (CIFilter *)filterWithCVPixelBuffer:(CVPixelBufferRef)pixelBuffer properties:(NSDictionary *)properties options:(NSDictionary<CIRAWFilterOption,id> *)options |
kCIInputAllowDraftModeKey
Declaration | |
---|---|
From | NSString *const kCIInputAllowDraftModeKey |
To | const CIRAWFilterOption kCIInputAllowDraftModeKey |
kCIInputDecoderVersionKey
Declaration | |
---|---|
From | NSString *const kCIInputDecoderVersionKey |
To | const CIRAWFilterOption kCIInputDecoderVersionKey |
kCISupportedDecoderVersionsKey
Declaration | |
---|---|
From | NSString *const kCISupportedDecoderVersionsKey |
To | const CIRAWFilterOption kCISupportedDecoderVersionsKey |
kCIInputBaselineExposureKey
Declaration | |
---|---|
From | NSString *const kCIInputBaselineExposureKey |
To | const CIRAWFilterOption kCIInputBaselineExposureKey |
kCIInputBoostKey
Declaration | |
---|---|
From | NSString *const kCIInputBoostKey |
To | const CIRAWFilterOption kCIInputBoostKey |
kCIInputBoostShadowAmountKey
Declaration | |
---|---|
From | NSString *const kCIInputBoostShadowAmountKey |
To | const CIRAWFilterOption kCIInputBoostShadowAmountKey |
kCIInputDisableGamutMapKey
Declaration | |
---|---|
From | NSString *const kCIInputDisableGamutMapKey |
To | const CIRAWFilterOption kCIInputDisableGamutMapKey |
kCIInputNeutralChromaticityXKey
Declaration | |
---|---|
From | NSString *const kCIInputNeutralChromaticityXKey |
To | const CIRAWFilterOption kCIInputNeutralChromaticityXKey |
kCIInputNeutralChromaticityYKey
Declaration | |
---|---|
From | NSString *const kCIInputNeutralChromaticityYKey |
To | const CIRAWFilterOption kCIInputNeutralChromaticityYKey |
kCIInputNeutralTemperatureKey
Declaration | |
---|---|
From | NSString *const kCIInputNeutralTemperatureKey |
To | const CIRAWFilterOption kCIInputNeutralTemperatureKey |
kCIInputNeutralTintKey
Declaration | |
---|---|
From | NSString *const kCIInputNeutralTintKey |
To | const CIRAWFilterOption kCIInputNeutralTintKey |
kCIInputNeutralLocationKey
Declaration | |
---|---|
From | NSString *const kCIInputNeutralLocationKey |
To | const CIRAWFilterOption kCIInputNeutralLocationKey |
kCIInputScaleFactorKey
Declaration | |
---|---|
From | NSString *const kCIInputScaleFactorKey |
To | const CIRAWFilterOption kCIInputScaleFactorKey |
kCIInputIgnoreImageOrientationKey
Declaration | |
---|---|
From | NSString *const kCIInputIgnoreImageOrientationKey |
To | const CIRAWFilterOption kCIInputIgnoreImageOrientationKey |
kCIInputImageOrientationKey
Declaration | |
---|---|
From | NSString *const kCIInputImageOrientationKey |
To | const CIRAWFilterOption kCIInputImageOrientationKey |
kCIInputEnableSharpeningKey
Declaration | |
---|---|
From | NSString *const kCIInputEnableSharpeningKey |
To | const CIRAWFilterOption kCIInputEnableSharpeningKey |
kCIInputEnableChromaticNoiseTrackingKey
Declaration | |
---|---|
From | NSString *const kCIInputEnableChromaticNoiseTrackingKey |
To | const CIRAWFilterOption kCIInputEnableChromaticNoiseTrackingKey |
kCIInputNoiseReductionAmountKey
Declaration | |
---|---|
From | NSString *const kCIInputNoiseReductionAmountKey |
To | const CIRAWFilterOption kCIInputNoiseReductionAmountKey |
kCIInputMoireAmountKey
Declaration | |
---|---|
From | NSString *const kCIInputMoireAmountKey |
To | const CIRAWFilterOption kCIInputMoireAmountKey |
kCIInputEnableVendorLensCorrectionKey
Declaration | |
---|---|
From | NSString *const kCIInputEnableVendorLensCorrectionKey |
To | const CIRAWFilterOption kCIInputEnableVendorLensCorrectionKey |
kCIInputLuminanceNoiseReductionAmountKey
Declaration | |
---|---|
From | NSString *const kCIInputLuminanceNoiseReductionAmountKey |
To | const CIRAWFilterOption kCIInputLuminanceNoiseReductionAmountKey |
kCIInputColorNoiseReductionAmountKey
Declaration | |
---|---|
From | NSString *const kCIInputColorNoiseReductionAmountKey |
To | const CIRAWFilterOption kCIInputColorNoiseReductionAmountKey |
kCIInputNoiseReductionSharpnessAmountKey
Declaration | |
---|---|
From | NSString *const kCIInputNoiseReductionSharpnessAmountKey |
To | const CIRAWFilterOption kCIInputNoiseReductionSharpnessAmountKey |
kCIInputNoiseReductionContrastAmountKey
Declaration | |
---|---|
From | NSString *const kCIInputNoiseReductionContrastAmountKey |
To | const CIRAWFilterOption kCIInputNoiseReductionContrastAmountKey |
kCIInputNoiseReductionDetailAmountKey
Declaration | |
---|---|
From | NSString *const kCIInputNoiseReductionDetailAmountKey |
To | const CIRAWFilterOption kCIInputNoiseReductionDetailAmountKey |
kCIInputLinearSpaceFilter
Declaration | |
---|---|
From | NSString *const kCIInputLinearSpaceFilter |
To | const CIRAWFilterOption kCIInputLinearSpaceFilter |
kCIOutputNativeSizeKey
Declaration | |
---|---|
From | NSString *const kCIOutputNativeSizeKey |
To | const CIRAWFilterOption kCIOutputNativeSizeKey |
kCIActiveKeys
Declaration | |
---|---|
From | NSString *const kCIActiveKeys |
To | const CIRAWFilterOption kCIActiveKeys |
-[CIRenderDestination initWithWidth:height:pixelFormat:commandBuffer:mtlTextureProvider:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithWidth:(NSUInteger)width height:(NSUInteger)height pixelFormat:(MTLPixelFormat)pixelFormat commandBuffer:(nullable id<MTLCommandBuffer>)commandBuffer mtlTextureProvider:(nonnull id<MTLTexture> _Nonnull (^)(void))block |
To | - (nonnull instancetype)initWithWidth:(NSUInteger)width height:(NSUInteger)height pixelFormat:(MTLPixelFormat)pixelFormat commandBuffer:(nullable id<MTLCommandBuffer>)commandBuffer mtlTextureProvider:(nullable id<MTLTexture> _Nonnull (^)(void))block |
#def CI_GL_DEPRECATED_IOS
#def CI_GL_DEPRECATED_MAC
#def CI_GL_DEPRECATED
CLActivityTypeAirborne
kCMVideoCodecType_AppleProRes4444XQ
CMImageDescriptionFlavor
CMSoundDescriptionFlavor
CMTextDescriptionFlavor
CMClosedCaptionDescriptionFlavor
CMTimeCodeDescriptionFlavor
CMMetadataDescriptionFlavor
kCMImageDescriptionFlavor_QuickTimeMovie
Declaration | |
---|---|
From | const CFStringRef _Nonnull kCMImageDescriptionFlavor_QuickTimeMovie |
To | const CMImageDescriptionFlavor _Nonnull kCMImageDescriptionFlavor_QuickTimeMovie |
kCMImageDescriptionFlavor_ISOFamily
Declaration | |
---|---|
From | const CFStringRef _Nonnull kCMImageDescriptionFlavor_ISOFamily |
To | const CMImageDescriptionFlavor _Nonnull kCMImageDescriptionFlavor_ISOFamily |
kCMImageDescriptionFlavor_3GPFamily
Declaration | |
---|---|
From | const CFStringRef _Nonnull kCMImageDescriptionFlavor_3GPFamily |
To | const CMImageDescriptionFlavor _Nonnull kCMImageDescriptionFlavor_3GPFamily |
CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionData()
Declaration | |
---|---|
From | OSStatus CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull imageDescriptionData, size_t imageDescriptionSize, CFStringEncoding imageDescriptionStringEncoding, CFStringRef _Nullable imageDescriptionFlavor, CMVideoFormatDescriptionRef _Nullable * _Nonnull videoFormatDescriptionOut) |
To | OSStatus CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull imageDescriptionData, size_t size, CFStringEncoding stringEncoding, CMImageDescriptionFlavor _Nullable flavor, CMVideoFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull imageDescriptionBlockBuffer, CFStringEncoding imageDescriptionStringEncoding, CFStringRef _Nullable imageDescriptionFlavor, CMVideoFormatDescriptionRef _Nullable * _Nonnull videoFormatDescriptionOut) |
To | OSStatus CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull imageDescriptionBlockBuffer, CFStringEncoding stringEncoding, CMImageDescriptionFlavor _Nullable flavor, CMVideoFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMVideoFormatDescriptionCopyAsBigEndianImageDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMVideoFormatDescriptionCopyAsBigEndianImageDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMVideoFormatDescriptionRef _Nonnull videoFormatDescription, CFStringEncoding imageDescriptionStringEncoding, CFStringRef _Nullable imageDescriptionFlavor, CMBlockBufferRef _Nullable * _Nonnull imageDescriptionBlockBufferOut) |
To | OSStatus CMVideoFormatDescriptionCopyAsBigEndianImageDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMVideoFormatDescriptionRef _Nonnull videoFormatDescription, CFStringEncoding stringEncoding, CMImageDescriptionFlavor _Nullable flavor, CMBlockBufferRef _Nullable * _Nonnull blockBufferOut) |
kCMSoundDescriptionFlavor_QuickTimeMovie
Declaration | |
---|---|
From | const CFStringRef _Nonnull kCMSoundDescriptionFlavor_QuickTimeMovie |
To | const CMSoundDescriptionFlavor _Nonnull kCMSoundDescriptionFlavor_QuickTimeMovie |
kCMSoundDescriptionFlavor_QuickTimeMovieV2
Declaration | |
---|---|
From | const CFStringRef _Nonnull kCMSoundDescriptionFlavor_QuickTimeMovieV2 |
To | const CMSoundDescriptionFlavor _Nonnull kCMSoundDescriptionFlavor_QuickTimeMovieV2 |
kCMSoundDescriptionFlavor_ISOFamily
Declaration | |
---|---|
From | const CFStringRef _Nonnull kCMSoundDescriptionFlavor_ISOFamily |
To | const CMSoundDescriptionFlavor _Nonnull kCMSoundDescriptionFlavor_ISOFamily |
kCMSoundDescriptionFlavor_3GPFamily
Declaration | |
---|---|
From | const CFStringRef _Nonnull kCMSoundDescriptionFlavor_3GPFamily |
To | const CMSoundDescriptionFlavor _Nonnull kCMSoundDescriptionFlavor_3GPFamily |
CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData()
Declaration | |
---|---|
From | OSStatus CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull soundDescriptionData, size_t soundDescriptionSize, CFStringRef _Nullable soundDescriptionFlavor, CMAudioFormatDescriptionRef _Nullable * _Nonnull audioFormatDescriptionOut) |
To | OSStatus CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull soundDescriptionData, size_t size, CMSoundDescriptionFlavor _Nullable flavor, CMAudioFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull soundDescriptionBlockBuffer, CFStringRef _Nullable soundDescriptionFlavor, CMAudioFormatDescriptionRef _Nullable * _Nonnull audioFormatDescriptionOut) |
To | OSStatus CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull soundDescriptionBlockBuffer, CMSoundDescriptionFlavor _Nullable flavor, CMAudioFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMAudioFormatDescriptionCopyAsBigEndianSoundDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMAudioFormatDescriptionCopyAsBigEndianSoundDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMAudioFormatDescriptionRef _Nonnull audioFormatDescription, CFStringRef _Nullable soundDescriptionFlavor, CMBlockBufferRef _Nullable * _Nonnull soundDescriptionBlockBufferOut) |
To | OSStatus CMAudioFormatDescriptionCopyAsBigEndianSoundDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMAudioFormatDescriptionRef _Nonnull audioFormatDescription, CMSoundDescriptionFlavor _Nullable flavor, CMBlockBufferRef _Nullable * _Nonnull blockBufferOut) |
CMDoesBigEndianSoundDescriptionRequireLegacyCBRSampleTableLayout()
Declaration | |
---|---|
From | Boolean CMDoesBigEndianSoundDescriptionRequireLegacyCBRSampleTableLayout(CMBlockBufferRef _Nonnull soundDescriptionBlockBuffer, CFStringRef _Nullable soundDescriptionFlavor) |
To | Boolean CMDoesBigEndianSoundDescriptionRequireLegacyCBRSampleTableLayout(CMBlockBufferRef _Nonnull soundDescriptionBlockBuffer, CMSoundDescriptionFlavor _Nullable flavor) |
CMTextFormatDescriptionCreateFromBigEndianTextDescriptionData()
Declaration | |
---|---|
From | OSStatus CMTextFormatDescriptionCreateFromBigEndianTextDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull textDescriptionData, size_t textDescriptionSize, CFStringRef _Nullable textDescriptionFlavor, CMMediaType mediaType, CMTextFormatDescriptionRef _Nullable * _Nonnull textFormatDescriptionOut) |
To | OSStatus CMTextFormatDescriptionCreateFromBigEndianTextDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull textDescriptionData, size_t size, CMTextDescriptionFlavor _Nullable flavor, CMMediaType mediaType, CMTextFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMTextFormatDescriptionCreateFromBigEndianTextDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMTextFormatDescriptionCreateFromBigEndianTextDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull textDescriptionBlockBuffer, CFStringRef _Nullable textDescriptionFlavor, CMMediaType mediaType, CMTextFormatDescriptionRef _Nullable * _Nonnull textFormatDescriptionOut) |
To | OSStatus CMTextFormatDescriptionCreateFromBigEndianTextDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull textDescriptionBlockBuffer, CMTextDescriptionFlavor _Nullable flavor, CMMediaType mediaType, CMTextFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMTextFormatDescriptionCopyAsBigEndianTextDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMTextFormatDescriptionCopyAsBigEndianTextDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMTextFormatDescriptionRef _Nonnull textFormatDescription, CFStringRef _Nullable textDescriptionFlavor, CMBlockBufferRef _Nullable * _Nonnull textDescriptionBlockBufferOut) |
To | OSStatus CMTextFormatDescriptionCopyAsBigEndianTextDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMTextFormatDescriptionRef _Nonnull textFormatDescription, CMTextDescriptionFlavor _Nullable flavor, CMBlockBufferRef _Nullable * _Nonnull blockBufferOut) |
CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData()
Declaration | |
---|---|
From | OSStatus CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull closedCaptionDescriptionData, size_t closedCaptionDescriptionSize, CFStringRef _Nullable closedCaptionDescriptionFlavor, CMClosedCaptionFormatDescriptionRef _Nullable * _Nonnull closedCaptionFormatDescriptionOut) |
To | OSStatus CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull closedCaptionDescriptionData, size_t size, CMClosedCaptionDescriptionFlavor _Nullable flavor, CMClosedCaptionFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull closedCaptionDescriptionBlockBuffer, CFStringRef _Nullable closedCaptionDescriptionFlavor, CMClosedCaptionFormatDescriptionRef _Nullable * _Nonnull closedCaptionFormatDescriptionOut) |
To | OSStatus CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull closedCaptionDescriptionBlockBuffer, CMClosedCaptionDescriptionFlavor _Nullable flavor, CMClosedCaptionFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMClosedCaptionFormatDescriptionCopyAsBigEndianClosedCaptionDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMClosedCaptionFormatDescriptionCopyAsBigEndianClosedCaptionDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMClosedCaptionFormatDescriptionRef _Nonnull closedCaptionFormatDescription, CFStringRef _Nullable closedCaptionDescriptionFlavor, CMBlockBufferRef _Nullable * _Nonnull closedCaptionDescriptionBlockBufferOut) |
To | OSStatus CMClosedCaptionFormatDescriptionCopyAsBigEndianClosedCaptionDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMClosedCaptionFormatDescriptionRef _Nonnull closedCaptionFormatDescription, CMClosedCaptionDescriptionFlavor _Nullable flavor, CMBlockBufferRef _Nullable * _Nonnull blockBufferOut) |
CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData()
Declaration | |
---|---|
From | OSStatus CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull timeCodeDescriptionData, size_t timeCodeDescriptionSize, CFStringRef _Nullable timeCodeDescriptionFlavor, CMTimeCodeFormatDescriptionRef _Nullable * _Nonnull timeCodeFormatDescriptionOut) |
To | OSStatus CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull timeCodeDescriptionData, size_t size, CMTimeCodeDescriptionFlavor _Nullable flavor, CMTimeCodeFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull timeCodeDescriptionBlockBuffer, CFStringRef _Nullable timeCodeDescriptionFlavor, CMTimeCodeFormatDescriptionRef _Nullable * _Nonnull timeCodeFormatDescriptionOut) |
To | OSStatus CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull timeCodeDescriptionBlockBuffer, CMTimeCodeDescriptionFlavor _Nullable flavor, CMTimeCodeFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMTimeCodeFormatDescriptionCopyAsBigEndianTimeCodeDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMTimeCodeFormatDescriptionCopyAsBigEndianTimeCodeDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMTimeCodeFormatDescriptionRef _Nonnull timeCodeFormatDescription, CFStringRef _Nullable timeCodeDescriptionFlavor, CMBlockBufferRef _Nullable * _Nonnull timeCodeDescriptionBlockBufferOut) |
To | OSStatus CMTimeCodeFormatDescriptionCopyAsBigEndianTimeCodeDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMTimeCodeFormatDescriptionRef _Nonnull timeCodeFormatDescription, CMTimeCodeDescriptionFlavor _Nullable flavor, CMBlockBufferRef _Nullable * _Nonnull blockBufferOut) |
CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData()
Declaration | |
---|---|
From | OSStatus CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull metadataDescriptionData, size_t metadataDescriptionSize, CFStringRef _Nullable metadataDescriptionFlavor, CMMetadataFormatDescriptionRef _Nullable * _Nonnull metadataFormatDescriptionOut) |
To | OSStatus CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData(CFAllocatorRef _Nullable allocator, const uint8_t * _Nonnull metadataDescriptionData, size_t size, CMMetadataDescriptionFlavor _Nullable flavor, CMMetadataFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull metadataDescriptionBlockBuffer, CFStringRef _Nullable metadataDescriptionFlavor, CMMetadataFormatDescriptionRef _Nullable * _Nonnull metadataFormatDescriptionOut) |
To | OSStatus CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull metadataDescriptionBlockBuffer, CMMetadataDescriptionFlavor _Nullable flavor, CMMetadataFormatDescriptionRef _Nullable * _Nonnull formatDescriptionOut) |
CMMetadataFormatDescriptionCopyAsBigEndianMetadataDescriptionBlockBuffer()
Declaration | |
---|---|
From | OSStatus CMMetadataFormatDescriptionCopyAsBigEndianMetadataDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMMetadataFormatDescriptionRef _Nonnull metadataFormatDescription, CFStringRef _Nullable metadataDescriptionFlavor, CMBlockBufferRef _Nullable * _Nonnull metadataDescriptionBlockBufferOut) |
To | OSStatus CMMetadataFormatDescriptionCopyAsBigEndianMetadataDescriptionBlockBuffer(CFAllocatorRef _Nullable allocator, CMMetadataFormatDescriptionRef _Nonnull metadataFormatDescription, CMMetadataDescriptionFlavor _Nullable flavor, CMBlockBufferRef _Nullable * _Nonnull blockBufferOut) |
CMAudioSampleBufferCreateReadyWithPacketDescriptions()
Declaration | |
---|---|
From | OSStatus CMAudioSampleBufferCreateReadyWithPacketDescriptions(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nullable dataBuffer, CMFormatDescriptionRef _Nonnull formatDescription, CMItemCount numSamples, CMTime sbufPTS, const AudioStreamPacketDescription * _Nullable packetDescriptions, CMSampleBufferRef _Nullable * _Nonnull sBufOut) |
To | OSStatus CMAudioSampleBufferCreateReadyWithPacketDescriptions(CFAllocatorRef _Nullable allocator, CMBlockBufferRef _Nonnull dataBuffer, CMFormatDescriptionRef _Nonnull formatDescription, CMItemCount numSamples, CMTime presentationTimeStamp, const AudioStreamPacketDescription * _Nullable packetDescriptions, CMSampleBufferRef _Nullable * _Nonnull sampleBufferOut) |
CMTimebaseCopyMaster()
Declaration | |
---|---|
From | CMClockOrTimebaseRef _Nullable CMTimebaseCopyMaster(CMTimebaseRef _Nonnull timebase) |
To | CMClockOrTimebaseRef _Nonnull CMTimebaseCopyMaster(CMTimebaseRef _Nonnull timebase) |
CMTimebaseCopyUltimateMasterClock()
Declaration | |
---|---|
From | CMClockRef _Nullable CMTimebaseCopyUltimateMasterClock(CMTimebaseRef _Nonnull timebase) |
To | CMClockRef _Nonnull CMTimebaseCopyUltimateMasterClock(CMTimebaseRef _Nonnull timebase) |
CMTimeFoldIntoRange()
MIDIChannelNumber
MIDIChannelsWholePort
MIDICIDeviceIdentification
MIDICIProfile
MIDICIProfile.name
MIDICIProfile.profileID
-[MIDICIProfile initWithData:name:]
MIDICIProfileState
MIDICIProfileState.enabledProfiles
MIDICIProfileState.disabledProfiles
-[MIDICIProfileState initWithEnabledProfiles:disabledProfiles:]
MIDICIProfileChangedBlock
MIDICIPropertyChangedBlock
MIDICIPropertyResponseBlock
MIDICISession
-[MIDICISession initWithMIDIEntity:dataReadyHandler:]
MIDICISession.entity
MIDICISession.supportsProfileCapability
MIDICISession.supportsPropertyCapability
MIDICISession.deviceIdentification
-[MIDICISession profileStateForChannel:]
-[MIDICISession enableProfile:onChannel:error:]
-[MIDICISession disableProfile:onChannel:error:]
MIDICISession.profileChangedCallback
-[MIDICISession hasProperty:onChannel:responseHandler:]
-[MIDICISession getProperty:onChannel:responseHandler:]
-[MIDICISession setProperty:onChannel:responseHandler:]
MIDICISession.propertyChangedCallback
MIDINetworkHost.name
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain, nonnull) NSString *name |
To | @property (nonatomic, readonly, nonnull) NSString *name |
MIDINetworkHost.address
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain, nonnull) NSString *address |
To | @property (nonatomic, readonly, nonnull) NSString *address |
MIDINetworkHost.netServiceName
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain, nullable) NSString *netServiceName |
To | @property (nonatomic, readonly, nullable) NSString *netServiceName |
MIDINetworkHost.netServiceDomain
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain, nullable) NSString *netServiceDomain |
To | @property (nonatomic, readonly, nullable) NSString *netServiceDomain |
MIDINetworkConnection.host
Declaration | |
---|---|
From | @property (nonatomic, readonly, retain, nonnull) MIDINetworkHost *host |
To | @property (nonatomic, readonly, nonnull) MIDINetworkHost *host |
MIDINetworkSession.networkName
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) NSString *networkName |
To | @property (nonatomic, readonly, weak, nullable) NSString *networkName |
MIDINetworkSession.localName
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) NSString *localName |
To | @property (nonatomic, readonly, weak, nullable) NSString *localName |
kMIDIUnknownError
MLArrayBatchProvider
MLArrayBatchProvider.array
-[MLArrayBatchProvider initWithFeatureProviderArray:]
-[MLArrayBatchProvider initWithDictionary:error:]
MLBatchProvider
MLBatchProvider.count
-[MLBatchProvider featuresAtIndex:]
MLBatchProvider.featureProviderCount
-[MLBatchProvider featureProviderAtIndex:]
MLCustomModel
-[MLCustomModel initWithModelDescription:parameterDictionary:error:]
-[MLCustomModel predictionFromFeatures:options:error:]
-[MLCustomModel predictionsFromBatch:options:error:]
MLFeatureDescription.sequenceConstraint
MLFeatureTypeSequence
MLFeatureValue.sequenceValue
+[MLFeatureValue featureValueWithSequence:]
MLImageConstraint.sizeConstraint
MLImageSize
MLImageSize.pixelsWide
MLImageSize.pixelsHigh
MLImageSizeConstraint
MLImageSizeConstraint.type
MLImageSizeConstraint.pixelsWideRange
MLImageSizeConstraint.pixelsHighRange
MLImageSizeConstraint.enumeratedImageSizes
MLImageSizeConstraintType
MLImageSizeConstraintTypeUnspecified
MLImageSizeConstraintTypeEnumerated
MLImageSizeConstraintTypeRange
-[MLModel predictionsFromBatch:options:error:]
MLMultiArrayConstraint.shapeConstraint
MLMultiArrayShapeConstraint
MLMultiArrayShapeConstraint.type
MLMultiArrayShapeConstraint.sizeRangeForDimension
MLMultiArrayShapeConstraint.enumeratedShapes
MLMultiArrayShapeConstraintType
MLMultiArrayShapeConstraintTypeUnspecified
MLMultiArrayShapeConstraintTypeEnumerated
MLMultiArrayShapeConstraintTypeRange
MLSequence
MLSequence.type
+[MLSequence emptySequenceWithType:]
+[MLSequence sequenceWithStringArray:]
MLSequence.stringValues
+[MLSequence sequenceWithInt64Array:]
MLSequence.int64Values
MLSequenceConstraint
MLSequenceConstraint.valueDescription
MLSequenceConstraint.countRange
CMDyskineticSymptomResult
CMDyskineticSymptomResult.startDate
CMDyskineticSymptomResult.endDate
CMDyskineticSymptomResult.percentOffWrist
CMDyskineticSymptomResult.percentUnlikely
CMDyskineticSymptomResult.percentLikely
CMTremorResult
CMTremorResult.startDate
CMTremorResult.endDate
CMTremorResult.percentOffWrist
CMTremorResult.percentUnknown
CMTremorResult.percentNone
CMTremorResult.percentSlight
CMTremorResult.percentMild
CMTremorResult.percentModerate
CMTremorResult.percentStrong
NSUserActivity (CoreNFC)
NSUserActivity.ndefMessagePayload
kUTTypeItem
kUTTypeContent
kUTTypeCompositeContent
kUTTypeMessage
kUTTypeContact
kUTTypeArchive
kUTTypeDiskImage
kUTTypeData
kUTTypeDirectory
kUTTypeResolvable
kUTTypeSymLink
kUTTypeExecutable
kUTTypeMountPoint
kUTTypeAliasFile
kUTTypeAliasRecord
kUTTypeURLBookmarkData
kUTTypeURL
kUTTypeFileURL
kUTTypeText
kUTTypePlainText
kUTTypeUTF8PlainText
kUTTypeUTF16ExternalPlainText
kUTTypeUTF16PlainText
kUTTypeDelimitedText
kUTTypeCommaSeparatedText
kUTTypeTabSeparatedText
kUTTypeUTF8TabSeparatedText
kUTTypeRTF
kUTTypeHTML
kUTTypeXML
kUTTypeSourceCode
kUTTypeAssemblyLanguageSource
kUTTypeCSource
kUTTypeObjectiveCSource
kUTTypeSwiftSource
kUTTypeCPlusPlusSource
kUTTypeObjectiveCPlusPlusSource
kUTTypeCHeader
kUTTypeCPlusPlusHeader
kUTTypeJavaSource
kUTTypeScript
kUTTypeAppleScript
kUTTypeOSAScript
kUTTypeOSAScriptBundle
kUTTypeJavaScript
kUTTypeShellScript
kUTTypePerlScript
kUTTypePythonScript
kUTTypeRubyScript
kUTTypePHPScript
kUTTypeJSON
kUTTypePropertyList
kUTTypeXMLPropertyList
kUTTypeBinaryPropertyList
kUTTypePDF
kUTTypeRTFD
kUTTypeFlatRTFD
kUTTypeTXNTextAndMultimediaData
kUTTypeWebArchive
kUTTypeImage
kUTTypeJPEG
kUTTypeJPEG2000
kUTTypeTIFF
kUTTypePICT
kUTTypeGIF
kUTTypePNG
kUTTypeQuickTimeImage
kUTTypeAppleICNS
kUTTypeBMP
kUTTypeICO
kUTTypeRawImage
kUTTypeScalableVectorGraphics
kUTTypeLivePhoto
kUTTypeAudiovisualContent
kUTTypeMovie
kUTTypeVideo
kUTTypeAudio
kUTTypeQuickTimeMovie
kUTTypeMPEG
kUTTypeMPEG2Video
kUTTypeMPEG2TransportStream
kUTTypeMP3
kUTTypeMPEG4
kUTTypeMPEG4Audio
kUTTypeAppleProtectedMPEG4Audio
kUTTypeAppleProtectedMPEG4Video
kUTTypeAVIMovie
kUTTypeAudioInterchangeFileFormat
kUTTypeWaveformAudio
kUTTypeMIDIAudio
kUTTypePlaylist
kUTTypeM3UPlaylist
kUTTypeFolder
kUTTypeVolume
kUTTypePackage
kUTTypeBundle
kUTTypePluginBundle
kUTTypeSpotlightImporter
kUTTypeQuickLookGenerator
kUTTypeXPCService
kUTTypeFramework
kUTTypeApplication
kUTTypeApplicationBundle
kUTTypeApplicationFile
kUTTypeUnixExecutable
kUTTypeWindowsExecutable
kUTTypeJavaClass
kUTTypeJavaArchive
kUTTypeSystemPreferencesPane
kUTTypeGNUZipArchive
kUTTypeBzip2Archive
kUTTypeZipArchive
kUTTypeSpreadsheet
kUTTypePresentation
kUTTypeDatabase
kUTTypeVCard
kUTTypeToDoItem
kUTTypeCalendarEvent
kUTTypeEmailMessage
kUTTypeInternetLocation
kUTTypeInkText
kUTTypeFont
kUTTypeBookmark
kUTType3DContent
kUTTypePKCS12
kUTTypeX509Certificate
kUTTypeElectronicPublication
kUTTypeLog
kUTExportedTypeDeclarationsKey
kUTImportedTypeDeclarationsKey
kUTTypeIdentifierKey
kUTTypeTagSpecificationKey
kUTTypeConformsToKey
kUTTypeDescriptionKey
kUTTypeIconFileKey
kUTTypeReferenceURLKey
kUTTypeVersionKey
kUTTagClassFilenameExtension
kUTTagClassMIMEType
UTTypeCreatePreferredIdentifierForTag()
UTTypeCreateAllIdentifiersForTag()
UTTypeCopyPreferredTagWithClass()
UTTypeCopyAllTagsWithClass()
UTTypeEqual()
UTTypeConformsTo()
UTTypeCopyDescription()
UTTypeIsDeclared()
UTTypeIsDynamic()
UTTypeCopyDeclaration()
UTTypeCopyDeclaringBundleURL()
#def CT_PROHIBITED
CTFontCollectionCreateMatchingFontDescriptorsWithOptions()
#def COREVIDEO_GL_DEPRECATED
kCVImageBufferTransferFunction_Linear
CVOpenGLESTextureGetTypeID()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
CVOpenGLESTextureGetTarget()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
CVOpenGLESTextureGetName()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
CVOpenGLESTextureIsFlipped()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
CVOpenGLESTextureGetCleanTexCoords()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
kCVOpenGLESTextureCacheMaximumTextureAgeKey
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
CVOpenGLESTextureCacheGetTypeID()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
CVOpenGLESTextureCacheCreate()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
CVOpenGLESTextureCacheCreateTextureFromImage()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
CVOpenGLESTextureCacheFlush()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) |
NSHashEnumerator
NSFreeHashTable()
NSResetHashTable()
NSCompareHashTables()
NSCopyHashTableWithZone()
NSHashGet()
NSHashInsert()
NSHashInsertKnownAbsent()
NSHashInsertIfAbsent()
NSHashRemove()
NSEnumerateHashTable()
NSNextHashEnumeratorItem()
NSEndHashTableEnumeration()
NSCountHashTable()
NSStringFromHashTable()
NSAllHashTableObjects()
NSHashTableCallBacks
NSCreateHashTableWithZone()
NSCreateHashTable()
NSNonOwnedPointerHashCallBacks
NSNonRetainedObjectHashCallBacks
NSObjectHashCallBacks
NSOwnedObjectIdentityHashCallBacks
NSOwnedPointerHashCallBacks
NSPointerToStructHashCallBacks
NSHashTable
Protocols | |
---|---|
From | NSCoding, NSCopying, NSFastEnumeration |
To | NSCopying, NSFastEnumeration, NSSecureCoding |
-[NSKeyedArchiver initRequiringSecureCoding:]
+[NSKeyedArchiver archivedDataWithRootObject:requiringSecureCoding:error:]
-[NSKeyedUnarchiver initForReadingFromData:error:]
+[NSKeyedUnarchiver unarchivedObjectOfClass:fromData:error:]
+[NSKeyedUnarchiver unarchivedObjectOfClasses:fromData:error:]
-[NSKeyedUnarchiver init]
-[NSKeyedArchiver init]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use -initRequiringSecureCoding: instead |
-[NSKeyedArchiver initForWritingWithMutableData:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use -initRequiringSecureCoding: instead |
+[NSKeyedArchiver archivedDataWithRootObject:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use +archivedDataWithRootObject:requiringSecureCoding:error: instead |
+[NSKeyedArchiver archiveRootObject:toFile:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use +archivedDataWithRootObject:requiringSecureCoding:error: instead |
-[NSKeyedUnarchiver initForReadingWithData:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use -initForReadingFromData:error: instead |
+[NSKeyedUnarchiver unarchiveObjectWithData:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use +unarchivedObjectOfClass:fromData:error: instead |
+[NSKeyedUnarchiver unarchiveTopLevelObjectWithData:error:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use +unarchivedObjectOfClass:fromData:error: instead |
+[NSKeyedUnarchiver unarchiveObjectWithFile:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use +unarchivedObjectOfClass:fromData:error: instead |
NSMapEnumerator
NSFreeMapTable()
NSResetMapTable()
NSCompareMapTables()
NSCopyMapTableWithZone()
NSMapMember()
NSMapGet()
NSMapInsert()
NSMapInsertKnownAbsent()
NSMapInsertIfAbsent()
NSMapRemove()
NSEnumerateMapTable()
NSNextMapEnumeratorPair()
NSEndMapTableEnumeration()
NSCountMapTable()
NSStringFromMapTable()
NSAllMapTableKeys()
NSAllMapTableValues()
NSMapTableKeyCallBacks
#def NSNotAnIntMapKey
#def NSNotAnIntegerMapKey
#def NSNotAPointerMapKey
NSMapTableValueCallBacks
NSCreateMapTableWithZone()
NSCreateMapTable()
NSNonOwnedPointerMapKeyCallBacks
NSNonOwnedPointerOrNullMapKeyCallBacks
NSNonRetainedObjectMapKeyCallBacks
NSObjectMapKeyCallBacks
NSOwnedPointerMapKeyCallBacks
NSIntMapKeyCallBacks
NSNonOwnedPointerMapValueCallBacks
NSObjectMapValueCallBacks
NSNonRetainedObjectMapValueCallBacks
NSOwnedPointerMapValueCallBacks
NSIntMapValueCallBacks
NSMapTable
Protocols | |
---|---|
From | NSCoding, NSCopying, NSFastEnumeration |
To | NSCopying, NSFastEnumeration, NSSecureCoding |
NSPointerArray
Protocols | |
---|---|
From | NSCoding, NSCopying, NSFastEnumeration |
To | NSCopying, NSFastEnumeration, NSSecureCoding |
NSURLNetworkServiceTypeResponsiveData
NSUserActivityPersistentIdentifier
NSUserActivity.eligibleForPrediction
NSUserActivity.persistentIdentifier
+[NSUserActivity deleteSavedUserActivitiesWithPersistentIdentifiers:completionHandler:]
+[NSUserActivity deleteAllSavedUserActivitiesWithCompletionHandler:]
NSSecureUnarchiveFromDataTransformerName
NSSecureUnarchiveFromDataTransformer
NSSecureUnarchiveFromDataTransformer.allowedTopLevelClasses
NSUnarchiveFromDataTransformerName
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | NSSecureUnarchiveFromDataTransformerName |
NSKeyedUnarchiveFromDataTransformerName
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | NSSecureUnarchiveFromDataTransformerName |
GKCloudPlayer
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated. Use GKPlayer for both real-time and turn-based matchmaking APIs. |
GKFriendRequestComposeViewController.composeViewDelegate
Availability | |
---|---|
From | Available |
To | Deprecated |
GKFriendRequestComposeViewControllerDelegate
Availability | |
---|---|
From | Available |
To | Deprecated |
GKGameSession
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | For real-time matches, use GKMatchmakerViewController. For turn-based matches, use GKTurnBasedMatchmakerViewController. |
GKGameSessionErrorDomain
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorUnknown
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorNotAuthenticated
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorSessionConflict
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorSessionNotShared
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorConnectionCancelledByUser
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorConnectionFailed
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorSessionHasMaxConnectedPlayers
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorSendDataNotConnected
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorSendDataNoRecipients
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorSendDataNotReachable
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorSendRateLimitReached
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorBadContainer
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorCloudQuotaExceeded
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorNetworkFailure
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorCloudDriveDisabled
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionErrorInvalidSession
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | GKGameSession is deprecated, use real-time and turn-based matchmaking APIs instead. |
GKGameSessionEventListener
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use GKLocalPlayerListener for multiplayer event notifications. |
+[GKGameSession addEventListener:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use GKLocalPlayer's registerListener: to register for GKLocalPlayerListener event notifications. |
+[GKGameSession removeEventListener:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use GKLocalPlayer's unregisterListener: or unregisterAllListeners to unregister from GKLocalPlayerListener event notifications. |
+[GKGameSession postSession:didAddPlayer:]
+[GKGameSession postSession:didRemovePlayer:]
+[GKGameSession postSession:player:didChangeConnectionState:]
+[GKGameSession postSession:player:didSaveData:]
+[GKGameSession postSession:didReceiveData:fromPlayer:]
+[GKGameSession postSession:didReceiveMessage:withData:fromPlayer:]
GKPeerPickerControllerDelegate
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use MCBrowserViewController along with MCBrowserViewControllerDelegate from the MultipeerConnectivity framework |
GKPeerPickerController.delegate
Availability | |
---|---|
From | Available |
To | Deprecated |
GKSessionDelegate
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use MCSession in association with MCSessionDelegate from the MultipeerConnectivity framework instead |
GKVoiceChatClient
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use GKVoiceChat instead |
GKSession.delegate
Availability | |
---|---|
From | Available |
To | Deprecated |
GKVoiceChatService.client
Availability | |
---|---|
From | Available |
To | Deprecated |
GKAgent
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
GKAgent2D
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
GKComponent
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
GKEntity
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
GKGraph
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
GKGraphNode
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
GKPolygonObstacle
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
GKScene
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
GLKBaseEffect
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKEffectProperty
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKEffectPropertyFog
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKEffectPropertyLight
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKEffectPropertyMaterial
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKEffectPropertyTexture
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKEffectPropertyTransform
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
#def OPENGL_DEPRECATED
kGLKModelErrorDomain
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
kGLKModelErrorKey
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKMeshBufferAllocator
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKMeshBuffer
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKSubmesh
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKMesh
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKReflectionMapEffect
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKSkyboxEffect
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureLoaderApplyPremultiplication
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureLoaderGenerateMipmaps
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureLoaderOriginBottomLeft
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureLoaderSRGB
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureLoaderErrorDomain
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureLoaderErrorKey
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureLoaderGLErrorKey
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureInfo
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKTextureLoader
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKView
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
GLKViewController
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
HKPredicateKeyPathClinicalRecordFHIRResourceIdentifier
HKPredicateKeyPathClinicalRecordFHIRResourceType
HKClinicalRecord
HKClinicalRecord.clinicalType
HKClinicalRecord.displayName
HKClinicalRecord.FHIRResource
HKClinicalTypeIdentifier
HKClinicalTypeIdentifierAllergyRecord
HKClinicalTypeIdentifierConditionRecord
HKClinicalTypeIdentifierImmunizationRecord
HKClinicalTypeIdentifierLabResultRecord
HKClinicalTypeIdentifierMedicationRecord
HKClinicalTypeIdentifierProcedureRecord
HKClinicalTypeIdentifierVitalSignRecord
+[HKObjectType clinicalTypeForIdentifier:]
HKClinicalType
HKCumulativeQuantitySeriesSample
HKCumulativeQuantitySeriesSample.sum
HKPredicateKeyPathSum
HKErrorRequiredAuthorizationDenied
HKAuthorizationRequestStatus
HKAuthorizationRequestStatusUnknown
HKAuthorizationRequestStatusShouldRequest
HKAuthorizationRequestStatusUnnecessary
HKCategoryValueMenstrualFlowNone
HKFHIRResourceType
HKFHIRResourceTypeAllergyIntolerance
HKFHIRResourceTypeCondition
HKFHIRResourceTypeImmunization
HKFHIRResourceTypeMedicationDispense
HKFHIRResourceTypeMedicationOrder
HKFHIRResourceTypeMedicationStatement
HKFHIRResourceTypeObservation
HKFHIRResourceTypeProcedure
HKFHIRResource
HKFHIRResource.resourceType
HKFHIRResource.identifier
HKFHIRResource.data
HKFHIRResource.sourceURL
-[HKHealthStore getRequestStatusForAuthorizationToShareTypes:readTypes:completion:]
HKMetadataKeyFitnessMachineDuration
HKQuantitySample.count
HKQuantitySample.quantityType
Declaration | |
---|---|
From | @property (readonly, strong, nonnull) HKQuantityType *quantityType |
To | @property (readonly, copy, nonnull) HKQuantityType *quantityType |
HKQuantitySample.quantity
Declaration | |
---|---|
From | @property (readonly, strong, nonnull) HKQuantity *quantity |
To | @property (readonly, copy, nonnull) HKQuantity *quantity |
HKQuantitySeriesSampleBuilder
-[HKQuantitySeriesSampleBuilder initWithHealthStore:quantityType:startDate:device:]
HKQuantitySeriesSampleBuilder.quantityType
HKQuantitySeriesSampleBuilder.startDate
HKQuantitySeriesSampleBuilder.device
-[HKQuantitySeriesSampleBuilder insertQuantity:date:error:]
-[HKQuantitySeriesSampleBuilder finishSeriesWithMetadata:completion:]
-[HKQuantitySeriesSampleBuilder discard]
HKQuantitySeriesSampleQuery
-[HKQuantitySeriesSampleQuery initWithSample:quantityHandler:]
+[HKQuery predicateForClinicalRecordsWithFHIRResourceType:]
+[HKQuery predicateForClinicalRecordsFromSource:FHIRResourceType:identifier:]
HKSample.sampleType
Declaration | |
---|---|
From | @property (readonly, strong, nonnull) HKSampleType *sampleType |
To | @property (readonly, copy, nonnull) HKSampleType *sampleType |
HKStatisticsOptionDiscreteMostRecent
-[HKStatistics mostRecentQuantityForSource:]
-[HKStatistics mostRecentQuantity]
-[HKStatistics mostRecentQuantityDateIntervalForSource:]
-[HKStatistics mostRecentQuantityDateInterval]
HKWorkoutBuilder
HKWorkoutBuilder.device
HKWorkoutBuilder.startDate
HKWorkoutBuilder.endDate
HKWorkoutBuilder.workoutConfiguration
HKWorkoutBuilder.metadata
HKWorkoutBuilder.workoutEvents
-[HKWorkoutBuilder initWithHealthStore:configuration:device:]
-[HKWorkoutBuilder beginCollectionWithStartDate:completion:]
-[HKWorkoutBuilder addSamples:completion:]
-[HKWorkoutBuilder addWorkoutEvents:completion:]
-[HKWorkoutBuilder addMetadata:completion:]
-[HKWorkoutBuilder endCollectionWithEndDate:completion:]
-[HKWorkoutBuilder finishWorkoutWithCompletion:]
-[HKWorkoutBuilder discardWorkout]
-[HKWorkoutBuilder elapsedTimeAtDate:]
-[HKWorkoutBuilder statisticsForType:]
-[HKWorkoutBuilder seriesBuilderForType:]
HKWorkoutSessionLocationType
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
HKWorkoutSessionLocationTypeUnknown
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
HKWorkoutSessionLocationTypeIndoor
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
HKWorkoutSessionLocationTypeOutdoor
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
HKWorkoutConfiguration
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
-[HKWorkoutRouteBuilder addMetadata:completion:]
HKWorkoutSessionLocationType
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
HKWorkoutSessionLocationTypeUnknown
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
HKWorkoutSessionLocationTypeIndoor
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
HKWorkoutSessionLocationTypeOutdoor
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
HKWorkoutConfiguration
Header | |
---|---|
From | HKWorkoutSession.h |
To | HKWorkoutConfiguration.h |
#def HM_MACOS_AVAILABILITY
HMErrorCodeObjectWithSimilarNameExists
ADActionViewControllerInterface
ADActionViewControllerInterface.readyForPresentation
ADActionViewControllerInterface.adSpace
-[ADActionViewControllerInterface dismiss]
-[ADActionViewControllerInterface clientApplicationDidEnterBackground]
-[ADActionViewControllerInterface clientApplicationCancelledAction]
ADActionViewControllerChildInterface
-[ADActionViewControllerChildInterface actionViewControllerClosed]
ADClampedBannerSize()
#def IS_IPAD
#def IS_IPHONE
#def IS_RETINA
#def SCREEN_WIDTH
#def SCREEN_HEIGHT
#def SCREEN_MAX_LENGTH
#def SCREEN_MIN_LENGTH
#def IS_IPHONE_4
#def IS_IPHONE_5_OR_SE
#def IS_IPHONE_6_OR_7_OR_8
#def IS_IPHONE_6P_OR_7P_OR_8P
#def IS_IPHONE_X
currentWindowBounds()
ADInterstitialAdPresentationViewController
-[ADInterstitialAdPresentationViewController initForInterstitialAd:]
-[ADInterstitialAdPresentationViewController shouldTestVisibilityAtPoint:]
ILCallClassificationRequest
ILCallClassificationRequest.callCommunications
ILCallCommunication
-[ILCallCommunication isEqualToCallCommunication:]
ILClassificationAction
ILClassificationActionNone
ILClassificationActionReportNotJunk
ILClassificationActionReportJunk
ILClassificationActionReportJunkAndBlockSender
ILClassificationRequest
ILClassificationResponse
ILClassificationResponse.action
ILClassificationResponse.userInfo
-[ILClassificationResponse initWithClassificationAction:]
ILCommunication
ILCommunication.sender
ILCommunication.dateReceived
-[ILCommunication isEqualToCommunication:]
ILMessageClassificationRequest
ILMessageClassificationRequest.messageCommunications
ILMessageCommunication
ILMessageCommunication.messageBody
-[ILMessageCommunication isEqualToMessageCommunication:]
ILClassificationUIExtensionContext
ILClassificationUIExtensionContext.readyForClassificationResponse
ILClassificationUIExtensionViewController
ILClassificationUIExtensionViewController.extensionContext
-[ILClassificationUIExtensionViewController prepareForClassificationRequest:]
-[ILClassificationUIExtensionViewController classificationResponseForRequest:]
kCGImagePropertyPNGComment
kCGImagePropertyPNGDisclaimer
kCGImagePropertyPNGSource
kCGImagePropertyPNGWarning
kCGImagePropertyDNGActiveArea
kCGImagePropertyDNGAnalogBalance
kCGImagePropertyDNGAntiAliasStrength
kCGImagePropertyDNGAsShotICCProfile
kCGImagePropertyDNGAsShotPreProfileMatrix
kCGImagePropertyDNGAsShotProfileName
kCGImagePropertyDNGBaselineExposureOffset
kCGImagePropertyDNGBayerGreenSplit
kCGImagePropertyDNGBestQualityScale
kCGImagePropertyDNGBlackLevelDeltaH
kCGImagePropertyDNGBlackLevelDeltaV
kCGImagePropertyDNGBlackLevelRepeatDim
kCGImagePropertyDNGCFALayout
kCGImagePropertyDNGCFAPlaneColor
kCGImagePropertyDNGChromaBlurRadius
kCGImagePropertyDNGColorimetricReference
kCGImagePropertyDNGCurrentICCProfile
kCGImagePropertyDNGCurrentPreProfileMatrix
kCGImagePropertyDNGDefaultBlackRender
kCGImagePropertyDNGDefaultCropOrigin
kCGImagePropertyDNGDefaultCropSize
kCGImagePropertyDNGDefaultScale
kCGImagePropertyDNGDefaultUserCrop
kCGImagePropertyDNGExtraCameraProfiles
kCGImagePropertyDNGForwardMatrix1
kCGImagePropertyDNGForwardMatrix2
kCGImagePropertyDNGLinearizationTable
kCGImagePropertyDNGLinearResponseLimit
kCGImagePropertyDNGMakerNoteSafety
kCGImagePropertyDNGMaskedAreas
kCGImagePropertyDNGNewRawImageDigest
kCGImagePropertyDNGNoiseReductionApplied
kCGImagePropertyDNGOpcodeList1
kCGImagePropertyDNGOpcodeList2
kCGImagePropertyDNGOpcodeList3
kCGImagePropertyDNGOriginalBestQualityFinalSize
kCGImagePropertyDNGOriginalDefaultCropSize
kCGImagePropertyDNGOriginalDefaultFinalSize
kCGImagePropertyDNGOriginalRawFileData
kCGImagePropertyDNGOriginalRawFileDigest
kCGImagePropertyDNGOriginalRawFileName
kCGImagePropertyDNGPreviewApplicationName
kCGImagePropertyDNGPreviewApplicationVersion
kCGImagePropertyDNGPreviewColorSpace
kCGImagePropertyDNGPreviewDateTime
kCGImagePropertyDNGPreviewSettingsDigest
kCGImagePropertyDNGPreviewSettingsName
kCGImagePropertyDNGProfileCopyright
kCGImagePropertyDNGProfileEmbedPolicy
kCGImagePropertyDNGProfileHueSatMapData1
kCGImagePropertyDNGProfileHueSatMapData2
kCGImagePropertyDNGProfileHueSatMapDims
kCGImagePropertyDNGProfileHueSatMapEncoding
kCGImagePropertyDNGProfileLookTableData
kCGImagePropertyDNGProfileLookTableDims
kCGImagePropertyDNGProfileLookTableEncoding
kCGImagePropertyDNGProfileName
kCGImagePropertyDNGProfileToneCurve
kCGImagePropertyDNGRawDataUniqueID
kCGImagePropertyDNGRawImageDigest
kCGImagePropertyDNGRawToPreviewGain
kCGImagePropertyDNGReductionMatrix1
kCGImagePropertyDNGReductionMatrix2
kCGImagePropertyDNGRowInterleaveFactor
kCGImagePropertyDNGShadowScale
kCGImagePropertyDNGSubTileBlockSize
kCGImageAuxiliaryDataTypePortraitEffectsMatte
#def GET_IMAGEIO_AVAIL_MACRO
#def IMAGEIO_AVAILABLE_STARTING1
#def IMAGEIO_AVAILABLE_STARTING2
#def IMAGEIO_AVAILABLE_STARTING3
#def IMAGEIO_AVAILABLE_STARTING4
#def GET_IMAGEIO_AVAIL_BUT_DEPR_MACRO
#def IMAGEIO_AVAILABLE_BUT_DEPRECATED1
#def IMAGEIO_AVAILABLE_BUT_DEPRECATED2
#def IMAGEIO_AVAILABLE_BUT_DEPRECATED3
#def IMAGEIO_AVAILABLE_BUT_DEPRECATED4
#def IMAGEIO_AVAILABLE_BUT_DEPRECATED5
#def IMAGEIO_UNAVAILABLE_DESKTOP
#def IMAGEIO_UNAVAILABLE_EMBEDDED
+[INBalanceTypeResolutionResult successWithResolvedValue:]
+[INBalanceTypeResolutionResult confirmationRequiredWithValueToConfirm:]
+[INCallDestinationTypeResolutionResult successWithResolvedValue:]
+[INCallDestinationTypeResolutionResult confirmationRequiredWithValueToConfirm:]
INCallRecord.callRecordType
Declaration | |
---|---|
From | @property (nonatomic, readonly) INCallRecordType callRecordType |
To | @property (nonatomic, readonly, assign) INCallRecordType callRecordType |
INCallRecord.callCapability
Declaration | |
---|---|
From | @property (nonatomic, readonly) INCallCapability callCapability |
To | @property (nonatomic, readonly, assign) INCallCapability callCapability |
INCancelRideIntentResponse.cancellationFee
Declaration | |
---|---|
From | @property (nonatomic, readwrite, nullable) INCurrencyAmount *cancellationFee |
To | @property (nonatomic, readwrite, copy, nullable) INCurrencyAmount *cancellationFee |
INCancelRideIntentResponse.cancellationFeeThreshold
Declaration | |
---|---|
From | @property (nonatomic, readwrite, nullable) NSDateComponents *cancellationFeeThreshold |
To | @property (nonatomic, readwrite, copy, nullable) NSDateComponents *cancellationFeeThreshold |
+[INDateSearchTypeResolutionResult successWithResolvedValue:]
+[INDateSearchTypeResolutionResult confirmationRequiredWithValueToConfirm:]
INDefaultCardTemplate
INDefaultCardTemplate.title
INDefaultCardTemplate.subtitle
INDefaultCardTemplate.image
-[INDefaultCardTemplate initWithTitle:]
INGetAvailableRestaurantReservationBookingDefaultsIntentResponse.maximumPartySize
Declaration | |
---|---|
From | @property (nonatomic, nullable) NSNumber *maximumPartySize |
To | @property (nonatomic, copy, nullable) NSNumber *maximumPartySize |
INGetAvailableRestaurantReservationBookingDefaultsIntentResponse.minimumPartySize
Declaration | |
---|---|
From | @property (nonatomic, nullable) NSNumber *minimumPartySize |
To | @property (nonatomic, copy, nullable) NSNumber *minimumPartySize |
INIdentifierString
-[INIdentifierString initWithString:]
-[INIdentifierString initWithIdentifier:string:]
INIdentifierString.identifier
INIdentifierString.string
INIntent.suggestedInvocationPhrase
-[INIntent setImage:forParameterNamed:]
-[INIntent imageForParameterNamed:]
-[INIntent keyImage]
INIntentErrorNoAppAvailable
INIntentErrorImageGeneric
INIntentErrorImageNoServiceAvailable
INIntentErrorImageStorageFailed
INIntentErrorImageLoadingFailed
INIntentErrorImageRetrievalFailed
INIntentErrorImageProxyLoop
INIntentErrorImageProxyInvalid
INIntentErrorImageProxyTimeout
INIntentErrorImageServiceFailure
INIntentErrorVoiceShortcutCreationFailed
INIntentErrorVoiceShortcutGetFailed
INIntentErrorVoiceShortcutDeleteFailed
INIntentErrorEncodingGeneric
INIntentErrorEncodingFailed
INIntentErrorDecodingGeneric
INIntentResponse.userActivity
Declaration | |
---|---|
From | @property (nonatomic, readonly, copy, nullable) NSUserActivity *userActivity |
To | @property (nonatomic, readwrite, copy, nullable) NSUserActivity *userActivity |
INIntentHandlingStatusUserConfirmationRequired
+[INLocationSearchTypeResolutionResult successWithResolvedValue:]
+[INLocationSearchTypeResolutionResult confirmationRequiredWithValueToConfirm:]
INMediaItem
-[INMediaItem initWithIdentifier:title:type:artwork:]
INMediaItem.identifier
INMediaItem.title
INMediaItem.type
INMediaItem.artwork
INMediaItemType
INMediaItemTypeUnknown
INMediaItemTypeSong
INMediaItemTypeAlbum
INMediaItemTypeArtist
INMediaItemTypeGenre
INMediaItemTypePlaylist
INMediaItemTypePodcastShow
INMediaItemTypePodcastEpisode
INMediaItemTypePodcastPlaylist
INMediaItemTypeMusicStation
INMediaItemTypeAudioBook
INMediaItemTypeMovie
INMediaItemTypeTVShow
INMediaItemTypeTVShowEpisode
INMediaItemTypeMusicVideo
INMessageTypePaymentSent
INMessageTypePaymentRequest
INMessageTypePaymentNote
INMessageTypeAnimoji
INMessageTypeActivitySnippet
INMessageTypeFile
INMessageTypeLink
INNote.title
Declaration | |
---|---|
From | @property (readonly, copy, nonnull) INSpeakableString *title |
To | @property (nonatomic, readonly, copy, nonnull) INSpeakableString *title |
INNote.contents
Declaration | |
---|---|
From | @property (readonly, copy, nonnull) NSArray<INNoteContent *> *contents |
To | @property (nonatomic, readonly, copy, nonnull) NSArray<INNoteContent *> *contents |
INNote.groupName
Declaration | |
---|---|
From | @property (readonly, copy, nullable) INSpeakableString *groupName |
To | @property (nonatomic, readonly, copy, nullable) INSpeakableString *groupName |
INNote.createdDateComponents
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSDateComponents *createdDateComponents |
To | @property (nonatomic, readonly, copy, nullable) NSDateComponents *createdDateComponents |
INNote.modifiedDateComponents
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSDateComponents *modifiedDateComponents |
To | @property (nonatomic, readonly, copy, nullable) NSDateComponents *modifiedDateComponents |
INNote.identifier
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSString *identifier |
To | @property (nonatomic, readonly, copy, nullable) NSString *identifier |
+[INNotebookItemTypeResolutionResult successWithResolvedValue:]
+[INNotebookItemTypeResolutionResult disambiguationWithValuesToDisambiguate:]
+[INNotebookItemTypeResolutionResult confirmationRequiredWithValueToConfirm:]
+[INNoteContentTypeResolutionResult successWithResolvedValue:]
+[INNoteContentTypeResolutionResult confirmationRequiredWithValueToConfirm:]
INObject
-[INObject initWithIdentifier:displayString:pronunciationHint:]
-[INObject initWithIdentifier:displayString:]
INObject.identifier
INObject.displayString
INObject.pronunciationHint
INParameter
Protocols | |
---|---|
From | NSSecureCoding |
To | NSCopying, NSSecureCoding |
INPaymentAmount.amountType
Declaration | |
---|---|
From | @property (nonatomic, readonly) INAmountType amountType |
To | @property (nonatomic, readonly, assign) INAmountType amountType |
-[INPerson initWithPersonHandle:nameComponents:displayName:image:contactIdentifier:customIdentifier:isMe:]
INPerson.isMe
Declaration | |
---|---|
From | @property (nonatomic, readonly) BOOL isMe |
To | @property (nonatomic, readonly, assign) BOOL isMe |
INPhotoAttributeOptionPortraitPhoto
INPhotoAttributeOptionLivePhoto
INPhotoAttributeOptionLoopPhoto
INPhotoAttributeOptionBouncePhoto
INPhotoAttributeOptionLongExposurePhoto
INPlaybackRepeatMode
INPlaybackRepeatModeUnknown
INPlaybackRepeatModeNone
INPlaybackRepeatModeAll
INPlaybackRepeatModeOne
INPlayMediaIntent
-[INPlayMediaIntent initWithMediaItems:mediaContainer:playShuffled:playbackRepeatMode:resumePlayback:]
INPlayMediaIntent.mediaItems
INPlayMediaIntent.mediaContainer
INPlayMediaIntent.playShuffled
INPlayMediaIntent.playbackRepeatMode
INPlayMediaIntent.resumePlayback
INPlayMediaIntentHandling
-[INPlayMediaIntentHandling handlePlayMedia:completion:]
-[INPlayMediaIntentHandling confirmPlayMedia:completion:]
INPlayMediaIntentResponseCode
INPlayMediaIntentResponseCodeUnspecified
INPlayMediaIntentResponseCodeReady
INPlayMediaIntentResponseCodeContinueInApp
INPlayMediaIntentResponseCodeInProgress
INPlayMediaIntentResponseCodeSuccess
INPlayMediaIntentResponseCodeHandleInApp
INPlayMediaIntentResponseCodeFailure
INPlayMediaIntentResponseCodeFailureRequiringAppLaunch
INPlayMediaIntentResponseCodeFailureUnknownMediaType
INPlayMediaIntentResponseCodeFailureNoUnplayedContent
INPlayMediaIntentResponse
-[INPlayMediaIntentResponse initWithCode:userActivity:]
INPlayMediaIntentResponse.code
INPlayMediaIntentResponse.nowPlayingInfo
INDailyRoutineSituation
INDailyRoutineSituationMorning
INDailyRoutineSituationEvening
INDailyRoutineSituationHome
INDailyRoutineSituationWork
INDailyRoutineSituationSchool
INDailyRoutineSituationGym
INRelevanceProvider
INDateRelevanceProvider
INDateRelevanceProvider.startDate
INDateRelevanceProvider.endDate
-[INDateRelevanceProvider initWithStartDate:endDate:]
INLocationRelevanceProvider
INLocationRelevanceProvider.region
-[INLocationRelevanceProvider initWithRegion:]
INDailyRoutineRelevanceProvider
INDailyRoutineRelevanceProvider.situation
-[INDailyRoutineRelevanceProvider initWithSituation:]
INRelevantShortcut
INRelevantShortcut.relevanceProviders
INRelevantShortcut.watchTemplate
INRelevantShortcut.shortcut
-[INRelevantShortcut initWithShortcut:]
INRelevantShortcutStore
INRelevantShortcutStore.defaultStore
-[INRelevantShortcutStore setRelevantShortcuts:completionHandler:]
INRestaurantReservationUserBooking.dateStatusModified
Declaration | |
---|---|
From | @property (nonatomic, nonnull) NSDate *dateStatusModified |
To | @property (nonatomic, copy, nonnull) NSDate *dateStatusModified |
INSearchForAccountsIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired
INSearchForAccountsIntentResponseCodeFailureNotEligible
-[INSearchForMessagesIntent initWithRecipients:senders:searchTerms:attributes:dateTimeRange:identifiers:notificationIdentifiers:speakableGroupNames:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use the designated initializer instead |
-[INSearchForMessagesIntent initWithRecipients:senders:searchTerms:attributes:dateTimeRange:identifiers:notificationIdentifiers:speakableGroupNames:conversationIdentifiers:]
INSearchForMessagesIntent.conversationIdentifiers
INSearchForMessagesIntent.conversationIdentifiersOperator
INSendMessageRecipientUnsupportedReasonNoValidHandle
INSendMessageRecipientUnsupportedReasonRequestedHandleInvalid
INSendMessageRecipientUnsupportedReasonNoHandleForLabel
INShortcut
INShortcut.intent
INShortcut.userActivity
-[INShortcut initWithIntent:]
-[INShortcut initWithUserActivity:]
INSpatialEventTrigger
Protocols | |
---|---|
From | NSSecureCoding |
To | NSCopying, NSSecureCoding |
INSpatialEventTrigger.placemark
Declaration | |
---|---|
From | @property (readonly, nonnull) CLPlacemark *placemark |
To | @property (nonatomic, readonly, copy, nonnull) CLPlacemark *placemark |
INSpatialEventTrigger.event
Declaration | |
---|---|
From | @property (readonly) INSpatialEvent event |
To | @property (nonatomic, readonly, assign) INSpatialEvent event |
INSpeakableString
Protocols | |
---|---|
From | INSpeakable, NSSecureCoding |
To | INSpeakable, NSCopying, NSSecureCoding |
INTask.title
Declaration | |
---|---|
From | @property (readonly, copy, nonnull) INSpeakableString *title |
To | @property (nonatomic, readonly, copy, nonnull) INSpeakableString *title |
INTask.status
Declaration | |
---|---|
From | @property (readonly) INTaskStatus status |
To | @property (nonatomic, readonly, assign) INTaskStatus status |
INTask.spatialEventTrigger
Declaration | |
---|---|
From | @property (readonly, copy, nullable) INSpatialEventTrigger *spatialEventTrigger |
To | @property (nonatomic, readonly, copy, nullable) INSpatialEventTrigger *spatialEventTrigger |
INTask.temporalEventTrigger
Declaration | |
---|---|
From | @property (readonly, copy, nullable) INTemporalEventTrigger *temporalEventTrigger |
To | @property (nonatomic, readonly, copy, nullable) INTemporalEventTrigger *temporalEventTrigger |
INTask.createdDateComponents
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSDateComponents *createdDateComponents |
To | @property (nonatomic, readonly, copy, nullable) NSDateComponents *createdDateComponents |
INTask.modifiedDateComponents
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSDateComponents *modifiedDateComponents |
To | @property (nonatomic, readonly, copy, nullable) NSDateComponents *modifiedDateComponents |
INTask.identifier
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSString *identifier |
To | @property (nonatomic, readonly, copy, nullable) NSString *identifier |
INTask.taskType
Declaration | |
---|---|
From | @property (readonly) INTaskType taskType |
To | @property (nonatomic, readonly, assign) INTaskType taskType |
INTaskList.title
Declaration | |
---|---|
From | @property (readonly, copy, nonnull) INSpeakableString *title |
To | @property (nonatomic, readonly, copy, nonnull) INSpeakableString *title |
INTaskList.tasks
Declaration | |
---|---|
From | @property (readonly, copy, nonnull) NSArray<INTask *> *tasks |
To | @property (nonatomic, readonly, copy, nonnull) NSArray<INTask *> *tasks |
INTaskList.groupName
Declaration | |
---|---|
From | @property (readonly, copy, nullable) INSpeakableString *groupName |
To | @property (nonatomic, readonly, copy, nullable) INSpeakableString *groupName |
INTaskList.createdDateComponents
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSDateComponents *createdDateComponents |
To | @property (nonatomic, readonly, copy, nullable) NSDateComponents *createdDateComponents |
INTaskList.modifiedDateComponents
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSDateComponents *modifiedDateComponents |
To | @property (nonatomic, readonly, copy, nullable) NSDateComponents *modifiedDateComponents |
INTaskList.identifier
Declaration | |
---|---|
From | @property (readonly, copy, nullable) NSString *identifier |
To | @property (nonatomic, readonly, copy, nullable) NSString *identifier |
+[INTaskStatusResolutionResult successWithResolvedValue:]
+[INTaskStatusResolutionResult confirmationRequiredWithValueToConfirm:]
INTemporalEventTrigger.dateComponentsRange
Declaration | |
---|---|
From | @property (readonly, nonnull) INDateComponentsRange *dateComponentsRange |
To | @property (nonatomic, readonly, copy, nonnull) INDateComponentsRange *dateComponentsRange |
INUpcomingMediaPredictionMode
INUpcomingMediaPredictionModeDefault
INUpcomingMediaPredictionModeOnlyPredictSuggestedIntents
INUpcomingMediaManager
INUpcomingMediaManager.sharedManager
-[INUpcomingMediaManager setSuggestedMediaIntents:]
-[INUpcomingMediaManager setPredictionMode:forType:]
INVisualCodeTypeTransit
INVisualCodeTypeBus
INVisualCodeTypeSubway
+[INVisualCodeTypeResolutionResult successWithResolvedValue:]
+[INVisualCodeTypeResolutionResult confirmationRequiredWithValueToConfirm:]
INVoiceShortcut
INVoiceShortcut.identifier
INVoiceShortcut.invocationPhrase
INVoiceShortcut.shortcut
INVoiceShortcutCenter
INVoiceShortcutCenter.sharedCenter
-[INVoiceShortcutCenter getAllVoiceShortcutsWithCompletion:]
-[INVoiceShortcutCenter getVoiceShortcutWithIdentifier:completion:]
-[INVoiceShortcutCenter setShortcutSuggestions:]
INWorkoutNameIdentifierHike
INWorkoutNameIdentifierHighIntensityIntervalTraining
INWorkoutNameIdentifierSwim
NSString (Intents)
+[NSString deferredLocalizedIntentsStringWithFormat:]
+[NSString deferredLocalizedIntentsStringWithFormat:fromTable:]
+[NSString deferredLocalizedIntentsStringWithFormat:fromTable:arguments:]
NSUserActivity.suggestedInvocationPhrase
INUIAddVoiceShortcutViewController
INUIAddVoiceShortcutViewController.delegate
-[INUIAddVoiceShortcutViewController initWithShortcut:]
INUIAddVoiceShortcutViewControllerDelegate
-[INUIAddVoiceShortcutViewControllerDelegate addVoiceShortcutViewController:didFinishWithVoiceShortcut:error:]
-[INUIAddVoiceShortcutViewControllerDelegate addVoiceShortcutViewControllerDidCancel:]
INUIEditVoiceShortcutViewController
INUIEditVoiceShortcutViewController.delegate
-[INUIEditVoiceShortcutViewController initWithVoiceShortcut:]
INUIEditVoiceShortcutViewControllerDelegate
-[INUIEditVoiceShortcutViewControllerDelegate editVoiceShortcutViewController:didUpdateVoiceShortcut:error:]
-[INUIEditVoiceShortcutViewControllerDelegate editVoiceShortcutViewController:didDeleteVoiceShortcutWithIdentifier:]
-[INUIEditVoiceShortcutViewControllerDelegate editVoiceShortcutViewControllerDidCancel:]
IOSurfacePropertyKeyAllocSize
IOSurfacePropertyAllocSizeKey
Availability | |
---|---|
From | Available |
To | Deprecated |
#def LA_EXPORT
#def LA_EXTERN
#def MK_SUPPORTS_VIEW_CLASSES
-[MKMapViewDelegate mapViewDidChangeVisibleRegion:]
#def MP_HAS_UIVIEW
#def MP_HAS_AVMEDIASELECTION
-[MPPlayableContentDelegate playableContentManager:initializePlaybackQueueWithContentItems:completionHandler:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use Intents framework for initiating playback queues. |
MSMessageErrorCodeAPIUnavailableInPresentationContext
MSMessagesAppPresentationContext
MSMessagesAppPresentationContextMessages
MSMessagesAppPresentationContextMedia
MSMessagesAppViewController.presentationContext
MTLDataTypeRenderPipeline
MTLDataTypeComputePipeline
MTLDataTypeIndirectCommandBuffer
-[MTLArgumentEncoder setRenderPipelineState:atIndex:]
-[MTLArgumentEncoder setRenderPipelineStates:withRange:]
-[MTLArgumentEncoder setIndirectCommandBuffer:atIndex:]
-[MTLArgumentEncoder setIndirectCommandBuffers:withRange:]
-[MTLArgumentEncoder newArgumentEncoderForBufferAtIndex:]
-[MTLBlitCommandEncoder optimizeContentsForGPUAccess:]
-[MTLBlitCommandEncoder optimizeContentsForGPUAccess:slice:level:]
-[MTLBlitCommandEncoder optimizeContentsForCPUAccess:]
-[MTLBlitCommandEncoder optimizeContentsForCPUAccess:slice:level:]
-[MTLBlitCommandEncoder resetCommandsInBuffer:withRange:]
-[MTLBlitCommandEncoder copyIndirectCommandBuffer:sourceRange:destination:destinationIndex:]
-[MTLBlitCommandEncoder optimizeIndirectCommandBuffer:withRange:]
MTLDispatchType
MTLDispatchTypeSerial
MTLDispatchTypeConcurrent
-[MTLCommandBuffer computeCommandEncoderWithDispatchType:]
-[MTLCommandBuffer encodeWaitForEvent:value:]
-[MTLCommandBuffer encodeSignalEvent:value:]
MTLBarrierScope
MTLBarrierScopeBuffers
MTLBarrierScopeTextures
MTLStageInRegionIndirectArguments
MTLComputeCommandEncoder.dispatchType
-[MTLComputeCommandEncoder setStageInRegionWithIndirectBuffer:indirectBufferOffset:]
-[MTLComputeCommandEncoder memoryBarrierWithScope:]
-[MTLComputeCommandEncoder memoryBarrierWithResources:count:]
MTLComputePipelineDescriptor.maxTotalThreadsPerThreadgroup
-[MTLDevice minimumTextureBufferAlignmentForPixelFormat:]
MTLDevice.maxArgumentBufferSamplerCount
-[MTLDevice newIndirectCommandBufferWithDescriptor:maxCommandCount:options:]
-[MTLDevice newEvent]
-[MTLDevice newSharedEvent]
-[MTLDevice newSharedEventWithHandle:]
MTLDevice.maxBufferLength
MTLEvent
MTLEvent.device
MTLEvent.label
MTLSharedEventListener
-[MTLSharedEventListener init]
-[MTLSharedEventListener initWithDispatchQueue:]
MTLSharedEventListener.dispatchQueue
MTLSharedEventNotificationBlock
MTLSharedEvent
-[MTLSharedEvent notifyListener:atValue:block:]
-[MTLSharedEvent newSharedEventHandle]
MTLSharedEvent.signaledValue
MTLSharedEventHandle
MTLSharedEventHandle.label
MTLIndirectCommandType
MTLIndirectCommandTypeDraw
MTLIndirectCommandTypeDrawIndexed
MTLIndirectCommandTypeDrawPatches
MTLIndirectCommandTypeDrawIndexedPatches
MTLIndirectCommandBufferDescriptor
MTLIndirectCommandBufferDescriptor.commandTypes
MTLIndirectCommandBufferDescriptor.inheritPipelineState
MTLIndirectCommandBufferDescriptor.inheritBuffers
MTLIndirectCommandBufferDescriptor.maxVertexBufferBindCount
MTLIndirectCommandBufferDescriptor.maxFragmentBufferBindCount
MTLIndirectCommandBuffer
MTLIndirectCommandBuffer.size
-[MTLIndirectCommandBuffer indirectRenderCommandAtIndex:]
MTLIndirectRenderCommand
-[MTLIndirectRenderCommand setRenderPipelineState:]
-[MTLIndirectRenderCommand setVertexBuffer:offset:atIndex:]
-[MTLIndirectRenderCommand setFragmentBuffer:offset:atIndex:]
-[MTLIndirectRenderCommand drawPatches:patchStart:patchCount:patchIndexBuffer:patchIndexBufferOffset:instanceCount:baseInstance:tessellationFactorBuffer:tessellationFactorBufferOffset:tessellationFactorBufferInstanceStride:tessellationFactorBufferScale:]
-[MTLIndirectRenderCommand drawPatches:patchStart:patchCount:patchIndexBuffer:patchIndexBufferOffset:instanceCount:baseInstance:tessellationFactorBuffer:tessellationFactorBufferOffset:tessellationFactorBufferInstanceStride:]
-[MTLIndirectRenderCommand drawIndexedPatches:patchStart:patchCount:patchIndexBuffer:patchIndexBufferOffset:controlPointIndexBuffer:controlPointIndexBufferOffset:instanceCount:baseInstance:tessellationFactorBuffer:tessellationFactorBufferOffset:tessellationFactorBufferInstanceStride:tessellationFactorBufferScale:]
-[MTLIndirectRenderCommand drawIndexedPatches:patchStart:patchCount:patchIndexBuffer:patchIndexBufferOffset:controlPointIndexBuffer:controlPointIndexBufferOffset:instanceCount:baseInstance:tessellationFactorBuffer:tessellationFactorBufferOffset:tessellationFactorBufferInstanceStride:]
-[MTLIndirectRenderCommand drawPrimitives:vertexStart:vertexCount:instanceCount:baseInstance:]
-[MTLIndirectRenderCommand drawIndexedPrimitives:indexCount:indexType:indexBuffer:indexBufferOffset:instanceCount:baseVertex:baseInstance:]
-[MTLIndirectRenderCommand reset]
MTLLanguageVersion2_1
MTLPixelFormatBGRX8Unorm
-[MTLRenderCommandEncoder executeCommandsInBuffer:withRange:]
-[MTLRenderCommandEncoder executeCommandsInBuffer:indirectBuffer:indirectBufferOffset:]
MTLRenderPassDescriptor.defaultSampleCount
MTLRenderPipelineDescriptor.supportIndirectCommandBuffers
MTLRenderPipelineState.supportIndirectCommandBuffers
MTLTileRenderPipelineDescriptor.maxTotalThreadsPerThreadgroup
MTLTextureTypeTextureBuffer
+[MTLTextureDescriptor textureBufferDescriptorWithPixelFormat:width:resourceOptions:usage:]
MTLTextureDescriptor.allowGPUOptimizedContents
MTLTexture.allowGPUOptimizedContents
MPSImageBatchResourceSize()
#def MPSKernelTypes_h
#def MPSFunctionConstantIndex
#def MPSBatchSizeIndex
#def MPSMaxTextures
MPSCustomKernelIndexDestIndex
MPSCustomKernelIndexSrc1Index
MPSCustomKernelIndexSrc2Index
MPSCustomKernelIndexSrc3Index
MPSCustomKernelIndexUserDataIndex
MPSCustomKernelIndex
MPSIntegerDivisionParams
MPSCustomKernelSourceInfo
MPSCustomKernelInfo
MPSImageType2d
MPSImageType2d_array
MPSImageTypeArray2d
MPSImageTypeArray2d_array
MPSImageType_ArrayMask
MPSImageType_BatchMask
MPSImageType_typeMask
MPSImageType_noAlpha
MPSImageType2d_noAlpha
MPSImageType2d_array_noAlpha
MPSImageTypeArray2d_noAlpha
MPSImageTypeArray2d_array_noAlpha
MPSImageType
MPSFunctionConstant
MPSFunctionConstantInMetal
MPSFunctionConstantNone
MPSFindIntegerDivisionParams()
MPSCustomKernelArgumentCount
MPSGetCustomKernelMaxBatchSize()
MPSGetCustomKernelBatchedDestinationIndex()
MPSGetCustomKernelBatchedSourceIndex()
MPSGetCustomKernelBroadcastSourceIndex()
+[MPSKeyedUnarchiver unarchivedObjectOfClasses:fromData:device:error:]
+[MPSKeyedUnarchiver unarchivedObjectOfClass:fromData:device:error:]
-[MPSKeyedUnarchiver initForReadingFromData:device:error:]
+[MPSKeyedUnarchiver unarchiveObjectWithData:device:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -unarchivedObjectOfClass:fromData:device:error: instead |
+[MPSKeyedUnarchiver unarchiveTopLevelObjectWithData:device:error:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -unarchivedObjectOfClass:fromData:device:error: instead |
+[MPSKeyedUnarchiver unarchiveObjectWithFile:device:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -initForReadingFromData:device:error: instead |
-[MPSKeyedUnarchiver initWithDevice:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -initForReadingFromData:device:error: instead |
-[MPSKeyedUnarchiver initForReadingWithData:device:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -initForReadingFromData:device:error: instead |
MPSStateBatchResourceSize()
MPSState.resource
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -resourceAtIndex:allocateMemory: instead |
MPSImageLaplacianPyramid
MPSImageLaplacianPyramid.laplacianBias
MPSImageLaplacianPyramid.laplacianScale
MPSImageLaplacianPyramidSubtract
MPSImageLaplacianPyramidAdd
MPSMatrixCopyToImage
MPSMatrixCopyToImage.sourceMatrixOrigin
MPSMatrixCopyToImage.sourceMatrixBatchIndex
MPSMatrixCopyToImage.dataLayout
-[MPSMatrixCopyToImage initWithDevice:dataLayout:]
-[MPSMatrixCopyToImage initWithCoder:device:]
-[MPSMatrixCopyToImage encodeToCommandBuffer:sourceMatrix:destinationImage:]
MPSMatrixSoftMaxGradient
MPSMatrixSoftMaxGradient.sourceRows
MPSMatrixSoftMaxGradient.sourceColumns
-[MPSMatrixSoftMaxGradient initWithDevice:]
-[MPSMatrixSoftMaxGradient encodeToCommandBuffer:gradientMatrix:forwardOutputMatrix:resultMatrix:]
-[MPSMatrixSoftMaxGradient initWithCoder:device:]
-[MPSMatrixSoftMaxGradient copyWithZone:device:]
MPSMatrixLogSoftMaxGradient
MPSCNNNormalizationMeanAndVarianceState
MPSCNNNormalizationMeanAndVarianceState.mean
MPSCNNNormalizationMeanAndVarianceState.variance
-[MPSCNNNormalizationMeanAndVarianceState initWithMean:variance:]
+[MPSCNNNormalizationMeanAndVarianceState temporaryStateWithCommandBuffer:numberOfFeatureChannels:]
-[MPSCNNBatchNormalizationDataSource updateMeanAndVarianceWithCommandBuffer:batchNormalizationState:]
-[MPSCNNBatchNormalizationDataSource updateMeanAndVarianceWithBatchNormalizationState:]
-[MPSCNNBatchNormalizationDataSource fusedNeuronDescriptor]
-[MPSCNNBatchNormalization reloadGammaAndBetaFromDataSource]
-[MPSCNNBatchNormalization reloadMeanAndVarianceFromDataSource]
-[MPSCNNBatchNormalization reloadMeanAndVarianceWithCommandBuffer:meanAndVarianceState:]
-[MPSCNNBatchNormalization reloadDataSource:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -reloadGammaAndBetaFromDataSource and/or -relaodMeanAndVarianceFromDataSource instead. |
-[MPSCNNConvolutionGradient reloadWeightsAndBiasesWithDataSource:]
MPSCNNWeightsQuantizationType
MPSCNNWeightsQuantizationTypeNone
MPSCNNWeightsQuantizationTypeLinear
MPSCNNWeightsQuantizationTypeLookupTable
-[MPSCNNConvolutionDataSource weightsQuantizationType]
-[MPSCNNConvolution initWithDevice:convolutionDescriptor:kernelWeights:biasTerms:flags:]
-[MPSCNNConvolution reloadWeightsAndBiasesFromDataSource]
MPSCNNConvolutionGradient.channelMultiplier
-[MPSCNNConvolutionGradient reloadWeightsAndBiasesFromDataSource]
-[MPSCNNConvolution reloadWeightsAndBiasesWithDataSource:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -reloadWeightsAndBiasesFromDataSource instead. |
MPSCNNConvolutionGradient.serializeWeightsAndBiases
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | This is deprecated and doesn't do anything. It is here for backward compatibility. MPSCNNConvolutionGradient doesn't serialize weights. It gets weight from state.convolution.dataSource on first use i.e. first encodeToCommandBuffer call |
-[MPSCNNInstanceNormalization reloadGammaAndBetaFromDataSource]
-[MPSCNNInstanceNormalization reloadDataSource:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | Please use -reloadGammaAndBetaFromDataSource instead. |
-[MPSCNNLossLabels labelsImage]
-[MPSCNNLossLabels weightsImage]
MPSCNNYOLOLossDescriptor
MPSCNNYOLOLossDescriptor.XYLossDescriptor
MPSCNNYOLOLossDescriptor.WHLossDescriptor
MPSCNNYOLOLossDescriptor.confidenceLossDescriptor
MPSCNNYOLOLossDescriptor.classesLossDescriptor
MPSCNNYOLOLossDescriptor.reductionType
MPSCNNYOLOLossDescriptor.rescore
MPSCNNYOLOLossDescriptor.scaleXY
MPSCNNYOLOLossDescriptor.scaleWH
MPSCNNYOLOLossDescriptor.scaleNoObject
MPSCNNYOLOLossDescriptor.scaleObject
MPSCNNYOLOLossDescriptor.scaleClass
MPSCNNYOLOLossDescriptor.minIOUForObjectPresence
MPSCNNYOLOLossDescriptor.maxIOUForObjectAbsence
MPSCNNYOLOLossDescriptor.numberOfAnchorBoxes
MPSCNNYOLOLossDescriptor.anchorBoxes
+[MPSCNNYOLOLossDescriptor cnnLossDescriptorWithXYLossType:WHLossType:confidenceLossType:classesLossType:reductionType:anchorBoxes:numberOfAnchorBoxes:]
MPSCNNYOLOLoss
MPSCNNYOLOLoss.lossXY
MPSCNNYOLOLoss.lossWH
MPSCNNYOLOLoss.lossConfidence
MPSCNNYOLOLoss.lossClasses
MPSCNNYOLOLoss.scaleXY
MPSCNNYOLOLoss.scaleWH
MPSCNNYOLOLoss.scaleNoObject
MPSCNNYOLOLoss.scaleObject
MPSCNNYOLOLoss.scaleClass
MPSCNNYOLOLoss.minIOUForObjectPresence
MPSCNNYOLOLoss.maxIOUForObjectAbsence
MPSCNNYOLOLoss.reductionType
MPSCNNYOLOLoss.numberOfAnchorBoxes
MPSCNNYOLOLoss.anchorBoxes
-[MPSCNNYOLOLoss initWithDevice:lossDescriptor:]
-[MPSCNNYOLOLoss initWithCoder:device:]
-[MPSCNNYOLOLoss encodeToCommandBuffer:sourceImage:labels:destinationImage:]
-[MPSCNNYOLOLoss encodeToCommandBuffer:sourceImage:labels:]
-[MPSCNNYOLOLoss encodeBatchToCommandBuffer:sourceImages:labels:destinationImages:]
-[MPSCNNYOLOLoss encodeBatchToCommandBuffer:sourceImages:labels:]
MPSCNNSpatialNormalization.kernelWidth
MPSCNNSpatialNormalization.kernelHeight
MPSCNNSpatialNormalizationGradient.kernelWidth
MPSCNNSpatialNormalizationGradient.kernelHeight
MPSCNNLocalContrastNormalization.kernelWidth
MPSCNNLocalContrastNormalization.kernelHeight
MPSCNNLocalContrastNormalizationGradient.kernelWidth
MPSCNNLocalContrastNormalizationGradient.kernelHeight
MPSCNNUpsampling.alignCorners
-[MPSCNNUpsamplingBilinear initWithDevice:integerScaleFactorX:integerScaleFactorY:alignCorners:]
MPSMatrixBatchNormalization
MPSMatrixBatchNormalization.sourceNumberOfFeatureVectors
MPSMatrixBatchNormalization.sourceInputFeatureChannels
MPSMatrixBatchNormalization.epsilon
MPSMatrixBatchNormalization.computeStatistics
-[MPSMatrixBatchNormalization setNeuronType:parameterA:parameterB:parameterC:]
-[MPSMatrixBatchNormalization neuronType]
-[MPSMatrixBatchNormalization neuronParameterA]
-[MPSMatrixBatchNormalization neuronParameterB]
-[MPSMatrixBatchNormalization neuronParameterC]
-[MPSMatrixBatchNormalization initWithDevice:]
-[MPSMatrixBatchNormalization encodeToCommandBuffer:inputMatrix:meanVector:varianceVector:gammaVector:betaVector:resultMatrix:]
-[MPSMatrixBatchNormalization initWithCoder:device:]
-[MPSMatrixBatchNormalization copyWithZone:device:]
MPSMatrixBatchNormalizationGradient
MPSMatrixBatchNormalizationGradient.sourceNumberOfFeatureVectors
MPSMatrixBatchNormalizationGradient.sourceInputFeatureChannels
MPSMatrixBatchNormalizationGradient.epsilon
-[MPSMatrixBatchNormalizationGradient setNeuronType:parameterA:parameterB:parameterC:]
-[MPSMatrixBatchNormalizationGradient neuronType]
-[MPSMatrixBatchNormalizationGradient neuronParameterA]
-[MPSMatrixBatchNormalizationGradient neuronParameterB]
-[MPSMatrixBatchNormalizationGradient neuronParameterC]
-[MPSMatrixBatchNormalizationGradient initWithDevice:]
-[MPSMatrixBatchNormalizationGradient encodeToCommandBuffer:gradientMatrix:inputMatrix:meanVector:varianceVector:gammaVector:betaVector:resultGradientForDataMatrix:resultGradientForGammaVector:resultGradientForBetaVector:]
-[MPSMatrixBatchNormalizationGradient initWithCoder:device:]
-[MPSMatrixBatchNormalizationGradient copyWithZone:device:]
MPSMatrixFullyConnectedGradient
MPSMatrixFullyConnectedGradient.sourceNumberOfFeatureVectors
MPSMatrixFullyConnectedGradient.sourceOutputFeatureChannels
MPSMatrixFullyConnectedGradient.sourceInputFeatureChannels
MPSMatrixFullyConnectedGradient.alpha
-[MPSMatrixFullyConnectedGradient initWithDevice:]
-[MPSMatrixFullyConnectedGradient encodeGradientForDataToCommandBuffer:gradientMatrix:weightMatrix:resultGradientForDataMatrix:]
-[MPSMatrixFullyConnectedGradient encodeGradientForWeightsAndBiasToCommandBuffer:gradientMatrix:inputMatrix:resultGradientForWeightMatrix:resultGradientForBiasVector:]
-[MPSMatrixFullyConnectedGradient initWithCoder:device:]
-[MPSMatrixFullyConnectedGradient copyWithZone:device:]
MPSMatrixNeuron
Header | |
---|---|
From | ../Frameworks/MPSNeuralNetwork.framework/Headers/MPSMatrixFullyConnected.h |
To | ../Frameworks/MPSNeuralNetwork.framework/Headers/MPSMatrixNeuron.h |
MPSMatrixNeuronGradient
MPSMatrixNeuronGradient.sourceNumberOfFeatureVectors
MPSMatrixNeuronGradient.sourceInputFeatureChannels
MPSMatrixNeuronGradient.alpha
-[MPSMatrixNeuronGradient setNeuronType:parameterA:parameterB:parameterC:]
-[MPSMatrixNeuronGradient neuronType]
-[MPSMatrixNeuronGradient neuronParameterA]
-[MPSMatrixNeuronGradient neuronParameterB]
-[MPSMatrixNeuronGradient neuronParameterC]
-[MPSMatrixNeuronGradient setNeuronToPReLUWithParametersA:]
-[MPSMatrixNeuronGradient initWithDevice:]
-[MPSMatrixNeuronGradient encodeToCommandBuffer:gradientMatrix:inputMatrix:biasVector:resultGradientForDataMatrix:resultGradientForBiasVector:]
-[MPSMatrixNeuronGradient initWithCoder:device:]
-[MPSMatrixNeuronGradient copyWithZone:device:]
MPSMatrixNeuron
Header | |
---|---|
From | ../Frameworks/MPSNeuralNetwork.framework/Headers/MPSMatrixFullyConnected.h |
To | ../Frameworks/MPSNeuralNetwork.framework/Headers/MPSMatrixNeuron.h |
-[MPSNNGraph reloadFromDataSources]
MPSCNNConvolutionNode.accumulatorPrecision
MPSCNNPoolingNode.kernelWidth
MPSCNNPoolingNode.kernelHeight
MPSCNNPoolingNode.strideInPixelsX
MPSCNNPoolingNode.strideInPixelsY
MPSCNNYOLOLossNode
+[MPSCNNYOLOLossNode nodeWithSource:lossDescriptor:]
-[MPSCNNYOLOLossNode initWithSource:lossDescriptor:]
MPSCNNYOLOLossNode.inputLabels
+[MPSCNNUpsamplingBilinearNode nodeWithSource:integerScaleFactorX:integerScaleFactorY:alignCorners:]
-[MPSCNNUpsamplingBilinearNode initWithSource:integerScaleFactorX:integerScaleFactorY:alignCorners:]
MPSCNNUpsamplingBilinearNode.alignCorners
MPSNNRegularizationType
MPSNNRegularizationTypeNone
MPSNNRegularizationTypeL1
MPSNNRegularizationTypeL2
MPSNNOptimizerDescriptor
MPSNNOptimizerDescriptor.learningRate
MPSNNOptimizerDescriptor.gradientRescale
MPSNNOptimizerDescriptor.applyGradientClipping
MPSNNOptimizerDescriptor.gradientClipMax
MPSNNOptimizerDescriptor.gradientClipMin
MPSNNOptimizerDescriptor.regularizationScale
MPSNNOptimizerDescriptor.regularizationType
-[MPSNNOptimizerDescriptor initWithLearningRate:gradientRescale:regularizationType:regularizationScale:]
-[MPSNNOptimizerDescriptor initWithLearningRate:gradientRescale:applyGradientClipping:gradientClipMax:gradientClipMin:regularizationType:regularizationScale:]
+[MPSNNOptimizerDescriptor optimizerDescriptorWithLearningRate:gradientRescale:regularizationType:regularizationScale:]
+[MPSNNOptimizerDescriptor optimizerDescriptorWithLearningRate:gradientRescale:applyGradientClipping:gradientClipMax:gradientClipMin:regularizationType:regularizationScale:]
MPSNNOptimizer
MPSNNOptimizer.learningRate
MPSNNOptimizer.gradientRescale
MPSNNOptimizer.applyGradientClipping
MPSNNOptimizer.gradientClipMax
MPSNNOptimizer.gradientClipMin
MPSNNOptimizer.regularizationScale
MPSNNOptimizer.regularizationType
-[MPSNNOptimizer setLearningRate:]
MPSNNOptimizerStochasticGradientDescent
MPSNNOptimizerStochasticGradientDescent.momentumScale
MPSNNOptimizerStochasticGradientDescent.useNestrovMomentum
-[MPSNNOptimizerStochasticGradientDescent initWithDevice:learningRate:]
-[MPSNNOptimizerStochasticGradientDescent initWithDevice:momentumScale:useNestrovMomentum:optimizerDescriptor:]
-[MPSNNOptimizerStochasticGradientDescent encodeToCommandBuffer:inputGradientVector:inputValuesVector:inputMomentumVector:resultValuesVector:]
MPSNNOptimizerRMSProp
MPSNNOptimizerRMSProp.decay
MPSNNOptimizerRMSProp.epsilon
-[MPSNNOptimizerRMSProp initWithDevice:learningRate:]
-[MPSNNOptimizerRMSProp initWithDevice:decay:epsilon:optimizerDescriptor:]
-[MPSNNOptimizerRMSProp encodeToCommandBuffer:inputGradientVector:inputValuesVector:inputSumOfSquaresVector:resultValuesVector:]
MPSNNOptimizerAdam
MPSNNOptimizerAdam.beta1
MPSNNOptimizerAdam.beta2
MPSNNOptimizerAdam.epsilon
MPSNNOptimizerAdam.timeStep
-[MPSNNOptimizerAdam initWithDevice:learningRate:]
-[MPSNNOptimizerAdam initWithDevice:beta1:beta2:epsilon:timeStep:optimizerDescriptor:]
-[MPSNNOptimizerAdam encodeToCommandBuffer:inputGradientVector:inputValuesVector:inputMomentumVector:inputVelocityVector:resultValuesVector:]
MPSNNReduceFeatureChannelsArgumentMin
-[MPSNNReduceFeatureChannelsArgumentMin initWithDevice:]
MPSNNReduceFeatureChannelsArgumentMax
-[MPSNNReduceFeatureChannelsArgumentMax initWithDevice:]
-[MPSRNNMatrixInferenceLayer encodeSequenceToCommandBuffer:sourceMatrices:sourceOffsets:destinationMatrices:destinationOffsets:recurrentInputState:recurrentOutputStates:]
MPSRNNMatrixTrainingState
MPSRNNMatrixId
MPSRNNMatrixIdSingleGateInputWeights
MPSRNNMatrixIdSingleGateRecurrentWeights
MPSRNNMatrixIdSingleGateBiasTerms
MPSRNNMatrixIdLSTMInputGateInputWeights
MPSRNNMatrixIdLSTMInputGateRecurrentWeights
MPSRNNMatrixIdLSTMInputGateMemoryWeights
MPSRNNMatrixIdLSTMInputGateBiasTerms
MPSRNNMatrixIdLSTMForgetGateInputWeights
MPSRNNMatrixIdLSTMForgetGateRecurrentWeights
MPSRNNMatrixIdLSTMForgetGateMemoryWeights
MPSRNNMatrixIdLSTMForgetGateBiasTerms
MPSRNNMatrixIdLSTMMemoryGateInputWeights
MPSRNNMatrixIdLSTMMemoryGateRecurrentWeights
MPSRNNMatrixIdLSTMMemoryGateMemoryWeights
MPSRNNMatrixIdLSTMMemoryGateBiasTerms
MPSRNNMatrixIdLSTMOutputGateInputWeights
MPSRNNMatrixIdLSTMOutputGateRecurrentWeights
MPSRNNMatrixIdLSTMOutputGateMemoryWeights
MPSRNNMatrixIdLSTMOutputGateBiasTerms
MPSRNNMatrixIdGRUInputGateInputWeights
MPSRNNMatrixIdGRUInputGateRecurrentWeights
MPSRNNMatrixIdGRUInputGateBiasTerms
MPSRNNMatrixIdGRURecurrentGateInputWeights
MPSRNNMatrixIdGRURecurrentGateRecurrentWeights
MPSRNNMatrixIdGRURecurrentGateBiasTerms
MPSRNNMatrixIdGRUOutputGateInputWeights
MPSRNNMatrixIdGRUOutputGateRecurrentWeights
MPSRNNMatrixIdGRUOutputGateInputGateWeights
MPSRNNMatrixIdGRUOutputGateBiasTerms
MPSRNNMatrixId_count
MPSRNNMatrixTrainingLayer
MPSRNNMatrixTrainingLayer.inputFeatureChannels
MPSRNNMatrixTrainingLayer.outputFeatureChannels
MPSRNNMatrixTrainingLayer.storeAllIntermediateStates
MPSRNNMatrixTrainingLayer.recurrentOutputIsTemporary
MPSRNNMatrixTrainingLayer.trainingStateIsTemporary
MPSRNNMatrixTrainingLayer.accumulateWeightGradients
-[MPSRNNMatrixTrainingLayer initWithDevice:rnnDescriptor:trainableWeights:]
-[MPSRNNMatrixTrainingLayer createWeightGradientMatrices:dataType:]
-[MPSRNNMatrixTrainingLayer createTemporaryWeightGradientMatrices:dataType:commandBuffer:]
-[MPSRNNMatrixTrainingLayer createWeightMatrices:]
-[MPSRNNMatrixTrainingLayer encodeCopyWeightsToCommandBuffer:weights:matrixId:matrix:copyFromWeightsToMatrix:matrixOffset:]
-[MPSRNNMatrixTrainingLayer encodeForwardSequenceToCommandBuffer:sourceMatrices:sourceOffsets:destinationMatrices:destinationOffsets:trainingStates:recurrentInputState:recurrentOutputStates:weights:]
-[MPSRNNMatrixTrainingLayer encodeForwardSequenceToCommandBuffer:sourceMatrices:destinationMatrices:trainingStates:weights:]
-[MPSRNNMatrixTrainingLayer encodeGradientSequenceToCommandBuffer:forwardSources:forwardSourceOffsets:sourceGradients:sourceGradientOffsets:destinationGradients:destinationOffsets:weightGradients:trainingStates:recurrentInputState:recurrentOutputStates:weights:]
-[MPSRNNMatrixTrainingLayer encodeGradientSequenceToCommandBuffer:forwardSources:sourceGradients:destinationGradients:weightGradients:trainingStates:weights:]
-[MPSRNNMatrixTrainingLayer initWithCoder:device:]
-[MPSRNNMatrixTrainingLayer copyWithZone:device:]
MPSAccelerationStructureCompletionHandler
MPSAccelerationStructureUsage
MPSAccelerationStructureUsageNone
MPSAccelerationStructureUsageRefit
MPSAccelerationStructureUsageFrequentRebuild
MPSAccelerationStructureStatus
MPSAccelerationStructureStatusUnbuilt
MPSAccelerationStructureStatusBuilt
MPSAccelerationStructure
MPSAccelerationStructure.group
MPSAccelerationStructure.boundingBox
MPSAccelerationStructure.status
MPSAccelerationStructure.usage
-[MPSAccelerationStructure initWithDevice:]
-[MPSAccelerationStructure initWithCoder:device:]
-[MPSAccelerationStructure initWithGroup:]
-[MPSAccelerationStructure initWithCoder:group:]
-[MPSAccelerationStructure rebuild]
-[MPSAccelerationStructure rebuildWithCompletionHandler:]
-[MPSAccelerationStructure encodeRefitToCommandBuffer:]
-[MPSAccelerationStructure copyWithZone:device:]
-[MPSAccelerationStructure copyWithZone:group:]
-[MPSAccelerationStructure encodeWithCoder:]
MPSAccelerationStructureGroup
MPSAccelerationStructureGroup.device
-[MPSAccelerationStructureGroup initWithDevice:]
MPSTransformType
MPSTransformTypeFloat4x4
MPSTransformTypeIdentity
MPSInstanceAccelerationStructure
MPSInstanceAccelerationStructure.accelerationStructures
MPSInstanceAccelerationStructure.accelerationStructureIndexBuffer
MPSInstanceAccelerationStructure.accelerationStructureIndexBufferOffset
MPSInstanceAccelerationStructure.transformBuffer
MPSInstanceAccelerationStructure.transformBufferOffset
MPSInstanceAccelerationStructure.transformType
MPSInstanceAccelerationStructure.maskBuffer
MPSInstanceAccelerationStructure.maskBufferOffset
MPSInstanceAccelerationStructure.instanceCount
MPSIntersectionType
MPSIntersectionTypeNearest
MPSIntersectionTypeAny
MPSIntersectionTestType
MPSIntersectionTestTypeDefault
MPSIntersectionTestTypeWatertight
MPSRayMaskOptions
MPSRayMaskOptionNone
MPSRayMaskOptionPrimitive
MPSRayMaskOptionInstance
MPSRayDataType
MPSRayDataTypeOriginDirection
MPSRayDataTypeOriginMinDistanceDirectionMaxDistance
MPSRayDataTypeOriginMaskDirectionMaxDistance
MPSIntersectionDataType
MPSIntersectionDataTypeDistance
MPSIntersectionDataTypeDistancePrimitiveIndex
MPSIntersectionDataTypeDistancePrimitiveIndexCoordinates
MPSIntersectionDataTypeDistancePrimitiveIndexInstanceIndex
MPSIntersectionDataTypeDistancePrimitiveIndexInstanceIndexCoordinates
MPSRayIntersector
MPSRayIntersector.cullMode
MPSRayIntersector.frontFacingWinding
MPSRayIntersector.intersectionTestType
MPSRayIntersector.rayMaskOptions
MPSRayIntersector.rayStride
MPSRayIntersector.intersectionStride
MPSRayIntersector.rayDataType
MPSRayIntersector.intersectionDataType
-[MPSRayIntersector initWithDevice:]
-[MPSRayIntersector initWithCoder:device:]
-[MPSRayIntersector copyWithZone:device:]
-[MPSRayIntersector recommendedMinimumRayBatchSizeForRayCount:]
-[MPSRayIntersector encodeWithCoder:]
-[MPSRayIntersector encodeIntersectionToCommandBuffer:intersectionType:rayBuffer:rayBufferOffset:intersectionBuffer:intersectionBufferOffset:rayCount:accelerationStructure:]
-[MPSRayIntersector encodeIntersectionToCommandBuffer:intersectionType:rayBuffer:rayBufferOffset:intersectionBuffer:intersectionBufferOffset:rayCountBuffer:rayCountBufferOffset:accelerationStructure:]
MPSPackedFloat3
MPSAxisAlignedBoundingBox
MPSRayOriginDirection
MPSRayOriginMinDistanceDirectionMaxDistance
MPSRayOriginMaskDirectionMaxDistance
MPSIntersectionDistance
MPSIntersectionDistancePrimitiveIndex
MPSIntersectionDistancePrimitiveIndexCoordinates
MPSIntersectionDistancePrimitiveIndexInstanceIndex
MPSIntersectionDistancePrimitiveIndexInstanceIndexCoordinates
MPSTriangleAccelerationStructure
MPSTriangleAccelerationStructure.vertexBuffer
MPSTriangleAccelerationStructure.vertexBufferOffset
MPSTriangleAccelerationStructure.vertexStride
MPSTriangleAccelerationStructure.indexBuffer
MPSTriangleAccelerationStructure.indexType
MPSTriangleAccelerationStructure.indexBufferOffset
MPSTriangleAccelerationStructure.maskBuffer
MPSTriangleAccelerationStructure.maskBufferOffset
MPSTriangleAccelerationStructure.triangleCount
MPSHintTemporaryMemoryHighWaterMark()
MPSSetHeapCacheDuration()
kUTTypeItem
kUTTypeContent
kUTTypeCompositeContent
kUTTypeMessage
kUTTypeContact
kUTTypeArchive
kUTTypeDiskImage
kUTTypeData
kUTTypeDirectory
kUTTypeResolvable
kUTTypeSymLink
kUTTypeExecutable
kUTTypeMountPoint
kUTTypeAliasFile
kUTTypeAliasRecord
kUTTypeURLBookmarkData
kUTTypeURL
kUTTypeFileURL
kUTTypeText
kUTTypePlainText
kUTTypeUTF8PlainText
kUTTypeUTF16ExternalPlainText
kUTTypeUTF16PlainText
kUTTypeDelimitedText
kUTTypeCommaSeparatedText
kUTTypeTabSeparatedText
kUTTypeUTF8TabSeparatedText
kUTTypeRTF
kUTTypeHTML
kUTTypeXML
kUTTypeSourceCode
kUTTypeAssemblyLanguageSource
kUTTypeCSource
kUTTypeObjectiveCSource
kUTTypeSwiftSource
kUTTypeCPlusPlusSource
kUTTypeObjectiveCPlusPlusSource
kUTTypeCHeader
kUTTypeCPlusPlusHeader
kUTTypeJavaSource
kUTTypeScript
kUTTypeAppleScript
kUTTypeOSAScript
kUTTypeOSAScriptBundle
kUTTypeJavaScript
kUTTypeShellScript
kUTTypePerlScript
kUTTypePythonScript
kUTTypeRubyScript
kUTTypePHPScript
kUTTypeJSON
kUTTypePropertyList
kUTTypeXMLPropertyList
kUTTypeBinaryPropertyList
kUTTypePDF
kUTTypeRTFD
kUTTypeFlatRTFD
kUTTypeTXNTextAndMultimediaData
kUTTypeWebArchive
kUTTypeImage
kUTTypeJPEG
kUTTypeJPEG2000
kUTTypeTIFF
kUTTypePICT
kUTTypeGIF
kUTTypePNG
kUTTypeQuickTimeImage
kUTTypeAppleICNS
kUTTypeBMP
kUTTypeICO
kUTTypeRawImage
kUTTypeScalableVectorGraphics
kUTTypeLivePhoto
kUTTypeAudiovisualContent
kUTTypeMovie
kUTTypeVideo
kUTTypeAudio
kUTTypeQuickTimeMovie
kUTTypeMPEG
kUTTypeMPEG2Video
kUTTypeMPEG2TransportStream
kUTTypeMP3
kUTTypeMPEG4
kUTTypeMPEG4Audio
kUTTypeAppleProtectedMPEG4Audio
kUTTypeAppleProtectedMPEG4Video
kUTTypeAVIMovie
kUTTypeAudioInterchangeFileFormat
kUTTypeWaveformAudio
kUTTypeMIDIAudio
kUTTypePlaylist
kUTTypeM3UPlaylist
kUTTypeFolder
kUTTypeVolume
kUTTypePackage
kUTTypeBundle
kUTTypePluginBundle
kUTTypeSpotlightImporter
kUTTypeQuickLookGenerator
kUTTypeXPCService
kUTTypeFramework
kUTTypeApplication
kUTTypeApplicationBundle
kUTTypeApplicationFile
kUTTypeUnixExecutable
kUTTypeWindowsExecutable
kUTTypeJavaClass
kUTTypeJavaArchive
kUTTypeSystemPreferencesPane
kUTTypeGNUZipArchive
kUTTypeBzip2Archive
kUTTypeZipArchive
kUTTypeSpreadsheet
kUTTypePresentation
kUTTypeDatabase
kUTTypeVCard
kUTTypeToDoItem
kUTTypeCalendarEvent
kUTTypeEmailMessage
kUTTypeInternetLocation
kUTTypeInkText
kUTTypeFont
kUTTypeBookmark
kUTType3DContent
kUTTypePKCS12
kUTTypeX509Certificate
kUTTypeElectronicPublication
kUTTypeLog
kUTExportedTypeDeclarationsKey
kUTImportedTypeDeclarationsKey
kUTTypeIdentifierKey
kUTTypeTagSpecificationKey
kUTTypeConformsToKey
kUTTypeDescriptionKey
kUTTypeIconFileKey
kUTTypeReferenceURLKey
kUTTypeVersionKey
kUTTagClassFilenameExtension
kUTTagClassMIMEType
UTTypeCreatePreferredIdentifierForTag()
UTTypeCreateAllIdentifiersForTag()
UTTypeCopyPreferredTagWithClass()
UTTypeCopyAllTagsWithClass()
UTTypeEqual()
UTTypeConformsTo()
UTTypeCopyDescription()
UTTypeIsDeclared()
UTTypeIsDynamic()
UTTypeCopyDeclaration()
UTTypeCopyDeclaringBundleURL()
+[MDLTexture textureNamed:assetResolver:]
-[MDLTransform init]
-[MDLTransform initWithIdentity]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | init |
#def MDL_CLASS_EXPORT
NLLanguage
NLLanguageUndetermined
NLLanguageAmharic
NLLanguageArabic
NLLanguageArmenian
NLLanguageBengali
NLLanguageBulgarian
NLLanguageBurmese
NLLanguageCatalan
NLLanguageCherokee
NLLanguageCroatian
NLLanguageCzech
NLLanguageDanish
NLLanguageDutch
NLLanguageEnglish
NLLanguageFinnish
NLLanguageFrench
NLLanguageGeorgian
NLLanguageGerman
NLLanguageGreek
NLLanguageGujarati
NLLanguageHebrew
NLLanguageHindi
NLLanguageHungarian
NLLanguageIcelandic
NLLanguageIndonesian
NLLanguageItalian
NLLanguageJapanese
NLLanguageKannada
NLLanguageKhmer
NLLanguageKorean
NLLanguageLao
NLLanguageMalay
NLLanguageMalayalam
NLLanguageMarathi
NLLanguageMongolian
NLLanguageNorwegian
NLLanguageOriya
NLLanguagePersian
NLLanguagePolish
NLLanguagePortuguese
NLLanguagePunjabi
NLLanguageRomanian
NLLanguageRussian
NLLanguageSimplifiedChinese
NLLanguageSinhalese
NLLanguageSlovak
NLLanguageSpanish
NLLanguageSwedish
NLLanguageTamil
NLLanguageTelugu
NLLanguageThai
NLLanguageTibetan
NLLanguageTraditionalChinese
NLLanguageTurkish
NLLanguageUkrainian
NLLanguageUrdu
NLLanguageVietnamese
NLLanguageRecognizer
+[NLLanguageRecognizer dominantLanguageForString:]
-[NLLanguageRecognizer init]
-[NLLanguageRecognizer processString:]
-[NLLanguageRecognizer reset]
NLLanguageRecognizer.dominantLanguage
-[NLLanguageRecognizer languageHypothesesWithMaximum:]
NLLanguageRecognizer.languageHints
NLLanguageRecognizer.languageConstraints
NLModelType
NLModelTypeClassifier
NLModelTypeSequence
NLModel
+[NLModel modelWithContentsOfURL:error:]
NLModel.configuration
-[NLModel predictedLabelForString:]
-[NLModel predictedLabelsForTokens:]
NLModelConfiguration
NLModelConfiguration.type
NLModelConfiguration.language
NLModelConfiguration.revision
+[NLModelConfiguration supportedRevisionsForType:]
+[NLModelConfiguration currentRevisionForType:]
NLTaggerOptions
NLTaggerOmitWords
NLTaggerOmitPunctuation
NLTaggerOmitWhitespace
NLTaggerOmitOther
NLTaggerJoinNames
NLTaggerJoinContractions
NLTagger
-[NLTagger initWithTagSchemes:]
NLTagger.tagSchemes
NLTagger.string
+[NLTagger availableTagSchemesForUnit:language:]
-[NLTagger tokenRangeAtIndex:unit:]
NLTagger.dominantLanguage
-[NLTagger enumerateTagsInRange:unit:scheme:options:usingBlock:]
-[NLTagger tagAtIndex:unit:scheme:tokenRange:]
-[NLTagger tagsInRange:unit:scheme:options:tokenRanges:]
-[NLTagger setLanguage:range:]
-[NLTagger setOrthography:range:]
-[NLTagger setModels:forTagScheme:]
-[NLTagger modelsForTagScheme:]
NLTagScheme
NLTagSchemeTokenType
NLTagSchemeLexicalClass
NLTagSchemeNameType
NLTagSchemeNameTypeOrLexicalClass
NLTagSchemeLemma
NLTagSchemeLanguage
NLTagSchemeScript
NLTag
NLTagWord
NLTagPunctuation
NLTagWhitespace
NLTagOther
NLTagNoun
NLTagVerb
NLTagAdjective
NLTagAdverb
NLTagPronoun
NLTagDeterminer
NLTagParticle
NLTagPreposition
NLTagNumber
NLTagConjunction
NLTagInterjection
NLTagClassifier
NLTagIdiom
NLTagOtherWord
NLTagSentenceTerminator
NLTagOpenQuote
NLTagCloseQuote
NLTagOpenParenthesis
NLTagCloseParenthesis
NLTagWordJoiner
NLTagDash
NLTagOtherPunctuation
NLTagParagraphBreak
NLTagOtherWhitespace
NLTagPersonalName
NLTagPlaceName
NLTagOrganizationName
NLTokenUnit
NLTokenUnitWord
NLTokenUnitSentence
NLTokenUnitParagraph
NLTokenUnitDocument
NLTokenizerAttributes
NLTokenizerAttributeNumeric
NLTokenizerAttributeSymbolic
NLTokenizerAttributeEmoji
NLTokenizer
-[NLTokenizer initWithUnit:]
NLTokenizer.unit
NLTokenizer.string
-[NLTokenizer setLanguage:]
-[NLTokenizer tokenRangeAtIndex:]
-[NLTokenizer tokensForRange:]
-[NLTokenizer enumerateTokensInRange:usingBlock:]
nw_advertise_descriptor_t
OS_nw_advertise_descriptor
nw_advertise_descriptor_create_bonjour_service()
nw_advertise_descriptor_set_txt_record()
nw_advertise_descriptor_set_no_auto_rename()
nw_advertise_descriptor_get_no_auto_rename()
nw_connection_t
OS_nw_connection
nw_connection_state_invalid
nw_connection_state_waiting
nw_connection_state_preparing
nw_connection_state_ready
nw_connection_state_failed
nw_connection_state_cancelled
nw_connection_state_t
nw_connection_create()
nw_connection_copy_endpoint()
nw_connection_copy_parameters()
nw_connection_state_changed_handler_t
nw_connection_set_state_changed_handler()
nw_connection_boolean_event_handler_t
nw_connection_set_viability_changed_handler()
nw_connection_set_better_path_available_handler()
nw_connection_path_event_handler_t
nw_connection_set_path_changed_handler()
nw_connection_set_queue()
nw_connection_start()
nw_connection_restart()
nw_connection_cancel()
nw_connection_force_cancel()
nw_connection_cancel_current_endpoint()
nw_connection_receive_completion_t
nw_connection_receive()
nw_connection_receive_message()
nw_connection_send_completion_t
#def NW_CONNECTION_SEND_TYPE_DECL
#def NW_CONNECTION_SEND_IDEMPOTENT_CONTENT
#def NW_CONTENT_CONTEXT_TYPE_DECL
#def NW_CONNECTION_DEFAULT_MESSAGE_CONTEXT
#def NW_CONNECTION_FINAL_MESSAGE_CONTEXT
#def NW_CONNECTION_DEFAULT_STREAM_CONTEXT
nw_connection_send()
nw_connection_batch()
nw_connection_copy_description()
nw_connection_copy_current_path()
nw_connection_copy_protocol_metadata()
nw_connection_get_maximum_datagram_size()
nw_content_context_t
OS_nw_content_context
nw_content_context_create()
nw_content_context_get_identifier()
nw_content_context_get_is_final()
nw_content_context_set_is_final()
nw_content_context_get_expiration_milliseconds()
nw_content_context_set_expiration_milliseconds()
nw_content_context_get_relative_priority()
nw_content_context_set_relative_priority()
nw_content_context_set_antecedent()
nw_content_context_copy_antecedent()
nw_content_context_set_metadata_for_protocol()
nw_content_context_copy_protocol_metadata()
nw_content_context_foreach_protocol_metadata()
nw_endpoint_t
OS_nw_endpoint
nw_endpoint_type_invalid
nw_endpoint_type_address
nw_endpoint_type_host
nw_endpoint_type_bonjour_service
nw_endpoint_type_t
nw_endpoint_get_type()
nw_endpoint_create_host()
nw_endpoint_get_hostname()
nw_endpoint_copy_port_string()
nw_endpoint_get_port()
nw_endpoint_create_address()
nw_endpoint_copy_address_string()
nw_endpoint_get_address()
nw_endpoint_create_bonjour_service()
nw_endpoint_get_bonjour_service_name()
nw_endpoint_get_bonjour_service_type()
nw_endpoint_get_bonjour_service_domain()
nw_error_t
OS_nw_error
nw_error_domain_invalid
nw_error_domain_posix
nw_error_domain_dns
nw_error_domain_tls
nw_error_domain_t
nw_error_get_error_domain()
nw_error_get_error_code()
kNWErrorDomainPOSIX
kNWErrorDomainDNS
kNWErrorDomainTLS
nw_error_copy_cf_error()
nw_interface_t
OS_nw_interface
nw_interface_type_other
nw_interface_type_wifi
nw_interface_type_cellular
nw_interface_type_wired
nw_interface_type_loopback
nw_interface_type_t
nw_interface_get_type()
nw_interface_get_name()
nw_interface_get_index()
nw_protocol_copy_ip_definition()
nw_ip_version_any
nw_ip_version_4
nw_ip_version_6
nw_ip_version_t
nw_ip_options_set_version()
nw_ip_options_set_hop_limit()
nw_ip_options_set_use_minimum_mtu()
nw_ip_options_set_disable_fragmentation()
nw_ip_create_metadata()
nw_protocol_metadata_is_ip()
nw_ip_ecn_flag_non_ect
nw_ip_ecn_flag_ect_0
nw_ip_ecn_flag_ect_1
nw_ip_ecn_flag_ce
nw_ip_ecn_flag_t
nw_ip_metadata_set_ecn_flag()
nw_ip_metadata_get_ecn_flag()
nw_ip_metadata_set_service_class()
nw_ip_metadata_get_service_class()
nw_listener_t
OS_nw_listener
nw_listener_state_invalid
nw_listener_state_waiting
nw_listener_state_ready
nw_listener_state_failed
nw_listener_state_cancelled
nw_listener_state_t
nw_listener_create_with_port()
nw_listener_create()
nw_listener_create_with_connection()
nw_listener_set_queue()
nw_listener_state_changed_handler_t
nw_listener_set_state_changed_handler()
nw_listener_new_connection_handler_t
nw_listener_set_new_connection_handler()
nw_listener_set_advertise_descriptor()
nw_listener_advertised_endpoint_changed_handler_t
nw_listener_set_advertised_endpoint_changed_handler()
nw_listener_get_port()
nw_listener_start()
nw_listener_cancel()
#def NW_OBJECT_DECL
#def NW_ASSUME_NONNULL_BEGIN
#def NW_ASSUME_NONNULL_END
#def NW_NONNULL_ARRAY
#def NW_RETURNS_RETAINED
#def NW_RETURNS_NOT_RETAINED
#def NW_RELEASES_ARGUMENT
#def NW_VALID_UNTIL_END_OF_SCOPE
#def NW_RETURNS_INNER_POINTER
#def NW_UNSAFE_UNRETAINED
#def NW_EXPORT
#def NW_EXPORT_PROJECT
#def NW_NOT_i386_MAC
nw_retain()
nw_release()
nw_object_t
OS_nw_object
nw_parameters_t
OS_nw_parameters
nw_protocol_stack_t
OS_nw_protocol_stack
nw_parameters_configure_protocol_block_t
#def NW_PARAMETERS_CONFIGURE_PROTOCOL_TYPE_DECL
#def NW_PARAMETERS_DEFAULT_CONFIGURATION
#def NW_PARAMETERS_DISABLE_PROTOCOL
nw_parameters_create_secure_tcp()
nw_parameters_create_secure_udp()
nw_parameters_create()
nw_parameters_copy()
nw_parameters_require_interface()
nw_parameters_copy_required_interface()
nw_parameters_prohibit_interface()
nw_parameters_clear_prohibited_interfaces()
nw_parameters_iterate_interfaces_block_t
nw_parameters_iterate_prohibited_interfaces()
nw_parameters_set_required_interface_type()
nw_parameters_get_required_interface_type()
nw_parameters_prohibit_interface_type()
nw_parameters_clear_prohibited_interface_types()
nw_parameters_iterate_interface_types_block_t
nw_parameters_iterate_prohibited_interface_types()
nw_parameters_set_prohibit_expensive()
nw_parameters_get_prohibit_expensive()
nw_parameters_set_reuse_local_address()
nw_parameters_get_reuse_local_address()
nw_parameters_set_local_endpoint()
nw_parameters_copy_local_endpoint()
nw_parameters_set_fast_open_enabled()
nw_parameters_get_fast_open_enabled()
nw_service_class_best_effort
nw_service_class_background
nw_service_class_interactive_video
nw_service_class_interactive_voice
nw_service_class_responsive_data
nw_service_class_signaling
nw_service_class_t
nw_parameters_set_service_class()
nw_parameters_get_service_class()
nw_multipath_service_disabled
nw_multipath_service_handover
nw_multipath_service_interactive
nw_multipath_service_aggregate
nw_multipath_service_t
nw_parameters_set_multipath_service()
nw_parameters_get_multipath_service()
nw_parameters_copy_default_protocol_stack()
nw_protocol_stack_prepend_application_protocol()
nw_protocol_stack_clear_application_protocols()
nw_protocol_stack_iterate_protocols_block_t
nw_protocol_stack_iterate_application_protocols()
nw_protocol_stack_copy_transport_protocol()
nw_protocol_stack_set_transport_protocol()
nw_protocol_stack_copy_internet_protocol()
nw_parameters_set_local_only()
nw_parameters_get_local_only()
nw_parameters_set_prefer_no_proxy()
nw_parameters_get_prefer_no_proxy()
nw_parameters_expired_dns_behavior_default
nw_parameters_expired_dns_behavior_allow
nw_parameters_expired_dns_behavior_prohibit
nw_parameters_expired_dns_behavior_t
nw_parameters_set_expired_dns_behavior()
nw_parameters_get_expired_dns_behavior()
nw_path_monitor_t
OS_nw_path_monitor
nw_path_monitor_create()
nw_path_monitor_create_with_type()
nw_path_monitor_cancel_handler_t
nw_path_monitor_set_cancel_handler()
nw_path_monitor_update_handler_t
nw_path_monitor_set_update_handler()
nw_path_monitor_set_queue()
nw_path_monitor_start()
nw_path_monitor_cancel()
nw_path_t
OS_nw_path
nw_path_status_invalid
nw_path_status_satisfied
nw_path_status_unsatisfied
nw_path_status_satisfiable
nw_path_status_t
nw_path_get_status()
nw_path_enumerate_interfaces_block_t
nw_path_enumerate_interfaces()
nw_path_is_equal()
nw_path_is_expensive()
nw_path_has_ipv4()
nw_path_has_ipv6()
nw_path_has_dns()
nw_path_uses_interface_type()
nw_path_copy_effective_local_endpoint()
nw_path_copy_effective_remote_endpoint()
nw_protocol_definition_t
OS_nw_protocol_definition
nw_protocol_definition_is_equal()
nw_protocol_options_t
OS_nw_protocol_options
nw_protocol_options_copy_definition()
nw_protocol_metadata_t
OS_nw_protocol_metadata
nw_protocol_metadata_copy_definition()
nw_protocol_copy_tcp_definition()
nw_tcp_create_options()
nw_tcp_options_set_no_delay()
nw_tcp_options_set_no_push()
nw_tcp_options_set_no_options()
nw_tcp_options_set_enable_keepalive()
nw_tcp_options_set_keepalive_count()
nw_tcp_options_set_keepalive_idle_time()
nw_tcp_options_set_keepalive_interval()
nw_tcp_options_set_maximum_segment_size()
nw_tcp_options_set_connection_timeout()
nw_tcp_options_set_persist_timeout()
nw_tcp_options_set_retransmit_connection_drop_time()
nw_tcp_options_set_retransmit_fin_drop()
nw_tcp_options_set_disable_ack_stretching()
nw_tcp_options_set_enable_fast_open()
nw_tcp_options_set_disable_ecn()
nw_protocol_metadata_is_tcp()
nw_tcp_get_available_receive_buffer()
nw_tcp_get_available_send_buffer()
nw_protocol_copy_tls_definition()
nw_tls_create_options()
nw_tls_copy_sec_protocol_options()
nw_protocol_metadata_is_tls()
nw_tls_copy_sec_protocol_metadata()
nw_protocol_copy_udp_definition()
nw_udp_create_options()
nw_udp_options_set_prefer_no_checksum()
nw_udp_create_metadata()
nw_protocol_metadata_is_udp()
-[NEProvider displayMessage:completionHandler:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | UILocalNotification |
EAGLGetVersion()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
EAGLContext
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glAlphaFunc()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClipPlanef()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glColor4f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFogf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFogfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFrustumf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetClipPlanef()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetLightfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetMaterialfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetTexEnvfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLightModelf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLightModelfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLightf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLightfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLoadMatrixf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMaterialf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMaterialfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMultMatrixf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMultiTexCoord4f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glNormal3f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glOrthof()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPointParameterf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPointParameterfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPointSize()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glRotatef()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glScalef()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexEnvf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexEnvfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTranslatef()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glAlphaFuncx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearColorx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearDepthx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClientActiveTexture()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClipPlanex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glColor4ub()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glColor4x()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glColorPointer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDepthRangex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDisableClientState()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glEnableClientState()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFogx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFogxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFrustumx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetClipPlanex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetFixedv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetLightxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetMaterialxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetPointerv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetTexEnviv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetTexEnvxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetTexParameterxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLightModelx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLightModelxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLightx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLightxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLineWidthx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLoadIdentity()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLoadMatrixx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLogicOp()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMaterialx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMaterialxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMatrixMode()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMultMatrixx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMultiTexCoord4x()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glNormal3x()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glNormalPointer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glOrthox()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPointParameterx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPointParameterxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPointSizex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPolygonOffsetx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPopMatrix()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPushMatrix()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glRotatex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glSampleCoveragex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glScalex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glShadeModel()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexCoordPointer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexEnvi()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexEnvx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexEnviv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexEnvxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexParameterx()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexParameterxv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTranslatex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexPointer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCurrentPaletteMatrixOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLoadPaletteFromModelViewMatrixOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMatrixIndexPointerOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glWeightPointerOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPointSizePointerOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawTexsOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawTexiOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawTexxOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawTexsvOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawTexivOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawTexxvOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawTexfOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawTexfvOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glActiveTexture()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glAttachShader()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindAttribLocation()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindBuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindFramebuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindRenderbuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindTexture()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBlendColor()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBlendEquation()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBlendEquationSeparate()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBlendFunc()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBlendFuncSeparate()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBufferData()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBufferSubData()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCheckFramebufferStatus()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClear()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearColor()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearDepthf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearStencil()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glColorMask()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCompileShader()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCompressedTexImage2D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCompressedTexSubImage2D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCopyTexImage2D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCopyTexSubImage2D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCreateProgram()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCreateShader()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCullFace()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteBuffers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteFramebuffers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteProgram()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteRenderbuffers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteShader()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteTextures()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDepthFunc()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDepthMask()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDepthRangef()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDetachShader()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDisable()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDisableVertexAttribArray()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawArrays()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawElements()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glEnable()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glEnableVertexAttribArray()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFinish()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFlush()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFramebufferRenderbuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFramebufferTexture2D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFrontFace()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenBuffers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenerateMipmap()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenFramebuffers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenRenderbuffers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenTextures()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetActiveAttrib()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetActiveUniform()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetAttachedShaders()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetAttribLocation()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetBooleanv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetBufferParameteriv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetError()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetFloatv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetFramebufferAttachmentParameteriv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetIntegerv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetProgramiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetProgramInfoLog()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetRenderbufferParameteriv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetShaderiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetShaderInfoLog()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetShaderPrecisionFormat()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetShaderSource()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetString()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetTexParameterfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetTexParameteriv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetUniformfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetUniformiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetUniformLocation()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetVertexAttribfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetVertexAttribiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetVertexAttribPointerv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glHint()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsBuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsEnabled()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsFramebuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsProgram()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsRenderbuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsShader()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsTexture()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLineWidth()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLinkProgram()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPixelStorei()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPolygonOffset()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glReadPixels()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glReleaseShaderCompiler()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glRenderbufferStorage()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glSampleCoverage()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glScissor()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glShaderBinary()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glShaderSource()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glStencilFunc()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glStencilFuncSeparate()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glStencilMask()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glStencilMaskSeparate()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glStencilOp()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glStencilOpSeparate()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexImage2D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexParameterf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexParameterfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexParameteri()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexParameteriv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexSubImage2D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform1f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform1fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform1i()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform1iv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform2f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform2fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform2i()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform2iv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform3f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform3fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform3i()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform3iv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform4f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform4fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform4i()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform4iv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix2fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix3fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix4fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUseProgram()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glValidateProgram()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttrib1f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttrib1fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttrib2f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttrib2fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttrib3f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttrib3fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttrib4f()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttrib4fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttribPointer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glViewport()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glReadBuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawRangeElements()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexImage3D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexSubImage3D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCopyTexSubImage3D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCompressedTexImage3D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCompressedTexSubImage3D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenQueries()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteQueries()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsQuery()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBeginQuery()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glEndQuery()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetQueryiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetQueryObjectuiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUnmapBuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetBufferPointerv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawBuffers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix2x3fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix3x2fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix2x4fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix4x2fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix3x4fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformMatrix4x3fv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBlitFramebuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glRenderbufferStorageMultisample()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFramebufferTextureLayer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMapBufferRange()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFlushMappedBufferRange()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindVertexArray()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteVertexArrays()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenVertexArrays()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsVertexArray()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetIntegeri_v()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBeginTransformFeedback()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glEndTransformFeedback()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindBufferRange()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindBufferBase()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTransformFeedbackVaryings()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetTransformFeedbackVarying()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttribIPointer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetVertexAttribIiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetVertexAttribIuiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttribI4i()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttribI4ui()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttribI4iv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttribI4uiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetUniformuiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetFragDataLocation()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform1ui()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform2ui()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform3ui()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform4ui()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform1uiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform2uiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform3uiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniform4uiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearBufferiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearBufferuiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearBufferfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClearBufferfi()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetStringi()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCopyBufferSubData()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetUniformIndices()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetActiveUniformsiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetUniformBlockIndex()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetActiveUniformBlockiv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetActiveUniformBlockName()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUniformBlockBinding()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawArraysInstanced()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawElementsInstanced()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFenceSync()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsSync()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteSync()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClientWaitSync()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glWaitSync()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetInteger64v()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetSynciv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetInteger64i_v()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetBufferParameteri64v()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenSamplers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteSamplers()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsSampler()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindSampler()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glSamplerParameteri()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glSamplerParameteriv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glSamplerParameterf()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glSamplerParameterfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetSamplerParameteriv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetSamplerParameterfv()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttribDivisor()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindTransformFeedback()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteTransformFeedbacks()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenTransformFeedbacks()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsTransformFeedback()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPauseTransformFeedback()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glResumeTransformFeedback()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetProgramBinary()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramBinary()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramParameteri()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glInvalidateFramebuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glInvalidateSubFramebuffer()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexStorage2D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexStorage3D()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetInternalformativ()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBlendEquationSeparateOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBlendFuncSeparateOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsRenderbufferOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindRenderbufferOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteRenderbuffersOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenRenderbuffersOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glRenderbufferStorageOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetRenderbufferParameterivOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsFramebufferOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindFramebufferOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteFramebuffersOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenFramebuffersOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCheckFramebufferStatusOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFramebufferRenderbufferOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFramebufferTexture2DOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetFramebufferAttachmentParameterivOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenerateMipmapOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
#def GLES_API_DEPRICATED
glCopyTextureLevelsAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glRenderbufferStorageMultisampleAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glResolveMultisampleFramebufferAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFenceSyncAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsSyncAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteSyncAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glClientWaitSyncAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glWaitSyncAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetInteger64vAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetSyncivAPPLE()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glLabelObjectEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetObjectLabelEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glInsertEventMarkerEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPushGroupMarkerEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glPopGroupMarkerEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDiscardFramebufferEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawArraysInstancedEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDrawElementsInstancedEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glVertexAttribDivisorEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMapBufferRangeEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glFlushMappedBufferRangeEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenQueriesEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteQueriesEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsQueryEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBeginQueryEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glEndQueryEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetQueryivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetQueryObjectuivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUseProgramStagesEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glActiveShaderProgramEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glCreateShaderProgramvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindProgramPipelineEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteProgramPipelinesEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenProgramPipelinesEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsProgramPipelineEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramParameteriEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetProgramPipelineivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glValidateProgramPipelineEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetProgramPipelineInfoLogEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform1iEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform2iEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform3iEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform4iEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform1fEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform2fEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform3fEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform4fEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform1ivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform2ivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform3ivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform4ivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform1fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform2fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform3fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform4fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix2fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix3fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix4fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glTexStorage2DEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGetBufferPointervOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glMapBufferOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glUnmapBufferOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glBindVertexArrayOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glDeleteVertexArraysOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glGenVertexArraysOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glIsVertexArrayOES()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform1uiEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform2uiEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform3uiEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform4uiEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform1uivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform2uivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform3uivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniform4uivEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix2x3fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix3x2fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix2x4fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix4x2fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix3x4fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
glProgramUniformMatrix4x3fvEXT()
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings) |
#def OPENGLES_DEPRECATED
PKAddPaymentPassStyle
PKAddPaymentPassStylePayment
PKAddPaymentPassStyleAccess
PKAddPaymentPassRequestConfiguration.style
PKPaymentButtonTypeCheckout
PKPaymentButtonTypeBook
PKPaymentButtonTypeSubscribe
PKPaymentAuthorizationViewController.delegate
Declaration | |
---|---|
From | @property (nonatomic, assign, nullable) id<PKPaymentAuthorizationViewControllerDelegate> delegate |
To | @property (nonatomic, weak, nullable) id<PKPaymentAuthorizationViewControllerDelegate> delegate |
PKPaymentButton.cornerRadius
PDFAnnotation.popup
Declaration | |
---|---|
From | @property (nonatomic, strong, nullable) PDFAnnotationPopup *popup |
To | @property (nonatomic, strong, nullable) PDFAnnotation *popup |
CAAnimationCalculationMode
CAAnimationRotationMode
CATransitionType
CATransitionSubtype
CAKeyframeAnimation.calculationMode
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *calculationMode |
To | @property (copy, nonnull) CAAnimationCalculationMode calculationMode |
CAKeyframeAnimation.rotationMode
Declaration | |
---|---|
From | @property (copy, nullable) NSString *rotationMode |
To | @property (copy, nullable) CAAnimationRotationMode rotationMode |
kCAAnimationLinear
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAnimationLinear |
To | const CAAnimationCalculationMode _Nonnull kCAAnimationLinear |
kCAAnimationDiscrete
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAnimationDiscrete |
To | const CAAnimationCalculationMode _Nonnull kCAAnimationDiscrete |
kCAAnimationPaced
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAnimationPaced |
To | const CAAnimationCalculationMode _Nonnull kCAAnimationPaced |
kCAAnimationCubic
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAnimationCubic |
To | const CAAnimationCalculationMode _Nonnull kCAAnimationCubic |
kCAAnimationCubicPaced
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAnimationCubicPaced |
To | const CAAnimationCalculationMode _Nonnull kCAAnimationCubicPaced |
kCAAnimationRotateAuto
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAnimationRotateAuto |
To | const CAAnimationRotationMode _Nonnull kCAAnimationRotateAuto |
kCAAnimationRotateAutoReverse
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAnimationRotateAutoReverse |
To | const CAAnimationRotationMode _Nonnull kCAAnimationRotateAutoReverse |
CATransition.type
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *type |
To | @property (copy, nonnull) CATransitionType type |
CATransition.subtype
Declaration | |
---|---|
From | @property (copy, nullable) NSString *subtype |
To | @property (copy, nullable) CATransitionSubtype subtype |
kCATransitionFade
Declaration | |
---|---|
From | NSString *const _Nonnull kCATransitionFade |
To | const CATransitionType _Nonnull kCATransitionFade |
kCATransitionMoveIn
Declaration | |
---|---|
From | NSString *const _Nonnull kCATransitionMoveIn |
To | const CATransitionType _Nonnull kCATransitionMoveIn |
kCATransitionPush
Declaration | |
---|---|
From | NSString *const _Nonnull kCATransitionPush |
To | const CATransitionType _Nonnull kCATransitionPush |
kCATransitionReveal
Declaration | |
---|---|
From | NSString *const _Nonnull kCATransitionReveal |
To | const CATransitionType _Nonnull kCATransitionReveal |
kCATransitionFromRight
Declaration | |
---|---|
From | NSString *const _Nonnull kCATransitionFromRight |
To | const CATransitionSubtype _Nonnull kCATransitionFromRight |
kCATransitionFromLeft
Declaration | |
---|---|
From | NSString *const _Nonnull kCATransitionFromLeft |
To | const CATransitionSubtype _Nonnull kCATransitionFromLeft |
kCATransitionFromTop
Declaration | |
---|---|
From | NSString *const _Nonnull kCATransitionFromTop |
To | const CATransitionSubtype _Nonnull kCATransitionFromTop |
kCATransitionFromBottom
Declaration | |
---|---|
From | NSString *const _Nonnull kCATransitionFromBottom |
To | const CATransitionSubtype _Nonnull kCATransitionFromBottom |
#def GET_CA_AVAIL_MACRO
#def GET_CA_AVAIL_IOS_MACRO
#def CA_CLASS_AVAILABLE
#def CA_AVAILABLE_STARTING
#def CA_AVAILABLE_STARTING1
#def CA_AVAILABLE_STARTING2
#def CA_AVAILABLE_STARTING3
#def CA_AVAILABLE_STARTING4
#def CA_CLASS_AVAILABLE_IOS
#def CA_AVAILABLE_IOS_STARTING
#def CA_AVAILABLE_IOS_STARTING1
#def CA_AVAILABLE_IOS_STARTING2
#def CA_AVAILABLE_IOS_STARTING3
#def GET_CA_AVAIL_BUT_DEPR_MACRO
#def GET_CA_AVAIL_BUT_DEPR_IOS_MACRO
#def CA_AVAILABLE_BUT_DEPRECATED
#def CA_AVAILABLE_BUT_DEPRECATED1
#def CA_AVAILABLE_BUT_DEPRECATED2
#def CA_AVAILABLE_BUT_DEPRECATED3
#def CA_AVAILABLE_BUT_DEPRECATED4
#def CA_AVAILABLE_BUT_DEPRECATED5
#def CA_AVAILABLE_BUT_DEPRECATED6
#def CA_AVAILABLE_BUT_DEPRECATED7
#def CA_AVAILABLE_BUT_DEPRECATED8
#def CA_AVAILABLE_BUT_DEPRECATED9
#def CA_AVAILABLE_BUT_DEPRECATED_IOS
#def CA_AVAILABLE_BUT_DEPRECATED_IOS1
#def CA_AVAILABLE_BUT_DEPRECATED_IOS2
#def CA_AVAILABLE_BUT_DEPRECATED_IOS3
#def CA_AVAILABLE_BUT_DEPRECATED_IOS4
#def CA_AVAILABLE_BUT_DEPRECATED_IOS5
#def CA_AVAILABLE_BUT_DEPRECATED_IOS6
#def CA_AVAILABLE_BUT_DEPRECATED_IOS7
#def CA_TESTABLE
#def CA_TESTABLE_CLASS
#def CA_BOXABLE
CAEAGLLayer
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | OpenGLES is deprecated |
CAEmitterLayerEmitterShape
CAEmitterLayerEmitterMode
CAEmitterLayerRenderMode
CAEmitterLayer.emitterShape
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *emitterShape |
To | @property (copy, nonnull) CAEmitterLayerEmitterShape emitterShape |
CAEmitterLayer.emitterMode
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *emitterMode |
To | @property (copy, nonnull) CAEmitterLayerEmitterMode emitterMode |
CAEmitterLayer.renderMode
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *renderMode |
To | @property (copy, nonnull) CAEmitterLayerRenderMode renderMode |
kCAEmitterLayerPoint
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerPoint |
To | const CAEmitterLayerEmitterShape _Nonnull kCAEmitterLayerPoint |
kCAEmitterLayerLine
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerLine |
To | const CAEmitterLayerEmitterShape _Nonnull kCAEmitterLayerLine |
kCAEmitterLayerRectangle
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerRectangle |
To | const CAEmitterLayerEmitterShape _Nonnull kCAEmitterLayerRectangle |
kCAEmitterLayerCuboid
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerCuboid |
To | const CAEmitterLayerEmitterShape _Nonnull kCAEmitterLayerCuboid |
kCAEmitterLayerCircle
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerCircle |
To | const CAEmitterLayerEmitterShape _Nonnull kCAEmitterLayerCircle |
kCAEmitterLayerSphere
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerSphere |
To | const CAEmitterLayerEmitterShape _Nonnull kCAEmitterLayerSphere |
kCAEmitterLayerPoints
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerPoints |
To | const CAEmitterLayerEmitterMode _Nonnull kCAEmitterLayerPoints |
kCAEmitterLayerOutline
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerOutline |
To | const CAEmitterLayerEmitterMode _Nonnull kCAEmitterLayerOutline |
kCAEmitterLayerSurface
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerSurface |
To | const CAEmitterLayerEmitterMode _Nonnull kCAEmitterLayerSurface |
kCAEmitterLayerVolume
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerVolume |
To | const CAEmitterLayerEmitterMode _Nonnull kCAEmitterLayerVolume |
kCAEmitterLayerUnordered
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerUnordered |
To | const CAEmitterLayerRenderMode _Nonnull kCAEmitterLayerUnordered |
kCAEmitterLayerOldestFirst
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerOldestFirst |
To | const CAEmitterLayerRenderMode _Nonnull kCAEmitterLayerOldestFirst |
kCAEmitterLayerOldestLast
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerOldestLast |
To | const CAEmitterLayerRenderMode _Nonnull kCAEmitterLayerOldestLast |
kCAEmitterLayerBackToFront
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerBackToFront |
To | const CAEmitterLayerRenderMode _Nonnull kCAEmitterLayerBackToFront |
kCAEmitterLayerAdditive
Declaration | |
---|---|
From | NSString *const _Nonnull kCAEmitterLayerAdditive |
To | const CAEmitterLayerRenderMode _Nonnull kCAEmitterLayerAdditive |
CAGradientLayerType
kCAGradientLayerRadial
kCAGradientLayerConic
CAGradientLayer.type
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *type |
To | @property (copy, nonnull) CAGradientLayerType type |
kCAGradientLayerAxial
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGradientLayerAxial |
To | const CAGradientLayerType _Nonnull kCAGradientLayerAxial |
CALayerContentsGravity
CALayerContentsFormat
CALayerContentsFilter
CALayer.sublayers
Declaration | |
---|---|
From | @property (copy, nullable) NSArray<CALayer *> *sublayers |
To | @property (copy, nullable) NSArray<__kindof CALayer *> *sublayers |
CALayer.mask
Declaration | |
---|---|
From | @property (strong, nullable) CALayer *mask |
To | @property (strong, nullable) __kindof CALayer *mask |
-[CALayer hitTest:]
Declaration | |
---|---|
From | - (nullable CALayer *)hitTest:(CGPoint)p |
To | - (nullable __kindof CALayer *)hitTest:(CGPoint)p |
CALayer.contentsGravity
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *contentsGravity |
To | @property (copy, nonnull) CALayerContentsGravity contentsGravity |
CALayer.contentsFormat
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *contentsFormat |
To | @property (copy, nonnull) CALayerContentsFormat contentsFormat |
CALayer.minificationFilter
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *minificationFilter |
To | @property (copy, nonnull) CALayerContentsFilter minificationFilter |
CALayer.magnificationFilter
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *magnificationFilter |
To | @property (copy, nonnull) CALayerContentsFilter magnificationFilter |
-[CALayer animationForKey:]
Declaration | |
---|---|
From | - (nullable CAAnimation *)animationForKey:(nonnull NSString *)key |
To | - (nullable __kindof CAAnimation *)animationForKey:(nonnull NSString *)key |
kCAGravityCenter
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityCenter |
To | const CALayerContentsGravity _Nonnull kCAGravityCenter |
kCAGravityTop
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityTop |
To | const CALayerContentsGravity _Nonnull kCAGravityTop |
kCAGravityBottom
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityBottom |
To | const CALayerContentsGravity _Nonnull kCAGravityBottom |
kCAGravityLeft
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityLeft |
To | const CALayerContentsGravity _Nonnull kCAGravityLeft |
kCAGravityRight
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityRight |
To | const CALayerContentsGravity _Nonnull kCAGravityRight |
kCAGravityTopLeft
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityTopLeft |
To | const CALayerContentsGravity _Nonnull kCAGravityTopLeft |
kCAGravityTopRight
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityTopRight |
To | const CALayerContentsGravity _Nonnull kCAGravityTopRight |
kCAGravityBottomLeft
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityBottomLeft |
To | const CALayerContentsGravity _Nonnull kCAGravityBottomLeft |
kCAGravityBottomRight
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityBottomRight |
To | const CALayerContentsGravity _Nonnull kCAGravityBottomRight |
kCAGravityResize
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityResize |
To | const CALayerContentsGravity _Nonnull kCAGravityResize |
kCAGravityResizeAspect
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityResizeAspect |
To | const CALayerContentsGravity _Nonnull kCAGravityResizeAspect |
kCAGravityResizeAspectFill
Declaration | |
---|---|
From | NSString *const _Nonnull kCAGravityResizeAspectFill |
To | const CALayerContentsGravity _Nonnull kCAGravityResizeAspectFill |
kCAContentsFormatRGBA8Uint
Declaration | |
---|---|
From | NSString *const _Nonnull kCAContentsFormatRGBA8Uint |
To | const CALayerContentsFormat _Nonnull kCAContentsFormatRGBA8Uint |
kCAContentsFormatRGBA16Float
Declaration | |
---|---|
From | NSString *const _Nonnull kCAContentsFormatRGBA16Float |
To | const CALayerContentsFormat _Nonnull kCAContentsFormatRGBA16Float |
kCAContentsFormatGray8Uint
Declaration | |
---|---|
From | NSString *const _Nonnull kCAContentsFormatGray8Uint |
To | const CALayerContentsFormat _Nonnull kCAContentsFormatGray8Uint |
kCAFilterNearest
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFilterNearest |
To | const CALayerContentsFilter _Nonnull kCAFilterNearest |
kCAFilterLinear
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFilterLinear |
To | const CALayerContentsFilter _Nonnull kCAFilterLinear |
kCAFilterTrilinear
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFilterTrilinear |
To | const CALayerContentsFilter _Nonnull kCAFilterTrilinear |
CAMediaTimingFillMode
CAMediaTiming.fillMode
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *fillMode |
To | @property (copy, nonnull) CAMediaTimingFillMode fillMode |
kCAFillModeForwards
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFillModeForwards |
To | const CAMediaTimingFillMode _Nonnull kCAFillModeForwards |
kCAFillModeBackwards
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFillModeBackwards |
To | const CAMediaTimingFillMode _Nonnull kCAFillModeBackwards |
kCAFillModeBoth
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFillModeBoth |
To | const CAMediaTimingFillMode _Nonnull kCAFillModeBoth |
kCAFillModeRemoved
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFillModeRemoved |
To | const CAMediaTimingFillMode _Nonnull kCAFillModeRemoved |
CAMediaTimingFunctionName
+[CAMediaTimingFunction functionWithName:]
Declaration | |
---|---|
From | + (nonnull instancetype)functionWithName:(nonnull NSString *)name |
To | + (nonnull instancetype)functionWithName:(nonnull CAMediaTimingFunctionName)name |
kCAMediaTimingFunctionLinear
Declaration | |
---|---|
From | NSString *const _Nonnull kCAMediaTimingFunctionLinear |
To | const CAMediaTimingFunctionName _Nonnull kCAMediaTimingFunctionLinear |
kCAMediaTimingFunctionEaseIn
Declaration | |
---|---|
From | NSString *const _Nonnull kCAMediaTimingFunctionEaseIn |
To | const CAMediaTimingFunctionName _Nonnull kCAMediaTimingFunctionEaseIn |
kCAMediaTimingFunctionEaseOut
Declaration | |
---|---|
From | NSString *const _Nonnull kCAMediaTimingFunctionEaseOut |
To | const CAMediaTimingFunctionName _Nonnull kCAMediaTimingFunctionEaseOut |
kCAMediaTimingFunctionEaseInEaseOut
Declaration | |
---|---|
From | NSString *const _Nonnull kCAMediaTimingFunctionEaseInEaseOut |
To | const CAMediaTimingFunctionName _Nonnull kCAMediaTimingFunctionEaseInEaseOut |
kCAMediaTimingFunctionDefault
Declaration | |
---|---|
From | NSString *const _Nonnull kCAMediaTimingFunctionDefault |
To | const CAMediaTimingFunctionName _Nonnull kCAMediaTimingFunctionDefault |
CAScrollLayerScrollMode
CAScrollLayer.scrollMode
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *scrollMode |
To | @property (copy, nonnull) CAScrollLayerScrollMode scrollMode |
kCAScrollNone
Declaration | |
---|---|
From | NSString *const _Nonnull kCAScrollNone |
To | const CAScrollLayerScrollMode _Nonnull kCAScrollNone |
kCAScrollVertically
Declaration | |
---|---|
From | NSString *const _Nonnull kCAScrollVertically |
To | const CAScrollLayerScrollMode _Nonnull kCAScrollVertically |
kCAScrollHorizontally
Declaration | |
---|---|
From | NSString *const _Nonnull kCAScrollHorizontally |
To | const CAScrollLayerScrollMode _Nonnull kCAScrollHorizontally |
kCAScrollBoth
Declaration | |
---|---|
From | NSString *const _Nonnull kCAScrollBoth |
To | const CAScrollLayerScrollMode _Nonnull kCAScrollBoth |
CAShapeLayerFillRule
CAShapeLayerLineJoin
CAShapeLayerLineCap
CAShapeLayer.fillRule
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *fillRule |
To | @property (copy, nonnull) CAShapeLayerFillRule fillRule |
CAShapeLayer.lineCap
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *lineCap |
To | @property (copy, nonnull) CAShapeLayerLineCap lineCap |
CAShapeLayer.lineJoin
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *lineJoin |
To | @property (copy, nonnull) CAShapeLayerLineJoin lineJoin |
kCAFillRuleNonZero
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFillRuleNonZero |
To | const CAShapeLayerFillRule _Nonnull kCAFillRuleNonZero |
kCAFillRuleEvenOdd
Declaration | |
---|---|
From | NSString *const _Nonnull kCAFillRuleEvenOdd |
To | const CAShapeLayerFillRule _Nonnull kCAFillRuleEvenOdd |
kCALineJoinMiter
Declaration | |
---|---|
From | NSString *const _Nonnull kCALineJoinMiter |
To | const CAShapeLayerLineJoin _Nonnull kCALineJoinMiter |
kCALineJoinRound
Declaration | |
---|---|
From | NSString *const _Nonnull kCALineJoinRound |
To | const CAShapeLayerLineJoin _Nonnull kCALineJoinRound |
kCALineJoinBevel
Declaration | |
---|---|
From | NSString *const _Nonnull kCALineJoinBevel |
To | const CAShapeLayerLineJoin _Nonnull kCALineJoinBevel |
kCALineCapButt
Declaration | |
---|---|
From | NSString *const _Nonnull kCALineCapButt |
To | const CAShapeLayerLineCap _Nonnull kCALineCapButt |
kCALineCapRound
Declaration | |
---|---|
From | NSString *const _Nonnull kCALineCapRound |
To | const CAShapeLayerLineCap _Nonnull kCALineCapRound |
kCALineCapSquare
Declaration | |
---|---|
From | NSString *const _Nonnull kCALineCapSquare |
To | const CAShapeLayerLineCap _Nonnull kCALineCapSquare |
CATextLayerTruncationMode
CATextLayerAlignmentMode
CATextLayer.truncationMode
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *truncationMode |
To | @property (copy, nonnull) CATextLayerTruncationMode truncationMode |
CATextLayer.alignmentMode
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *alignmentMode |
To | @property (copy, nonnull) CATextLayerAlignmentMode alignmentMode |
kCATruncationNone
Declaration | |
---|---|
From | NSString *const _Nonnull kCATruncationNone |
To | const CATextLayerTruncationMode _Nonnull kCATruncationNone |
kCATruncationStart
Declaration | |
---|---|
From | NSString *const _Nonnull kCATruncationStart |
To | const CATextLayerTruncationMode _Nonnull kCATruncationStart |
kCATruncationEnd
Declaration | |
---|---|
From | NSString *const _Nonnull kCATruncationEnd |
To | const CATextLayerTruncationMode _Nonnull kCATruncationEnd |
kCATruncationMiddle
Declaration | |
---|---|
From | NSString *const _Nonnull kCATruncationMiddle |
To | const CATextLayerTruncationMode _Nonnull kCATruncationMiddle |
kCAAlignmentNatural
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAlignmentNatural |
To | const CATextLayerAlignmentMode _Nonnull kCAAlignmentNatural |
kCAAlignmentLeft
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAlignmentLeft |
To | const CATextLayerAlignmentMode _Nonnull kCAAlignmentLeft |
kCAAlignmentRight
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAlignmentRight |
To | const CATextLayerAlignmentMode _Nonnull kCAAlignmentRight |
kCAAlignmentCenter
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAlignmentCenter |
To | const CATextLayerAlignmentMode _Nonnull kCAAlignmentCenter |
kCAAlignmentJustified
Declaration | |
---|---|
From | NSString *const _Nonnull kCAAlignmentJustified |
To | const CATextLayerAlignmentMode _Nonnull kCAAlignmentJustified |
CAValueFunctionName
+[CAValueFunction functionWithName:]
Declaration | |
---|---|
From | + (nullable instancetype)functionWithName:(nonnull NSString *)name |
To | + (nullable instancetype)functionWithName:(nonnull CAValueFunctionName)name |
CAValueFunction.name
Declaration | |
---|---|
From | @property (readonly, nonnull) NSString *name |
To | @property (readonly, nonnull) CAValueFunctionName name |
kCAValueFunctionRotateX
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionRotateX |
To | const CAValueFunctionName _Nonnull kCAValueFunctionRotateX |
kCAValueFunctionRotateY
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionRotateY |
To | const CAValueFunctionName _Nonnull kCAValueFunctionRotateY |
kCAValueFunctionRotateZ
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionRotateZ |
To | const CAValueFunctionName _Nonnull kCAValueFunctionRotateZ |
kCAValueFunctionScale
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionScale |
To | const CAValueFunctionName _Nonnull kCAValueFunctionScale |
kCAValueFunctionScaleX
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionScaleX |
To | const CAValueFunctionName _Nonnull kCAValueFunctionScaleX |
kCAValueFunctionScaleY
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionScaleY |
To | const CAValueFunctionName _Nonnull kCAValueFunctionScaleY |
kCAValueFunctionScaleZ
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionScaleZ |
To | const CAValueFunctionName _Nonnull kCAValueFunctionScaleZ |
kCAValueFunctionTranslate
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionTranslate |
To | const CAValueFunctionName _Nonnull kCAValueFunctionTranslate |
kCAValueFunctionTranslateX
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionTranslateX |
To | const CAValueFunctionName _Nonnull kCAValueFunctionTranslateX |
kCAValueFunctionTranslateY
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionTranslateY |
To | const CAValueFunctionName _Nonnull kCAValueFunctionTranslateY |
kCAValueFunctionTranslateZ
Declaration | |
---|---|
From | NSString *const _Nonnull kCAValueFunctionTranslateZ |
To | const CAValueFunctionName _Nonnull kCAValueFunctionTranslateZ |
-[QLPreviewControllerDelegate previewController:transitionImageForPreviewItem:contentRect:]
Declaration | |
---|---|
From | - (nonnull UIImage *)previewController:(nonnull QLPreviewController *)controller transitionImageForPreviewItem:(nonnull id<QLPreviewItem>)item contentRect:(nonnull CGRect *)contentRect |
To | - (nullable UIImage *)previewController:(nonnull QLPreviewController *)controller transitionImageForPreviewItem:(nonnull id<QLPreviewItem>)item contentRect:(nonnull CGRect *)contentRect |
RPBroadcastPickerView
RPBroadcastPickerView.preferredExtension
RPBroadcastPickerView.showsMicrophoneButton
SFAuthenticationErrorCanceledLogin
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use ASWebAuthenticationSessionErrorCode instead |
SFAuthenticationErrorDomain
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | ASWebAuthenticationSessionErrorDomain |
SFAuthenticationSession
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | ASWebAuthenticationSession |
#def SCN_EXPORT
SCNVector3ToFloat3()
Declaration | |
---|---|
From | vector_float3 SCNVector3ToFloat3(SCNVector3 v) |
To | simd_float3 SCNVector3ToFloat3(SCNVector3 v) |
SCNVector4ToFloat4()
Declaration | |
---|---|
From | vector_float4 SCNVector4ToFloat4(SCNVector4 v) |
To | simd_float4 SCNVector4ToFloat4(SCNVector4 v) |
SCNMatrix4ToMat4()
Declaration | |
---|---|
From | matrix_float4x4 SCNMatrix4ToMat4(SCNMatrix4 m) |
To | simd_float4x4 SCNMatrix4ToMat4(SCNMatrix4 m) |
SCNVector3FromFloat3()
Declaration | |
---|---|
From | SCNVector3 SCNVector3FromFloat3(vector_float3 v) |
To | SCNVector3 SCNVector3FromFloat3(simd_float3 v) |
SCNVector4FromFloat4()
Declaration | |
---|---|
From | SCNVector4 SCNVector4FromFloat4(vector_float4 v) |
To | SCNVector4 SCNVector4FromFloat4(simd_float4 v) |
SCNMatrix4FromMat4()
Declaration | |
---|---|
From | SCNMatrix4 SCNMatrix4FromMat4(matrix_float4x4 m) |
To | SCNMatrix4 SCNMatrix4FromMat4(simd_float4x4 m) |
#def SCNGeometryPrimitiveTypePolygon
SCNGeometryPrimitiveTypePolygon
-[SCNNode simdLookAt:]
Declaration | |
---|---|
From | - (void)simdLookAt:(vector_float3)worldTarget |
To | - (void)simdLookAt:(simd_float3)worldTarget |
-[SCNNode simdLookAt:up:localFront:]
Declaration | |
---|---|
From | - (void)simdLookAt:(vector_float3)worldTarget up:(vector_float3)worldUp localFront:(simd_float3)localFront |
To | - (void)simdLookAt:(simd_float3)worldTarget up:(simd_float3)worldUp localFront:(simd_float3)localFront |
#def SEC_OS_IPHONE_INCLUDES
SecCertificateCopyKey()
SecCertificateCopyPublicKey()
Availability | |
---|---|
From | Available |
To | Deprecated |
Replacement | |
---|---|
From | None |
To | SecCertificateCopyKey |
OS_sec_protocol_metadata
sec_protocol_metadata_t
sec_protocol_metadata_get_negotiated_protocol()
sec_protocol_metadata_copy_peer_public_key()
sec_protocol_metadata_get_negotiated_protocol_version()
sec_protocol_metadata_get_negotiated_ciphersuite()
sec_protocol_metadata_get_early_data_accepted()
sec_protocol_metadata_access_peer_certificate_chain()
sec_protocol_metadata_access_ocsp_response()
sec_protocol_metadata_access_supported_signature_algorithms()
sec_protocol_metadata_access_distinguished_names()
sec_protocol_metadata_peers_are_equal()
sec_protocol_metadata_challenge_parameters_are_equal()
sec_protocol_metadata_create_secret()
sec_protocol_metadata_create_secret_with_context()
#def SEC_OBJECT_DECL
#def SEC_ASSUME_NONNULL_BEGIN
#def SEC_ASSUME_NONNULL_END
#def SEC_RETURNS_RETAINED
sec_retain()
sec_release()
OS_sec_object
sec_object_t
OS_sec_protocol_options
sec_protocol_options_t
sec_protocol_options_set_local_identity()
sec_protocol_options_add_tls_ciphersuite()
sec_protocol_options_add_tls_ciphersuite_group()
sec_protocol_options_set_tls_min_version()
sec_protocol_options_set_tls_max_version()
sec_protocol_options_add_tls_application_protocol()
sec_protocol_options_set_tls_server_name()
sec_protocol_options_set_tls_diffie_hellman_parameters()
sec_protocol_options_add_pre_shared_key()
sec_protocol_options_set_tls_tickets_enabled()
sec_protocol_options_set_tls_is_fallback_attempt()
sec_protocol_options_set_tls_resumption_enabled()
sec_protocol_options_set_tls_false_start_enabled()
sec_protocol_options_set_tls_ocsp_enabled()
sec_protocol_options_set_tls_sct_enabled()
sec_protocol_options_set_tls_renegotiation_enabled()
sec_protocol_options_set_peer_authentication_required()
sec_protocol_key_update_complete_t
sec_protocol_key_update_t
sec_protocol_challenge_complete_t
sec_protocol_challenge_t
sec_protocol_verify_complete_t
sec_protocol_verify_t
sec_protocol_options_set_key_update_block()
sec_protocol_options_set_challenge_block()
sec_protocol_options_set_verify_block()
OS_sec_trust
sec_trust_t
OS_sec_identity
sec_identity_t
OS_sec_certificate
sec_certificate_t
sec_trust_create()
sec_trust_copy_ref()
sec_identity_create()
sec_identity_create_with_certificates()
sec_identity_copy_ref()
sec_identity_copy_certificates_ref()
sec_certificate_create()
sec_certificate_copy_ref()
SecTrustEvaluateWithError()
SecTrustEvaluate()
Declaration | |
---|---|
From | OSStatus SecTrustEvaluate(SecTrustRef _Nonnull trust, SecTrustResultType * _Nullable result) |
To | OSStatus SecTrustEvaluate(SecTrustRef _Nonnull trust, SecTrustResultType * _Nonnull result) |
SSLCiphersuiteGroup
kSSLCiphersuiteGroupDefault
kSSLCiphersuiteGroupCompatibility
kSSLCiphersuiteGroupLegacy
kSSLCiphersuiteGroupATS
kSSLCiphersuiteGroupATSCompatibility
SKAction
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKAttribute
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
SKAttributeValue
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
SKAudioNode
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
SKRange
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKConstraint
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKKeyframeSequence
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
+[SKNode nodeWithFileNamed:securelyWithClasses:andError:]
SKNode
Protocols | |
---|---|
From | NSCoding, NSCopying, UIFocusItem |
To | NSCopying, NSSecureCoding, UIFocusItem |
SKPhysicsBody
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKPhysicsJoint
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
SKPhysicsWorld
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
SKReachConstraints
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
SKRegion
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKShader
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKTexture
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKTextureAtlas
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
SKTileDefinition
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKTileMapNode
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKTileSet
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKTileGroup
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKTileGroupRule
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKUniform
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKWarpGeometry
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSCopying, NSSecureCoding |
SKWarpGeometryGrid
Protocols | |
---|---|
From | NSCoding |
To | NSSecureCoding |
SKDownload.state
SKDownload.downloadState
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use [SKDownload state] instead |
SKMutablePayment.applicationUsername
Declaration | |
---|---|
From | @property (nonatomic, readwrite, copy, nonnull) NSString *applicationUsername |
To | @property (nonatomic, readwrite, copy, nullable) NSString *applicationUsername |
SKProduct.subscriptionGroupIdentifier
SKStoreProductViewController.delegate
Declaration | |
---|---|
From | @property (nonatomic, assign, nullable) id<SKStoreProductViewControllerDelegate> delegate |
To | @property (nonatomic, weak, nullable) id<SKStoreProductViewControllerDelegate> delegate |
#def SK_EXTERN_CLASS_AVAILABLE_MAC
#def SK_EXTERN_CLASS_AVAILABLE_IOS
kSCPreferencesNotificationCommit
kSCPreferencesNotificationApply
kSCStatusConnectionNoService
kSCStatusConnectionIgnore
UIDocumentBrowserActionAvailability
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserAction.h |
To | UIDocumentBrowserAction.h |
UIDocumentBrowserActionAvailabilityMenu
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserAction.h |
To | UIDocumentBrowserAction.h |
UIDocumentBrowserActionAvailabilityNavigationBar
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserAction.h |
To | UIDocumentBrowserAction.h |
UIDocumentBrowserAction
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserAction.h |
To | UIDocumentBrowserAction.h |
UIDocumentBrowserActionAvailability
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserAction.h |
To | UIDocumentBrowserAction.h |
UIDocumentBrowserActionAvailabilityMenu
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserAction.h |
To | UIDocumentBrowserAction.h |
UIDocumentBrowserActionAvailabilityNavigationBar
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserAction.h |
To | UIDocumentBrowserAction.h |
UIDocumentBrowserAction
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserAction.h |
To | UIDocumentBrowserAction.h |
UIDocumentBrowserErrorDomain
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserErrorCode
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserErrorGeneric
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserImportMode
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserImportModeNone
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserImportModeCopy
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserImportModeMove
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserUserInterfaceStyle
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserUserInterfaceStyleWhite
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserUserInterfaceStyleLight
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserUserInterfaceStyleDark
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserViewController
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserViewControllerDelegate
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserTransitionController
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserErrorDomain
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserErrorCode
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserErrorGeneric
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserImportMode
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserImportModeNone
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserImportModeCopy
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserImportModeMove
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserUserInterfaceStyle
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserUserInterfaceStyleWhite
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserUserInterfaceStyleLight
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserUserInterfaceStyleDark
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserViewController
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserViewControllerDelegate
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
UIDocumentBrowserTransitionController
Header | |
---|---|
From | ../Frameworks/DocumentManager.framework/Headers/UIDocumentBrowserViewController.h |
To | UIDocumentBrowserViewController.h |
NSUnderlinePatternSolid
NSUnderlinePatternDot
NSUnderlinePatternDash
NSUnderlinePatternDashDot
NSUnderlinePatternDashDotDot
NSUnderlineByWord
NSUnderlineStylePatternSolid
NSUnderlineStylePatternDot
NSUnderlineStylePatternDash
NSUnderlineStylePatternDashDot
NSUnderlineStylePatternDashDotDot
NSUnderlineStyleByWord
NSUnderlinePatternSolid
NSUnderlinePatternDot
NSUnderlinePatternDash
NSUnderlinePatternDashDot
NSUnderlinePatternDashDotDot
NSUnderlineByWord
-[NSObject accessibilityAssistiveTechnologyFocusedIdentifiers]
Declaration | |
---|---|
From | - (nullable NSSet<NSString *> *)accessibilityAssistiveTechnologyFocusedIdentifiers |
To | - (nullable NSSet<UIAccessibilityAssistiveTechnologyIdentifier> *)accessibilityAssistiveTechnologyFocusedIdentifiers |
UIAccessibilityFocusedElement()
Declaration | |
---|---|
From | id _Nullable UIAccessibilityFocusedElement(NSString * _Nullable assistiveTechnologyIdentifier) |
To | id _Nullable UIAccessibilityFocusedElement(UIAccessibilityAssistiveTechnologyIdentifier _Nullable assistiveTechnologyIdentifier) |
UIAccessibilityMonoAudioStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityMonoAudioStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityMonoAudioStatusDidChangeNotification |
UIAccessibilityClosedCaptioningStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityClosedCaptioningStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityClosedCaptioningStatusDidChangeNotification |
UIAccessibilityInvertColorsStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityInvertColorsStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityInvertColorsStatusDidChangeNotification |
UIAccessibilityGuidedAccessStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityGuidedAccessStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityGuidedAccessStatusDidChangeNotification |
UIAccessibilityBoldTextStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityBoldTextStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityBoldTextStatusDidChangeNotification |
UIAccessibilityGrayscaleStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityGrayscaleStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityGrayscaleStatusDidChangeNotification |
UIAccessibilityReduceTransparencyStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityReduceTransparencyStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityReduceTransparencyStatusDidChangeNotification |
UIAccessibilityReduceMotionStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityReduceMotionStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityReduceMotionStatusDidChangeNotification |
UIAccessibilityDarkerSystemColorsStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityDarkerSystemColorsStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityDarkerSystemColorsStatusDidChangeNotification |
UIAccessibilitySwitchControlStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilitySwitchControlStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilitySwitchControlStatusDidChangeNotification |
UIAccessibilitySpeakSelectionStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilitySpeakSelectionStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilitySpeakSelectionStatusDidChangeNotification |
UIAccessibilitySpeakScreenStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilitySpeakScreenStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilitySpeakScreenStatusDidChangeNotification |
UIAccessibilityShakeToUndoDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityShakeToUndoDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityShakeToUndoDidChangeNotification |
UIAccessibilityAssistiveTouchStatusDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityAssistiveTouchStatusDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityAssistiveTouchStatusDidChangeNotification |
UIAccessibilityHearingDevicePairedEarDidChangeNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityHearingDevicePairedEarDidChangeNotification |
To | const NSNotificationName _Nonnull UIAccessibilityHearingDevicePairedEarDidChangeNotification |
UIAccessibilityAssistiveTechnologyIdentifier
UIAccessibilityAnnouncementDidFinishNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityAnnouncementDidFinishNotification |
To | const NSNotificationName _Nonnull UIAccessibilityAnnouncementDidFinishNotification |
UIAccessibilityElementFocusedNotification
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityElementFocusedNotification |
To | const NSNotificationName _Nonnull UIAccessibilityElementFocusedNotification |
UIAccessibilityNotificationSwitchControlIdentifier
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityNotificationSwitchControlIdentifier |
To | const UIAccessibilityAssistiveTechnologyIdentifier _Nonnull UIAccessibilityNotificationSwitchControlIdentifier |
UIAccessibilityNotificationVoiceOverIdentifier
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityNotificationVoiceOverIdentifier |
To | const UIAccessibilityAssistiveTechnologyIdentifier _Nonnull UIAccessibilityNotificationVoiceOverIdentifier |
UIAccessibilitySpeechAttributePunctuation
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilitySpeechAttributePunctuation |
To | const NSAttributedStringKey _Nonnull UIAccessibilitySpeechAttributePunctuation |
UIAccessibilitySpeechAttributeLanguage
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilitySpeechAttributeLanguage |
To | const NSAttributedStringKey _Nonnull UIAccessibilitySpeechAttributeLanguage |
UIAccessibilitySpeechAttributePitch
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilitySpeechAttributePitch |
To | const NSAttributedStringKey _Nonnull UIAccessibilitySpeechAttributePitch |
UIAccessibilitySpeechAttributeQueueAnnouncement
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilitySpeechAttributeQueueAnnouncement |
To | const NSAttributedStringKey _Nonnull UIAccessibilitySpeechAttributeQueueAnnouncement |
UIAccessibilitySpeechAttributeIPANotation
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilitySpeechAttributeIPANotation |
To | const NSAttributedStringKey _Nonnull UIAccessibilitySpeechAttributeIPANotation |
UIAccessibilityTextAttributeHeadingLevel
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityTextAttributeHeadingLevel |
To | const NSAttributedStringKey _Nonnull UIAccessibilityTextAttributeHeadingLevel |
UIAccessibilityTextAttributeCustom
Declaration | |
---|---|
From | NSString *const _Nonnull UIAccessibilityTextAttributeCustom |
To | const NSAttributedStringKey _Nonnull UIAccessibilityTextAttributeCustom |
#def UIDeviceOrientationIsValidInterfaceOrientation
UIApplicationOpenExternalURLOptionsKey
-[UIApplication openURL:options:completionHandler:]
Declaration | |
---|---|
From | - (void)openURL:(nonnull NSURL *)url options:(nonnull NSDictionary<NSString *,id> *)options completionHandler:(nullable void (^)(BOOL))completion |
To | - (void)openURL:(nonnull NSURL *)url options:(nonnull NSDictionary<UIApplicationOpenExternalURLOptionsKey,id> *)options completionHandler:(nullable void (^)(BOOL))completion |
-[UIApplicationDelegate application:viewControllerWithRestorationIdentifierPath:coder:]
Declaration | |
---|---|
From | - (nullable UIViewController *)application:(nonnull UIApplication *)application viewControllerWithRestorationIdentifierPath:(nonnull NSArray *)identifierComponents coder:(nonnull NSCoder *)coder |
To | - (nullable UIViewController *)application:(nonnull UIApplication *)application viewControllerWithRestorationIdentifierPath:(nonnull NSArray<NSString *> *)identifierComponents coder:(nonnull NSCoder *)coder |
-[UIApplicationDelegate application:continueUserActivity:restorationHandler:]
Declaration | |
---|---|
From | - (BOOL)application:(nonnull UIApplication *)application continueUserActivity:(nonnull NSUserActivity *)userActivity restorationHandler:(nonnull void (^)(NSArray * _Nullable))restorationHandler |
To | - (BOOL)application:(nonnull UIApplication *)application continueUserActivity:(nonnull NSUserActivity *)userActivity restorationHandler:(nonnull void (^)(NSArray<id<UIUserActivityRestoring>> * _Nullable))restorationHandler |
UIApplicationMain()
Declaration | |
---|---|
From | int UIApplicationMain(int argc, char * _Nonnull * _Null_unspecified argv, NSString * _Nullable principalClassName, NSString * _Nullable delegateClassName) |
To | int UIApplicationMain(int argc, char * _Nullable _Nonnull[] argv, NSString * _Nullable principalClassName, NSString * _Nullable delegateClassName) |
UIApplicationOpenURLOptionUniversalLinksOnly
Declaration | |
---|---|
From | NSString *const _Nonnull UIApplicationOpenURLOptionUniversalLinksOnly |
To | const UIApplicationOpenExternalURLOptionsKey _Nonnull UIApplicationOpenURLOptionUniversalLinksOnly |
-[UIApplicationShortcutItem initWithType:localizedTitle:localizedSubtitle:icon:userInfo:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithType:(nonnull NSString *)type localizedTitle:(nonnull NSString *)localizedTitle localizedSubtitle:(nullable NSString *)localizedSubtitle icon:(nullable UIApplicationShortcutIcon *)icon userInfo:(nullable NSDictionary *)userInfo |
To | - (nonnull instancetype)initWithType:(nonnull NSString *)type localizedTitle:(nonnull NSString *)localizedTitle localizedSubtitle:(nullable NSString *)localizedSubtitle icon:(nullable UIApplicationShortcutIcon *)icon userInfo:(nullable NSDictionary<NSString *,id<NSSecureCoding>> *)userInfo |
-[UIBarItem titleTextAttributesForState:]
Declaration | |
---|---|
From | - (nullable NSDictionary<NSString *,id> *)titleTextAttributesForState:(UIControlState)state |
To | - (nullable NSDictionary<NSAttributedStringKey,id> *)titleTextAttributesForState:(UIControlState)state |
UICollectionViewController.collectionView
Declaration | |
---|---|
From | @property (nonatomic, strong, nullable) __kindof UICollectionView *collectionView |
To | @property (nonatomic, strong, null_resettable) __kindof UICollectionView *collectionView |
UIContextualAction.backgroundColor
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) UIColor *backgroundColor |
To | @property (nonatomic, copy, null_resettable) UIColor *backgroundColor |
UIDeviceOrientationIsFlat()
UIDeviceOrientationIsValidInterfaceOrientation()
UIDocument
Protocols | |
---|---|
From | NSFilePresenter, NSProgressReporting |
To | NSFilePresenter, NSProgressReporting, UIUserActivityRestoring |
-[UIDocument writeContents:andAttributes:safelyToURL:forSaveOperation:error:]
Declaration | |
---|---|
From | - (BOOL)writeContents:(nonnull id)contents andAttributes:(nullable NSDictionary *)additionalFileAttributes safelyToURL:(nonnull NSURL *)url forSaveOperation:(UIDocumentSaveOperation)saveOperation error:(nullable NSError * _Nullable *)outError |
To | - (BOOL)writeContents:(nonnull id)contents andAttributes:(nullable NSDictionary<NSFileAttributeKey,id> *)additionalFileAttributes safelyToURL:(nonnull NSURL *)url forSaveOperation:(UIDocumentSaveOperation)saveOperation error:(nullable NSError * _Nullable *)outError |
-[UIDocument fileAttributesToWriteToURL:forSaveOperation:error:]
Declaration | |
---|---|
From | - (nullable NSDictionary *)fileAttributesToWriteToURL:(nonnull NSURL *)url forSaveOperation:(UIDocumentSaveOperation)saveOperation error:(nullable NSError * _Nullable *)outError |
To | - (nullable NSDictionary<NSFileAttributeKey,id> *)fileAttributesToWriteToURL:(nonnull NSURL *)url forSaveOperation:(UIDocumentSaveOperation)saveOperation error:(nullable NSError * _Nullable *)outError |
UIFocusEnvironment.parentFocusEnvironment
UIFocusEnvironment.focusItemContainer
UIFocusItem.frame
-[UIFocusItem didHintFocusMovement:]
UIFocusItemContainer
UIFocusItemContainer.coordinateSpace
-[UIFocusItemContainer focusItemsInRect:]
UIFocusItemScrollableContainer
UIFocusItemScrollableContainer.contentOffset
UIFocusItemScrollableContainer.contentSize
UIFocusItemScrollableContainer.visibleSize
UIFocusMovementHint
UIFocusMovementHint.movementDirection
UIFocusMovementHint.perspectiveTransform
UIFocusMovementHint.rotation
UIFocusMovementHint.translation
UIFocusMovementHint.interactionTransform
UIFocusSystem.focusedItem
+[UIFocusSystem focusSystemForEnvironment:]
-[UIFocusSystem requestFocusUpdateToEnvironment:]
-[UIFocusSystem updateFocusIfNeeded]
UIFontSymbolicTrait
Declaration | |
---|---|
From | const UIFontDescriptorAttributeName _Nonnull UIFontSymbolicTrait |
To | const UIFontDescriptorTraitKey _Nonnull UIFontSymbolicTrait |
UIGraphicsImageRendererFormatRange
UIGraphicsImageRendererFormatRangeUnspecified
UIGraphicsImageRendererFormatRangeAutomatic
UIGraphicsImageRendererFormatRangeExtended
UIGraphicsImageRendererFormatRangeStandard
UIGraphicsImageRendererFormat.preferredRange
UIGraphicsImageRendererFormat.prefersExtendedRange
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | Use the preferredRange property instead |
UIImagePickerControllerInfoKey
UIImagePickerControllerMediaType
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerMediaType |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerMediaType |
UIImagePickerControllerOriginalImage
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerOriginalImage |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerOriginalImage |
UIImagePickerControllerEditedImage
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerEditedImage |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerEditedImage |
UIImagePickerControllerCropRect
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerCropRect |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerCropRect |
UIImagePickerControllerMediaURL
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerMediaURL |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerMediaURL |
UIImagePickerControllerReferenceURL
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerReferenceURL |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerReferenceURL |
UIImagePickerControllerMediaMetadata
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerMediaMetadata |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerMediaMetadata |
UIImagePickerControllerLivePhoto
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerLivePhoto |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerLivePhoto |
UIImagePickerControllerPHAsset
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerPHAsset |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerPHAsset |
UIImagePickerControllerImageURL
Declaration | |
---|---|
From | NSString *const _Nonnull UIImagePickerControllerImageURL |
To | const UIImagePickerControllerInfoKey _Nonnull UIImagePickerControllerImageURL |
-[UIImagePickerControllerDelegate imagePickerController:didFinishPickingImage:editingInfo:]
Declaration | |
---|---|
From | - (void)imagePickerController:(nonnull UIImagePickerController *)picker didFinishPickingImage:(nonnull UIImage *)image editingInfo:(nullable NSDictionary<NSString *,id> *)editingInfo |
To | - (void)imagePickerController:(nonnull UIImagePickerController *)picker didFinishPickingImage:(nonnull UIImage *)image editingInfo:(nullable NSDictionary<UIImagePickerControllerInfoKey,id> *)editingInfo |
-[UIImagePickerControllerDelegate imagePickerController:didFinishPickingMediaWithInfo:]
Declaration | |
---|---|
From | - (void)imagePickerController:(nonnull UIImagePickerController *)picker didFinishPickingMediaWithInfo:(nonnull NSDictionary<NSString *,id> *)info |
To | - (void)imagePickerController:(nonnull UIImagePickerController *)picker didFinishPickingMediaWithInfo:(nonnull NSDictionary<UIImagePickerControllerInfoKey,id> *)info |
UIUserInterfaceStyleUnspecified
UIUserInterfaceStyleLight
UIUserInterfaceStyleDark
UIKitVersionNumber
UIKitVersionString
#def UIKIT_SWIFT_FORWARD_DECLARE
UILongPressGestureRecognizer.minimumPressDuration
Declaration | |
---|---|
From | @property (nonatomic) CFTimeInterval minimumPressDuration |
To | @property (nonatomic) NSTimeInterval minimumPressDuration |
-[UINib instantiateWithOwner:options:]
Declaration | |
---|---|
From | - (nonnull NSArray *)instantiateWithOwner:(nullable id)ownerOrNil options:(nullable NSDictionary *)optionsOrNil |
To | - (nonnull NSArray *)instantiateWithOwner:(nullable id)ownerOrNil options:(nullable NSDictionary<UINibOptionsKey,id> *)optionsOrNil |
UINibOptionsKey
UINibExternalObjects
Declaration | |
---|---|
From | NSString *const _Nonnull UINibExternalObjects |
To | const UINibOptionsKey _Nonnull UINibExternalObjects |
-[NSBundle loadNibNamed:owner:options:]
Declaration | |
---|---|
From | - (nullable NSArray *)loadNibNamed:(nonnull NSString *)name owner:(nullable id)owner options:(nullable NSDictionary *)options |
To | - (nullable NSArray *)loadNibNamed:(nonnull NSString *)name owner:(nullable id)owner options:(nullable NSDictionary<UINibOptionsKey,id> *)options |
UIPageViewControllerOptionsKey
UIPageViewControllerOptionSpineLocationKey
Declaration | |
---|---|
From | NSString *const _Nonnull UIPageViewControllerOptionSpineLocationKey |
To | const UIPageViewControllerOptionsKey _Nonnull UIPageViewControllerOptionSpineLocationKey |
UIPageViewControllerOptionInterPageSpacingKey
Declaration | |
---|---|
From | NSString *const _Nonnull UIPageViewControllerOptionInterPageSpacingKey |
To | const UIPageViewControllerOptionsKey _Nonnull UIPageViewControllerOptionInterPageSpacingKey |
-[UIPageViewController initWithTransitionStyle:navigationOrientation:options:]
Declaration | |
---|---|
From | - (nonnull instancetype)initWithTransitionStyle:(UIPageViewControllerTransitionStyle)style navigationOrientation:(UIPageViewControllerNavigationOrientation)navigationOrientation options:(nullable NSDictionary<NSString *,id> *)options |
To | - (nonnull instancetype)initWithTransitionStyle:(UIPageViewControllerTransitionStyle)style navigationOrientation:(UIPageViewControllerNavigationOrientation)navigationOrientation options:(nullable NSDictionary<UIPageViewControllerOptionsKey,id> *)options |
-[UIPasteboard dataForPasteboardType:inItemSet:]
Declaration | |
---|---|
From | - (nullable NSArray *)dataForPasteboardType:(nonnull NSString *)pasteboardType inItemSet:(nullable NSIndexSet *)itemSet |
To | - (nullable NSArray<NSData *> *)dataForPasteboardType:(nonnull NSString *)pasteboardType inItemSet:(nullable NSIndexSet *)itemSet |
UIPrintErrorCode
UIResponder
Protocols | |
---|---|
From | UIPasteConfigurationSupporting, UIResponderStandardEditActions |
To | UIPasteConfigurationSupporting, UIResponderStandardEditActions, UIUserActivityRestoring |
UIScrollViewDecelerationRate
UIScrollViewDecelerationRateNormal
Declaration | |
---|---|
From | const CGFloat UIScrollViewDecelerationRateNormal |
To | const UIScrollViewDecelerationRate UIScrollViewDecelerationRateNormal |
UIScrollViewDecelerationRateFast
Declaration | |
---|---|
From | const CGFloat UIScrollViewDecelerationRateFast |
To | const UIScrollViewDecelerationRate UIScrollViewDecelerationRateFast |
UIScrollView
Protocols | |
---|---|
From | NSCoding |
To | NSCoding, UIFocusItemScrollableContainer |
UIScrollView.decelerationRate
Declaration | |
---|---|
From | @property (nonatomic) CGFloat decelerationRate |
To | @property (nonatomic) UIScrollViewDecelerationRate decelerationRate |
-[UISearchBar setScopeBarButtonTitleTextAttributes:forState:]
Declaration | |
---|---|
From | - (void)setScopeBarButtonTitleTextAttributes:(nullable NSDictionary<NSString *,id> *)attributes forState:(UIControlState)state |
To | - (void)setScopeBarButtonTitleTextAttributes:(nullable NSDictionary<NSAttributedStringKey,id> *)attributes forState:(UIControlState)state |
-[UISearchBar scopeBarButtonTitleTextAttributesForState:]
Declaration | |
---|---|
From | - (nullable NSDictionary<NSString *,id> *)scopeBarButtonTitleTextAttributesForState:(UIControlState)state |
To | - (nullable NSDictionary<NSAttributedStringKey,id> *)scopeBarButtonTitleTextAttributesForState:(UIControlState)state |
-[UISegmentedControl setTitleTextAttributes:forState:]
Declaration | |
---|---|
From | - (void)setTitleTextAttributes:(nullable NSDictionary *)attributes forState:(UIControlState)state |
To | - (void)setTitleTextAttributes:(nullable NSDictionary<NSAttributedStringKey,id> *)attributes forState:(UIControlState)state |
-[UISegmentedControl titleTextAttributesForState:]
Declaration | |
---|---|
From | - (nullable NSDictionary *)titleTextAttributesForState:(UIControlState)state |
To | - (nullable NSDictionary<NSAttributedStringKey,id> *)titleTextAttributesForState:(UIControlState)state |
+[UIViewControllerRestoration viewControllerWithRestorationIdentifierPath:coder:]
Declaration | |
---|---|
From | + (nullable UIViewController *)viewControllerWithRestorationIdentifierPath:(nonnull NSArray *)identifierComponents coder:(nonnull NSCoder *)coder |
To | + (nullable UIViewController *)viewControllerWithRestorationIdentifierPath:(nonnull NSArray<NSString *> *)identifierComponents coder:(nonnull NSCoder *)coder |
-[UITabBarItem setBadgeTextAttributes:forState:]
Declaration | |
---|---|
From | - (void)setBadgeTextAttributes:(nullable NSDictionary<NSString *,id> *)textAttributes forState:(UIControlState)state |
To | - (void)setBadgeTextAttributes:(nullable NSDictionary<NSAttributedStringKey,id> *)textAttributes forState:(UIControlState)state |
-[UITabBarItem badgeTextAttributesForState:]
Declaration | |
---|---|
From | - (nullable NSDictionary<NSString *,id> *)badgeTextAttributesForState:(UIControlState)state |
To | - (nullable NSDictionary<NSAttributedStringKey,id> *)badgeTextAttributesForState:(UIControlState)state |
UITextField.defaultTextAttributes
Declaration | |
---|---|
From | @property (nonatomic, copy, nonnull) NSDictionary<NSString *,id> *defaultTextAttributes |
To | @property (nonatomic, copy, nonnull) NSDictionary<NSAttributedStringKey,id> *defaultTextAttributes |
UITextField.typingAttributes
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSDictionary<NSString *,id> *typingAttributes |
To | @property (nonatomic, copy, nullable) NSDictionary<NSAttributedStringKey,id> *typingAttributes |
UITextInput.markedTextStyle
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSDictionary *markedTextStyle |
To | @property (nonatomic, copy, nullable) NSDictionary<NSAttributedStringKey,id> *markedTextStyle |
-[UITextInput selectionRectsForRange:]
Declaration | |
---|---|
From | - (nonnull NSArray *)selectionRectsForRange:(nonnull UITextRange *)range |
To | - (nonnull NSArray<UITextSelectionRect *> *)selectionRectsForRange:(nonnull UITextRange *)range |
-[UITextInput textStylingAtPosition:inDirection:]
Declaration | |
---|---|
From | - (nullable NSDictionary<NSString *,id> *)textStylingAtPosition:(nonnull UITextPosition *)position inDirection:(UITextStorageDirection)direction |
To | - (nullable NSDictionary<NSAttributedStringKey,id> *)textStylingAtPosition:(nonnull UITextPosition *)position inDirection:(UITextStorageDirection)direction |
UITextInputPasswordRules
UITextInputPasswordRules.passwordRulesDescriptor
+[UITextInputPasswordRules passwordRulesWithDescriptor:]
UITextInputTraits.passwordRules
UITextContentTypeNewPassword
UITextContentTypeOneTimeCode
UITextInputTraits.textContentType
Declaration | |
---|---|
From | @property (nonatomic, copy) UITextContentType textContentType |
To | @property (nonatomic, copy, null_unspecified) UITextContentType textContentType |
UITextContentTypeName
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeName |
To | const UITextContentType _Nonnull UITextContentTypeName |
UITextContentTypeNamePrefix
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeNamePrefix |
To | const UITextContentType _Nonnull UITextContentTypeNamePrefix |
UITextContentTypeGivenName
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeGivenName |
To | const UITextContentType _Nonnull UITextContentTypeGivenName |
UITextContentTypeMiddleName
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeMiddleName |
To | const UITextContentType _Nonnull UITextContentTypeMiddleName |
UITextContentTypeFamilyName
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeFamilyName |
To | const UITextContentType _Nonnull UITextContentTypeFamilyName |
UITextContentTypeNameSuffix
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeNameSuffix |
To | const UITextContentType _Nonnull UITextContentTypeNameSuffix |
UITextContentTypeNickname
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeNickname |
To | const UITextContentType _Nonnull UITextContentTypeNickname |
UITextContentTypeJobTitle
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeJobTitle |
To | const UITextContentType _Nonnull UITextContentTypeJobTitle |
UITextContentTypeOrganizationName
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeOrganizationName |
To | const UITextContentType _Nonnull UITextContentTypeOrganizationName |
UITextContentTypeLocation
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeLocation |
To | const UITextContentType _Nonnull UITextContentTypeLocation |
UITextContentTypeFullStreetAddress
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeFullStreetAddress |
To | const UITextContentType _Nonnull UITextContentTypeFullStreetAddress |
UITextContentTypeStreetAddressLine1
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeStreetAddressLine1 |
To | const UITextContentType _Nonnull UITextContentTypeStreetAddressLine1 |
UITextContentTypeStreetAddressLine2
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeStreetAddressLine2 |
To | const UITextContentType _Nonnull UITextContentTypeStreetAddressLine2 |
UITextContentTypeAddressCity
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeAddressCity |
To | const UITextContentType _Nonnull UITextContentTypeAddressCity |
UITextContentTypeAddressState
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeAddressState |
To | const UITextContentType _Nonnull UITextContentTypeAddressState |
UITextContentTypeAddressCityAndState
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeAddressCityAndState |
To | const UITextContentType _Nonnull UITextContentTypeAddressCityAndState |
UITextContentTypeSublocality
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeSublocality |
To | const UITextContentType _Nonnull UITextContentTypeSublocality |
UITextContentTypeCountryName
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeCountryName |
To | const UITextContentType _Nonnull UITextContentTypeCountryName |
UITextContentTypePostalCode
Declaration | |
---|---|
From | const UITextContentType UITextContentTypePostalCode |
To | const UITextContentType _Nonnull UITextContentTypePostalCode |
UITextContentTypeTelephoneNumber
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeTelephoneNumber |
To | const UITextContentType _Nonnull UITextContentTypeTelephoneNumber |
UITextContentTypeEmailAddress
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeEmailAddress |
To | const UITextContentType _Nonnull UITextContentTypeEmailAddress |
UITextContentTypeURL
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeURL |
To | const UITextContentType _Nonnull UITextContentTypeURL |
UITextContentTypeCreditCardNumber
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeCreditCardNumber |
To | const UITextContentType _Nonnull UITextContentTypeCreditCardNumber |
UITextContentTypeUsername
Declaration | |
---|---|
From | const UITextContentType UITextContentTypeUsername |
To | const UITextContentType _Nonnull UITextContentTypeUsername |
UITextContentTypePassword
Declaration | |
---|---|
From | const UITextContentType UITextContentTypePassword |
To | const UITextContentType _Nonnull UITextContentTypePassword |
UITextItemInteraction
Header | |
---|---|
From | UITextInteraction.h |
To | UITextItemInteraction.h |
UITextItemInteractionInvokeDefaultAction
Header | |
---|---|
From | UITextInteraction.h |
To | UITextItemInteraction.h |
UITextItemInteractionPresentActions
Header | |
---|---|
From | UITextInteraction.h |
To | UITextItemInteraction.h |
UITextItemInteractionPreview
Header | |
---|---|
From | UITextInteraction.h |
To | UITextItemInteraction.h |
UITextItemInteraction
Header | |
---|---|
From | UITextInteraction.h |
To | UITextItemInteraction.h |
UITextItemInteractionInvokeDefaultAction
Header | |
---|---|
From | UITextInteraction.h |
To | UITextItemInteraction.h |
UITextItemInteractionPresentActions
Header | |
---|---|
From | UITextInteraction.h |
To | UITextItemInteraction.h |
UITextItemInteractionPreview
Header | |
---|---|
From | UITextInteraction.h |
To | UITextItemInteraction.h |
UITextPasteItem.defaultAttributes
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) NSDictionary<NSString *,id> *defaultAttributes |
To | @property (nonatomic, readonly, nonnull) NSDictionary<NSAttributedStringKey,id> *defaultAttributes |
UITextView.typingAttributes
Declaration | |
---|---|
From | @property (nonatomic, copy, nonnull) NSDictionary<NSString *,id> *typingAttributes |
To | @property (nonatomic, copy, nonnull) NSDictionary<NSAttributedStringKey,id> *typingAttributes |
UITextView.linkTextAttributes
Declaration | |
---|---|
From | @property (nonatomic, copy, null_resettable) NSDictionary<NSString *,id> *linkTextAttributes |
To | @property (nonatomic, copy, null_resettable) NSDictionary<NSAttributedStringKey,id> *linkTextAttributes |
UITouchTypePencil
+[UITraitCollection traitCollectionWithUserInterfaceStyle:]
UITraitCollection.userInterfaceStyle
UIUserActivityRestoring
-[UIUserActivityRestoring restoreUserActivityState:]
UIView
Protocols | |
---|---|
From | CALayerDelegate, NSCoding, UIAccessibilityIdentification, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusItem, UITraitEnvironment |
To | CALayerDelegate, NSCoding, UIAccessibilityIdentification, UIAppearance, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusItem, UIFocusItemContainer, UITraitEnvironment |
-[UIViewController childViewControllerForScreenEdgesDeferringSystemGestures]
Declaration | |
---|---|
From | - (nullable UIViewController *)childViewControllerForScreenEdgesDeferringSystemGestures |
To | @property (nonatomic, readonly, nullable) UIViewController *childViewControllerForScreenEdgesDeferringSystemGestures |
-[UIViewController preferredScreenEdgesDeferringSystemGestures]
Declaration | |
---|---|
From | - (UIRectEdge)preferredScreenEdgesDeferringSystemGestures |
To | @property (nonatomic, readonly) UIRectEdge preferredScreenEdgesDeferringSystemGestures |
-[UIViewController childViewControllerForHomeIndicatorAutoHidden]
Declaration | |
---|---|
From | - (nullable UIViewController *)childViewControllerForHomeIndicatorAutoHidden |
To | @property (nonatomic, readonly, nullable) UIViewController *childViewControllerForHomeIndicatorAutoHidden |
-[UIViewController prefersHomeIndicatorAutoHidden]
Declaration | |
---|---|
From | - (BOOL)prefersHomeIndicatorAutoHidden |
To | @property (nonatomic, readonly) BOOL prefersHomeIndicatorAutoHidden |
UIWebView
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported; please adopt WKWebView. |
-[UIWebViewDelegate webView:shouldStartLoadWithRequest:navigationType:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported. |
-[UIWebViewDelegate webViewDidStartLoad:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported. |
-[UIWebViewDelegate webViewDidFinishLoad:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported. |
-[UIWebViewDelegate webView:didFailLoadWithError:]
Availability | |
---|---|
From | Available |
To | Deprecated |
Deprecation Message | |
---|---|
From | None |
To | No longer supported. |
UNNotificationCategory.categorySummaryFormat
+[UNNotificationCategory categoryWithIdentifier:actions:intentIdentifiers:hiddenPreviewsBodyPlaceholder:categorySummaryFormat:options:]
UNNotificationContent.summaryArgument
UNNotificationContent.summaryArgumentCount
UNMutableNotificationContent.summaryArgument
UNMutableNotificationContent.summaryArgumentCount
UNAuthorizationStatusProvisional
UNNotificationSettings.criticalAlertSetting
UNNotificationSettings.providesAppNotificationSettings
UNNotificationSoundName
UNNotificationSound.defaultCriticalSound
+[UNNotificationSound defaultCriticalSoundWithAudioVolume:]
+[UNNotificationSound criticalSoundNamed:]
+[UNNotificationSound criticalSoundNamed:withAudioVolume:]
+[UNNotificationSound defaultSound]
Declaration | |
---|---|
From | + (nonnull instancetype)defaultSound |
To | @property (class, nonatomic, readonly, copy, nonnull) UNNotificationSound *defaultSound |
+[UNNotificationSound soundNamed:]
Declaration | |
---|---|
From | + (nonnull instancetype)soundNamed:(nonnull NSString *)name |
To | + (nonnull instancetype)soundNamed:(nonnull UNNotificationSoundName)name |
UNAuthorizationOptionCriticalAlert
UNAuthorizationOptionProvidesAppNotificationSettings
UNAuthorizationOptionProvisional
-[UNUserNotificationCenterDelegate userNotificationCenter:openSettingsForNotification:]
NSExtensionContext.notificationActions
-[NSExtensionContext performNotificationDefaultAction]
-[NSExtensionContext dismissNotificationContentExtension]
kVTCompressionPropertyKey_AllowOpenGOP
kVTCompressionPropertyKey_MaximizePowerEfficiency
kVTDecompressionPropertyKey_MaximizePowerEfficiency
VNCoreMLRequestRevision1
VNDetectBarcodesRequestRevision1
VNDetectFaceLandmarksRequestRevision1
VNDetectFaceLandmarksRequestRevision2
VNDetectFaceRectanglesRequestRevision1
VNDetectFaceRectanglesRequestRevision2
VNDetectHorizonRequestRevision1
VNDetectRectanglesRequestRevision1
VNDetectTextRectanglesRequestRevision1
VNErrorUnsupportedRevision
VNTranslationalImageRegistrationRequestRevision1
VNHomographicImageRegistrationRequestRevision1
+[VNDetectedObjectObservation observationWithRequestRevision:boundingBox:]
+[VNFaceObservation faceObservationWithRequestRevision:boundingBox:roll:yaw:]
VNFaceObservation.roll
VNFaceObservation.yaw
VNRecognizedObjectObservation
VNRecognizedObjectObservation.labels
VNObservation
Protocols | |
---|---|
From | NSCopying, NSSecureCoding |
To | NSCopying, NSSecureCoding, VNRequestRevisionProviding |
VNTextObservation
Superclass | |
---|---|
From | VNDetectedObjectObservation |
To | VNRectangleObservation |
VNRequest.revision
VNRequest.supportedRevisions
VNRequest.defaultRevision
VNRequest.currentRevision
VNRequestRevisionUnspecified
VNRequestRevisionProviding
VNRequestRevisionProviding.requestRevision
VNTrackObjectRequestRevision1
VNTrackRectangleRequestRevision1
WCSessionFileTransfer.progress
SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure and A/B test your entire paywall UI without any code changes or app updates.
Sponsor Hacking with Swift and reach the world's largest Swift community!
Was this page useful? Let us know!
Average rating: 3.6/5
Thank you!
Link copied to your pasteboard.