Class UIStepper

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

public class UIStepper
extends UIControl
  • Constructor Details

    • UIStepper

      public UIStepper()
    • UIStepper

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

      protected UIStepper​(NSObject.SkipInit skipInit)
    • UIStepper

      public UIStepper​(CGRect frame)
    • UIStepper

      public UIStepper​(NSCoder coder)
    • UIStepper

      public UIStepper​(CGRect frame, UIAction primaryAction)
      Since:
      Available in iOS 14.0 and later.
  • Method Details

    • isContinuous

      public boolean isContinuous()
    • setContinuous

      public void setContinuous​(boolean v)
    • isAutorepeat

      public boolean isAutorepeat()
    • setAutorepeat

      public void setAutorepeat​(boolean v)
    • isWraps

      public boolean isWraps()
    • setWraps

      public void setWraps​(boolean v)
    • getValue

      public double getValue()
    • setValue

      public void setValue​(double v)
    • getMinimumValue

      public double getMinimumValue()
    • setMinimumValue

      public void setMinimumValue​(double v)
    • getMaximumValue

      public double getMaximumValue()
    • setMaximumValue

      public void setMaximumValue​(double v)
    • getStepValue

      public double getStepValue()
    • setStepValue

      public void setStepValue​(double v)
    • getLayerClass

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

      public void setBackgroundImage​(UIImage image, UIControlState state)
    • getBackgroundImage

      public UIImage getBackgroundImage​(UIControlState state)
    • setDividerImage

      public void setDividerImage​(UIImage image, UIControlState leftState, UIControlState rightState)
    • getDividerImage

      public UIImage getDividerImage​(UIControlState leftState, UIControlState rightState)
    • setIncrementImage

      public void setIncrementImage​(UIImage image, UIControlState state)
    • getIncrementImage

      public UIImage getIncrementImage​(UIControlState state)
    • setDecrementImage

      public void setDecrementImage​(UIImage image, UIControlState state)
    • getDecrementImage

      public UIImage getDecrementImage​(UIControlState state)
    • 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.