RSDLoadingView

open class RSDLoadingView: UIView

RSDLoadingView is a simple loading view for displaying a loading indicator in a view.

  • Is the loading indicator animating?

    Declaration

    Swift

    open var isAnimating: Bool
  • Undocumented

    Declaration

    Swift

    override open func layoutSubviews()
  • Start animating the loading view.

    Declaration

    Swift

    open func startAnimating()
  • Stop animating the loading view.

    Declaration

    Swift

    open func stopAnimating(_ completion: (() -> Void)?)