Home

Awesome

HorizontalDial

Swift 5.0 Version License Platform

Preview

<img src="https://github.com/kciter/HorizontalDial/raw/master/Images/preview.gif" alt="Preview gif">

Requirements

Storyboard support

<img src="https://github.com/kciter/HorizontalDial/raw/master/Images/storyboard.png" width="50%" alt="Storyboard Screenshot">

Installation

CocoaPods

use_frameworks!
pod "HorizontalDial"

Manually

To install manually the HorizontalDial in an app, just drag the HorizontalDial.swift file into your project.

Properties

PropertyTypeDescription
enableRangeBoolUse range mode
minimumValueDoubleAcceptable minimum value
maximumValueDoubleAcceptable maximum value
valueDoubleValue
tickDoubleIncrease value
centerMarkColorUIColorSet center mark color
centerMarkWidthCGFloatSet center mark width
centerMarkHeightRatioCGFloatSet center mark height
centerMarkRadiusCGFloatSet center mark radius
markColorUIColorSet mark color
markWidthCGFloatSet mark width
markRadiusCGFloatSet mark radius
markCountIntThe number of mark in view
paddingDoubleVertical offset from bottom in landscape mode
verticalAlignStringVertical Align as top, middle, bottom
lockBoolUser input lock

Protocols

ProtocolDescription
horizontalDialWillBeginScroll(horizontalDial: HorizontalDial)This method is called whenever the HorizontalDial will begin an animated scroll.
horizontalDialDidEndScroll(horizontalDial: HorizontalDial)This method is called whenever the HorizontalDial will ends an animated scroll.
horizontalDialWillValueChanged(horizontalDial: HorizontalDial)This method is called whenever the HorizontalDial will value changed.
horizontalDialDidValueChanged(horizontalDial: HorizontalDial)This method is called whenever the HorizontalDial did value changed.

TODO

Donate

If you like this open source, you can sponsor it. :smile:

Paypal me

License

The MIT License (MIT)

Copyright (c) 2015 Lee Sun-Hyoup

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.