DurationPicker
DurationPicker copied to clipboard
Use `Duration` instead of `TimeInterval`
I'm aware UIDatePicker uses TimeInterval, but that's for legacy reasons. It makes more sense to use Duration.
Thanks for the suggestion - let me look into this!