Alertable
protocol Alertable
-
showAlert(title:
Extension methodmessage: preferredStyle: completion: ) Declaration
Swift
func showAlert( title: String = "", message: String, preferredStyle: UIAlertController.Style = .alert, completion: (() -> Void)? = nil )