KCHorizontalDial alternatives and similar libraries
Based on the "UI" category.
Alternatively, view KCHorizontalDial alternatives based on common mentions on social networks and blogs.
-
Animated Tab Bar
RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items. -
Material
Express your creativity with Material, an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift. -
FSPagerView
FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders. -
Alerts Pickers
Advanced usage of UIAlertController with TextField, DatePicker, PickerView, TableView and CollectionView. -
SideMenu
Simple side menu control for iOS in Swift inspired by Facebook. Right and Left sides. No coding required. -
Scrollable-GraphView
An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift. Originally written for a small personal project. -
Material Components for iOS
Modular and customizable Material Design UI components for iOS -
BulletinBoard
Generates and manages contextual cards displayed at the bottom of the screen. -
ESTabBarController
A highly customizable TabBarController component, which is inherited from UITabBarController. -
NotificationBanner
The easiest way to display highly customizable in app notification banners in iOS. -
TLYShyNavBar
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars! -
CircleMenu
CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. -
KMNavigationBarTransition
A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations. And you don't need to write any line of code for it, it all happens automatically. -
RazzleDazzle
A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of KCHorizontalDial or a related project?
README
HorizontalDial
Preview
Requirements
- iOS 8.0+
- Swift 5
Storyboard support
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 top , middle , bottom |
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. |
TODO
- Code refactoring
- Optimizing UI performance
- Add
clipsToRange
property - Add
unit
property
Donate
If you like this open source, you can sponsor it. :smile:
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.
*Note that all licence references and agreements mentioned in the KCHorizontalDial README section above
are relevant to that project's source code only.