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...
SwiftUICam

If you want to have a custom camera using SwiftUI and not using the UIPickerController that will display the original ...

CameraView for SwiftUI 📷

CameraView allows you to have a SnapChat-style screen on your SwiftUI app that gives a realtime view of the iPhone ...

Camera-SwiftUI

SwiftUI has proven to be a really awesome new framework to build and design apps in a quick and reliable ...

ECWeekView

See the swiftui branch for updates. An iOS calendar library for displaying calendar events in a week view.