mhmiles / DurationPickerView

A UIPickerView for time durations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DurationPickerView

DurationPickerView is a subclass of UIPickerView that replicates the appearance of UIDatePicker with a datePickerMode of UIDatePickerModeCountDownTimer. It supports some additional features:

  • Allows selection of a zero second duration
  • Notifies durationDelegate of changes as an NSTimeInterval

About

A UIPickerView for time durations

License:MIT License


Languages

Language:Swift 95.1%Language:Objective-C 4.9%