UIViewController
class UIViewController : UIResponder, NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment
-
Undocumented
Declaration
Swift
@objc func displayConstraintDialog(title: String, message: String, completion: EmptyCompletion? = nil)
-
Undocumented
Declaration
Swift
func displayActionDialog(title: String, message: String, okActionTitle: String, cancelActionTitle: String, handler: @escaping (_ action: UIAlertAction) -> ())
-
Undocumented
Declaration
Swift
func hasContactPermission() -> ContactsAcessPermission
-
Undocumented
Declaration
Swift
func requestAcessPermission(completion: @escaping (ContactsAcessPermission) -> ())
-
Undocumented
Declaration
Swift
func openSettings()
-
this func checks if the view controller is presented modally
Declaration
Swift
@objc func isModal() -> Bool
Return Value
returns true if presented modally, false otherwise