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
FancyAlert creates a typealias that limits the ability to access properties on the UIButton that backs it. Expose the accessibilityHint so that VoiceOver support can be added to the buttons.
public typealias ButtonConfig = (title: String, handler: FancyAlertButtonHandler?)
The text was updated successfully, but these errors were encountered:
Ref. wordpress-mobile/WordPress-iOS#12130
FancyAlert creates a typealias that limits the ability to access properties on the UIButton that backs it. Expose the accessibilityHint so that VoiceOver support can be added to the buttons.
public typealias ButtonConfig = (title: String, handler: FancyAlertButtonHandler?)
The text was updated successfully, but these errors were encountered: