accessibilityElementDidLoseFocus()
Sent after an assistive technology has removed its virtual focus from an accessibility element.
Declaration
@MainActor func accessibilityElementDidLoseFocus()Discussion
Override accessibilityElementDidLoseFocus if you need to know when an assistive technology has removed its virtual focus from an accessibility element. Note that accessibilityElementDidLoseFocus is sent before accessibilityElementDidBecomeFocused().