UIView
public extension UIView
-
Undocumented
Declaration
Swift
func roundCorners(corners: UIRectCorner, radius: CGFloat)
Adds loading indicator to any UIView, configurable with UIActivityIndicatorView.Style, color and scale
-
Undocumented
Declaration
Swift
func showLoading(style: UIActivityIndicatorView.Style? = .whiteLarge, color: UIColor? = .orange, scale: CGFloat? = 1.0)
-
Undocumented
Declaration
Swift
func stopLoading()
-
Undocumented
Declaration
Swift
func removeActivityIndicator()
-
Undocumented
Declaration
Swift
func applyBlurEffect(style: UIBlurEffect.Style? = .regular)
-
Undocumented
Declaration
Swift
func removeBlurEffect()