ALTimeIntervalPicker 0.1.0

ALTimeIntervalPicker 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2015

Maintained by Aziz U. Latypov.



  • By
  • Aziz Latypov

Usage

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

Requirements

Installation

Author

Aziz Latypov, [email protected]

License

ALTimeIntervalPicker is available under the MIT license. See the LICENSE file for more info.