You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it doesn't seem that there is any compatibility for VoiceOver.
I've played with adding these lines into PKHUD, but that's not enough (or always the right) context for each PKHUD type.
I've also tried setting the label for each Content View type in HUD, but then the UIAccessibilityPostNotification(...) doesn't work when trying to set the focus on the container.
Currently, it doesn't seem that there is any compatibility for VoiceOver.
I've played with adding these lines into
PKHUD
, but that's not enough (or always the right) context for each PKHUD type.I've also tried setting the label for each Content View type in
HUD
, but then theUIAccessibilityPostNotification(...)
doesn't work when trying to set the focus on the container.Suggestions?
The text was updated successfully, but these errors were encountered: