Closed londonbridges13 closed 7 years ago
Just take a look at the Example Project. You can the dismiss the Viewcontroller as usual by calling the native dismiss method on it.
I found
@IBAction func dismissMe(_ sender: Any) { self.dismiss(animated: true, completion: nil) }
Thanks
I want to remove the alert when a user taps on a button. How would I go about doing that?