Skip to content

EonKid/AURUnlockSlider

 
 

Repository files navigation

AURUnlockSlider

language Version MIT License Platform

Requirements

  • iOS 9.0+
  • Xcode 8.0+
  • Swift 3.0+

Usage

Import

import AURUnlockSlider

Init View and add the subView

let unlockSlider = AURUnlockSlider(frame: CGRect(x: 0, y: 0, width: 200, height: 70))

self.view.addSubview(unlockSlider)

conform to the delegate

unlockSlider.delegate = self

func unlockSliderDidUnlock(snapSwitch: AURUnlockSlider) {

}

Custom the attributes

unlockSlider.sliderText = "Slide to Unlock"
unlockSlider.sliderTextColor = UIColor.whiteColor()
unlockSlider.sliderTextFont = UIFont(name: "HelveticaNeue-Thin", size: 20.0)!
unlockSlider.sliderColor = UIColor.clearColor()
unlockSlider.sliderBackgroundColor = UIColor(red: 231/255, green: 232/255, blue: 226/255, alpha: 0.5)

Installation

Available in CocoaPods

pod "AURUnlockSlider"

License

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

About

Simple Unlock Slider View

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 55.5%
  • Swift 35.4%
  • Ruby 5.9%
  • Objective-C 3.2%