Skip to content

PatrickSCLin/PLTimeSlider

Repository files navigation

#PLTimeSlider

PLTimeSlider is a customized slider for iOS, simple and easy to use.

####Preview

preview

####Requirement

  • XCode 8.1

####Support

  • Support custom styling
  • Support pick start time & end time
  • Magic

####Delegate

public protocol PLTimeSliderDelegate: NSObjectProtocol {
    
    func slider(slider: PLTimeSlider, valueDidChanged value: UInt, type: PLTimeSliderValueType)
    
}