Created
July 6, 2020 14:06
-
-
Save Kdan/4f61b9b560467afbab0cbd49c3a8c325 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func presentAlert(title: String? = nil, message: String? = nil, cancelAction: AlertAction? = nil, okAction: AlertAction? = nil) { | |
| router.presentAlert(title: title, message: message, cancelAction: cancelAction, okAction: okAction, from: router.topViewController) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment