HUD
public struct HUD : CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
public static func `default`(progress: Progress) -> HUD
-
Undocumented
Declaration
Swift
public let progress: Progress
-
Undocumented
Declaration
Swift
public let style: HUDStyle
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public static func activity( _ indicator: ProgressActivityIndicator, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func activity( _ indicator: ProgressActivityIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func failure( _ indicator: ProgressFailureIndicator, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func failure( _ indicator: ProgressFailureIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func image( _ indicator: ProgressImageIndicator, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func image( _ indicator: ProgressImageIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func percentage( _ indicator: ProgressPercentageIndicator, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func percentage( _ indicator: ProgressPercentageIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func spinner( _ indicator: ProgressSpinnerIndicator, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func spinner( _ indicator: ProgressSpinnerIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func success( _ indicator: ProgressSuccessIndicator, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func success( _ indicator: ProgressSuccessIndicator, message: ProgressMessageFooter, animation: ProgressAnimation? = .default, style: HUDStyle = .default ) -> Self
-
Undocumented
Declaration
Swift
public static func show( _ hud: HUD, in window: UIWindow, animation: HUDAnimation? = .default, duration: TimeInterval? = nil, completion: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public static func show( _ hud: HUD, animation: HUDAnimation? = .default, duration: TimeInterval? = nil, completion: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public static func hide( in window: UIWindow, completion: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public static func hide(completion: (() -> Void)? = nil)