TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Feb 2015 |
Maintained by Aziz U. Latypov.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Create a UIView in storyboard and set its class to ALTimeIntervalPicker. Set the delegate for it and conform to protocol
@protocol ALTimeIntervalPickerViewDelegate <NSObject>
- (void)timeIntervalPickerView:(ALTimeIntervalPickerView*)timeIntervalPickerView
didSelectTimeInterval:(NSTimeInterval)timeInterval;
@end
Aziz Latypov, [email protected]
ALTimeIntervalPicker is available under the MIT license. See the LICENSE file for more info.