HorizontalDial
  • September 16, 2023

Preview


Requirements


  • iOS 8.0+
  • Swift 5

Storyboard support


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


Property Type Description
enableRange Bool Use range mode
minimumValue Double Acceptable minimum value
maximumValue Double Acceptable maximum value
value Double Value
tick Double Increase value
centerMarkColor UIColor Set center mark color
centerMarkWidth CGFloat Set center mark width
centerMarkHeightRatio CGFloat Set center mark height
centerMarkRadius CGFloat Set center mark radius
markColor UIColor Set mark color
markWidth CGFloat Set mark width
markRadius CGFloat Set mark radius
markCount Int The number of mark in view
padding Double Vertical offset from bottom in landscape mode
verticalAlign String Vertical Align as topmiddlebottom
lock Bool User input lock

Protocols


Protocol Description
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.

GitHub


View Github

YOU MIGHT ALSO LIKE...
ACarousel

A carousel view for SwiftUI

Sparklines for macOS, iOS and tvOS

A lightweight sparkline component, supporting Swift, SwiftUI, macCatalyst and Objective-C.     What is a sparkline? A sparkline is a very ...

Light Chart

LightChart is a lightweight SwiftUI package with line charts implementation. You can use it when you need only a chart that will perfectly ...

SwiftUICharts

Swift package for displaying charts effortlessly. V2 Beta is here 🎉🎉🎉 V2 focuses on providing a strong and easy to ...

SwiftUI BarChart

Lightweight and easy to use SwiftUI chart library for all Apple platforms