Class UIProgressView

All Implemented Interfaces:
CALayerDelegate, NSCoding, NSObjectProtocol, UIAccessibilityIdentification, UIActivityItemsConfigurationProviding, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UITraitEnvironment, UIUserActivityRestoring, ObjCProtocol

public class UIProgressView
extends UIView
implements NSCoding
  • Constructor Details

    • UIProgressView

      public UIProgressView()
    • UIProgressView

      protected UIProgressView​(NSObject.Handle h, long handle)
    • UIProgressView

      protected UIProgressView​(NSObject.SkipInit skipInit)
    • UIProgressView

      public UIProgressView​(CGRect frame)
    • UIProgressView

      public UIProgressView​(NSCoder coder)
    • UIProgressView

      public UIProgressView​(UIProgressViewStyle style)
  • Method Details

    • getProgressViewStyle

      public UIProgressViewStyle getProgressViewStyle()
    • setProgressViewStyle

      public void setProgressViewStyle​(UIProgressViewStyle v)
    • getProgress

      public float getProgress()
    • setProgress

      public void setProgress​(float v)
    • getProgressTintColor

      public UIColor getProgressTintColor()
    • setProgressTintColor

      public void setProgressTintColor​(UIColor v)
    • getTrackTintColor

      public UIColor getTrackTintColor()
    • setTrackTintColor

      public void setTrackTintColor​(UIColor v)
    • getProgressImage

      public UIImage getProgressImage()
    • setProgressImage

      public void setProgressImage​(UIImage v)
    • getTrackImage

      public UIImage getTrackImage()
    • setTrackImage

      public void setTrackImage​(UIImage v)
    • getObservedProgress

      public NSProgress getObservedProgress()
      Since:
      Available in iOS 9.0 and later.
    • setObservedProgress

      public void setObservedProgress​(NSProgress v)
      Since:
      Available in iOS 9.0 and later.
    • getLayerClass

      public static Class<? extends CALayer> getLayerClass()
    • init

      protected long init​(CGRect frame)
      Overrides:
      init in class UIView
    • init

      protected long init​(NSCoder coder)
      Overrides:
      init in class UIView
    • init

      protected long init​(UIProgressViewStyle style)
    • setProgress

      public void setProgress​(float progress, boolean animated)
    • getUserInterfaceLayoutDirection

      public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection​(UISemanticContentAttribute attribute)
      Since:
      Available in iOS 9.0 and later.
    • getUserInterfaceLayoutDirection

      public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection​(UISemanticContentAttribute semanticContentAttribute, UIUserInterfaceLayoutDirection layoutDirection)
      Since:
      Available in iOS 10.0 and later.