Popularity
1.1
Declining
Activity
0.0
Stable
34
5
6

Description

How to use? Drag the UIView and drop in to the storybaord or XIB Give class HSHorizontalCenterSlider or HSVerticleCenterSlider to the view. That's it. You center slider is ready to use in just two steps

More Usage - slider.rangeValue = HSRange(low: -200, high: 100) - slider.tintColor = UIColor.black

Installation HSCenterSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:

=> pod 'HSCenterSlider'

Example To run the example project, clone the repo, and run pod install from the Example directory first.

Programming language: Swift
License: MIT License
Latest version: v2.0.1

HSCenterSlider alternatives and similar libraries

Based on the "UI" category.
Alternatively, view HSCenterSlider alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of HSCenterSlider or a related project?

Add another 'UI' Library

README

HSCenterSlider

License Platform

Demo

HSCenterSlider

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Swift XCode Tag/Pod version
3.x >= 8.x 2.0.1
4.x >= 9.x 2.0.1
5.x >= 10.x 2.0.1

Installation

HSCenterSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'HSCenterSlider'

How to use?

  1. Drag the UIView and drop in to the storybaord or XIB
  2. Give class HSHorizontalCenterSlider or HSVerticleCenterSlider to the view. That's it.
  3. You center slider is ready to use in just two steps

More Usage

  • Change slider range between any two values, Default range is (-100,100)

    slider.rangeValue = HSRange(low: -200, high: 100)
    
  • Get value changes call back during user interaction using delegate method declared in the protocol HSCenterSliderDelegate

    func centerSlider(slider: HSCenterSlider, didChange value: Double)
    
  • Change the tint color of prograss view like a native UISlider

    slider.tintColor = UIColor.black
    
Possible Error:

[!] Unable to find a specification for 'HSCenterSlider'

Solution:
pod setup

Where to go from here?

Read series ‘Design patterns by Tutorials — The power of OOP’

Part-1: Faceted and Fluent Builder pattern in Swift

Part-2: Singleton Design Pattern in Swift

Read my latest series ‘Protocol — The power of Swift’

Part-1: What are type-casting and class-types?

Part-2: Conforming a protocol

Part-3: Protocol composition

Part-4: My rule of thumb for possible data types

Part-5: Protocol as a super-type

Author

Hitendra Solanki, [[email protected]](mailto://[email protected])

Find my repositories on Github

Read my blogs on Medium

Connect me via LinkedIn

Follow me on Twitter

License

HSCenterSlider is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the HSCenterSlider README section above are relevant to that project's source code only.