Contents

init(target:action:)

Creates a continuous horizontal slider whose values range from 0.0 to 1.0.

Declaration

convenience init(target: Any?, action: Selector?)

Parameters

  • target:

    The target object that receives action messages from the control.

  • action:

    The action message sent by the control.

Return Value

An initialized slider control.

See Also

Related Documentation

  • Slider Programming Topics

Creating sliders