Graident Uicontrol Slider
Graident layer slider using UIView
To run the example project, clone the repo, and run pod install
from the Example directory first.
First of all import library in your project
import GradientSlider
coolSlider.defaultValue = 0.1;
coolSlider.actionBlock={slider,newvalue in
}
* Swift 4
* XCode 9
* iOS 8.0 (Min SDK)
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like SwiftMultiSelect in your projects. You can install it with the following command:
$ gem install cocoapods
To integrate GradientSlider into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'TargetName' do
use_frameworks!
pod 'GradientSlider’, :git=> ‘https://github.com/nickypatson/GradientSlider’
end
Then, run the following command:
$ pod install
Nicky Patson
GradientSlider is available under the MIT license. See the LICENSE file for more info.