Contents

announcementDidFinishNotification

A notification that UIKit posts when the system finishes reading an announcement.

Declaration

nonisolated static let announcementDidFinishNotification: NSNotification.Name

Discussion

The parameter is a dictionary with two keys, announcementStringValueUserInfoKey and announcementWasSuccessfulUserInfoKey. Observe this notification using the default notification center.

See Also

VoiceOver