HUDCustomAnimation
public protocol HUDCustomAnimation
Undocumented
-
Undocumented
Declaration
Swift
func animateAppearance( of view: UIView, completion: (() -> Void)? )
-
Undocumented
Declaration
Swift
func animateUpdate( body: @escaping () -> Void, of view: UIView, completion: (() -> Void)? )
-
Undocumented
Declaration
Swift
func animateDisappearance( of view: UIView, completion: (() -> Void)? )