UIApplication
extension UIApplication
-
Undocumented
Declaration
Swift
var statusBarView: UIView? { get } -
Undocumented
Declaration
Swift
func showIndicatorOnStausBar() -
Undocumented
Declaration
Swift
func hideIndicatorOnStatusBar() -
Undocumented
Declaration
Swift
static func networkActivityIndicatorStatusBar(show visible: Bool) -
Undocumented
Declaration
Swift
@discardableResult static func presentAlert(title: String, message: String, buttonTitles: [String] = ["OK"], completion: ((UIAlertAction) -> Void)? = nil) -> UIAlertController? -
Undocumented
Declaration
Swift
static func presentError(_ error: Error?) -
Undocumented
Declaration
Swift
static func presentInfo(_ message: String)
UIApplication Extension Reference