Skip to content

Latest commit

 

History

History
88 lines (53 loc) · 1.87 KB

README.md

File metadata and controls

88 lines (53 loc) · 1.87 KB

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

[email protected]

License

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