Skip to content

nickypatson/GradientSlider

Repository files navigation

CI Status Version License Platform

GraidentSlider

Graident Uicontrol Slider

Description

Graident layer slider using UIView

ScreenShot

Alt text

Example

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

How to use

First of all import library in your project

import GradientSlider
coolSlider.defaultValue = 0.1;

coolSlider.actionBlock={slider,newvalue in

}

Requirements

* Swift 4
* XCode 9
* iOS 8.0 (Min SDK)

Installation with CocoaPods

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

Podfile

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

Author

Nicky Patson

HomePage

mail.nickypatson@gmail.com

License

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

About

Swift library for Gradient UIControl

Resources

License

Stars

Watchers

Forks

Packages

No packages published