Another open source project for developers.
DejalIntervalPicker
is a custom Mac control similar to NSDatePicker
, but for time intervals or ranges.
This project was started several years ago for Time Out 2, but got put aside while I worked on contract projects. I've just finished it off and released it for others to enjoy. It will be making an appearance in Time Out 2 as of the next alpha release.
NSDatePicker
, editing components separately, with a stepper.DejalInterval
, as individual values, or as a NSTimeInterval
.IB_DESIGNABLE
and IBInspectable
, so the picker can be configured in IB.DejalIntervalPicker
.usingRange
, includeForever
, firstAmount
, and others; see the demo project for examples.interval
from a DejalInterval
instance.interval
instance.DejalInterval
for several useful methods and properties, e.g. to get a string representation of the interval.You can get the code and more information from the Dejal Open Source page.