Skip to content

Instantly share code, notes, and snippets.

@Kdan
Created July 6, 2020 14:06
Show Gist options
  • Select an option

  • Save Kdan/4f61b9b560467afbab0cbd49c3a8c325 to your computer and use it in GitHub Desktop.

Select an option

Save Kdan/4f61b9b560467afbab0cbd49c3a8c325 to your computer and use it in GitHub Desktop.
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