API Differences in Accessibility in iOS 18.0

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

Table of Contents

Functions & Methods

AccessibilitySettings
public static func openSettings(for feature: Accessibility.AccessibilitySettings.Feature) async throws
extern BOOL AXAssistiveAccessEnabled(void)
extern BOOL AXPrefersNonBlinkingTextInsertionIndicator(void)
extern void AXOpenSettingsFeature(AXSettingsFeature feature, void (^ _Nullable completionHandler)(NSError * _Nullable))

Properties & Constants

AccessibilitySettings
public static var animatedImagesEnabled: Swift.Bool
AccessibilitySettings
public static var animatedImagesEnabledDidChangeNotification: Foundation.Notification.Name
AccessibilitySettings
public static var prefersHorizontalTextLayout: Swift.Bool
AccessibilitySettings
public static var prefersHorizontalTextLayoutDidChangeNotification: Foundation.Notification.Name
AccessibilitySettings
public static var prefersNonBlinkingTextInsertionIndicator: Swift.Bool
extern AXTechnology AXTechnologyVoiceOver
extern AXTechnology AXTechnologySwitchControl
extern AXTechnology AXTechnologyVoiceControl
extern AXTechnology AXTechnologyFullKeyboardAccess
extern AXTechnology AXTechnologySpeakScreen
extern AXTechnology AXTechnologyAutomation
extern AXTechnology AXTechnologyHoverText
extern AXTechnology AXTechnologyZoom
extern NS_SWIFT_NAME(AccessibilitySettings.prefersNonBlinkingTextInsertionIndicatorDidChangeNotification) const NSNotificationName AXPrefersNonBlinkingTextInsertionIndicatorDidChangeNotification

Classes

AXRequest