Contents

screenChanged

A notification that an app posts when a new view appears that occupies a major portion of the screen.

Declaration

nonisolated static let screenChanged: UIAccessibility.Notification

Discussion

Post this notification using the post(notification:argument:) function. Optionally, include a parameter that contains the accessibility element for VoiceOver to move to after processing the notification.

See Also

UI changes