Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 590 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 590 Bytes

#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)
    
}