SwiftlyScrollSlider 0.4.1

SwiftlyScrollSlider 0.4.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2018
SPMSupports SPM

Maintained by Maxim Bilan.



  • By
  • Maxim Bilan

SwiftlyScrollSlider

Version License Platform CocoaPods CocoaPods

A custom scroll slider for UIScrollView.

alt tag

Installation

CocoaPods:

pod 'SwiftlyScrollSlider'

Manual:

Just copy the SwiftlyScrollSlider.swift into your project.

Using

Using is really simple. Please create for the example UITextView and UIView for a scroll slider in Storyboard or XIB, and set up a class to SwiftlyScrollSlider for this UIView.

alt tag

And the delegate of UITextView should be SwiftlyScrollSlider.

alt tag

That's all.

Examples of customization:

scrollSlider.thumbImageView?.image = UIImage(named: "ScrollSliderCustom.png")       // Change an image of the scroll slider
scrollSlider.lineBackgroundView?.backgroundColor = UIColor.yellowColor()            // A color of the line
scrollSlider.lineBackgroundView?.layer.borderColor = UIColor.yellowColor().CGColor  // A border of the line color 

You can easily found example in this repository.

License

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