UIViewController
extension UIViewController
-
Undocumented
Declaration
Swift
func showAlertWithMessage(message: String, title: String, completionAction: (() -> Void)?)
-
Undocumented
Declaration
Swift
func showSettingsAlert(withTitle title: String, withMessage message: String)
-
Undocumented
Declaration
Swift
func visitWebsite(urlString: String)
-
showInputDialog(title:subtitle:actionTitle:cancelTitle:inputPlaceholder:inputKeyboardType:cancelHandler:actionHandler:)
Undocumented
Declaration
Swift
func showInputDialog(title: String? = nil, subtitle: String? = nil, actionTitle: String? = "OK".localized(), cancelTitle: String? = "Annuler".localized(), inputPlaceholder: String? = nil, inputKeyboardType: UIKeyboardType = UIKeyboardType.default, cancelHandler: ((UIAlertAction) -> Swift.Void)? = nil, actionHandler: ((_ text: String?) -> Void)? = nil)
-
Undocumented
Declaration
Swift
func showToastMessage(withMessage message: String, state: Loaf.State = .info, location: Loaf.Location = .bottom, presentationDir: Loaf.Direction, dismissDir: Loaf.Direction)
-
Undocumented
Declaration
Swift
func showBasicToastMessage(withMessage message: String, state: Loaf.State = .info)
-
Undocumented
Declaration
Swift
func presentFullScreen(viewController: UIViewController, animated: Bool = true, completion: (() -> Void)?)
-
Undocumented
Declaration
Swift
func showVideoPlayerWithVideoURL(withUrl url: URL, fromBAAS isLocal: Bool = false)