#PLTimeSlider
PLTimeSlider is a customized slider for iOS, simple and easy to use.
####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)
}