CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

AURUnlockSlider 0.2.1

AURUnlockSlider 0.2.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Aura Otsuka.



  • By
  • aminaura

AURUnlockSlider

Requirements

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

Usage

Import

import AURUnlockSlider

Init View and add the subView

let unlockSlider = AURUnlockSlider(frame: CGRectMake(0.0, 0.0, self.view.bounds.size.width * 0.8, 70.0))

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.