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 is difficult to close these alerts programmatically, because once the alert is displayed, there is no returned object.
I added the capability to return the alertController from a public method within UIAlertController+Window so that if the alert needs to be tracked and closed by the program.
Would you be interested in this?
The text was updated successfully, but these errors were encountered:
Currently, it is difficult to close these alerts programmatically, because once the alert is displayed, there is no returned object.
I added the capability to return the alertController from a public method within UIAlertController+Window so that if the alert needs to be tracked and closed by the program.
Would you be interested in this?
The text was updated successfully, but these errors were encountered: