UIActivityIndicatorView

class UIActivityIndicatorView : UIView, NSCoding
  • Deprecated: Please use animating instead.

    Refer to the documentation for animating for more info.

    Declaration

    Swift

    @available(*, deprecated, renamed: "animating")
    public var fueled_animating: Bool { get set }
  • Get/Set the animating state of the UIActivityIndicatorView.

    Declaration

    Swift

    public var animating: Bool { get set }