BaseUISlider

open class BaseUISlider: UISlider, BaseView

BaseUISlider is a subclass of UISlider and implements BaseView. It has some extra proporties and support for SyncEngine.

  • Minimum track tint color key from SyncEngine.

    Declaration

    Swift

    @IBInspectable open var minColorStyle:String? = nil
  • Maximum track tint color key from SyncEngine.

    Declaration

    Swift

    @IBInspectable open var maxColorStyle:String? = nil
  • Thumb tint color key from SyncEngine.

    Declaration

    Swift

    @IBInspectable open var thumbColorStyle:String? = nil
  • Overridden method to setup/ initialize components.

    Declaration

    Swift

    override open func awakeFromNib()