Contents

layoutChanged

A notification that an app posts when the layout of a screen changes.

Declaration

nonisolated static let layoutChanged: 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