ALTimeIntervalPicker 0.1.0

ALTimeIntervalPicker 0.1.0

测试已测试
语言语言 Obj-CObjective C
许可协议 MIT
发布最后发布2015年2月

Aziz U. Latypov维护。



  • 作者
  • Aziz Latypov

用法

要运行示例项目,请从 GitHub 克隆仓库,然后首先从 Example 目录运行 pod install

在 Storyboard 中创建一个 UIView 并将其类设置为 ALTimeIntervalPicker。设置其代理并遵守协议

@protocol ALTimeIntervalPickerViewDelegate <NSObject>

- (void)timeIntervalPickerView:(ALTimeIntervalPickerView*)timeIntervalPickerView
didSelectTimeInterval:(NSTimeInterval)timeInterval;

@end

需求

安装

作者

Aziz Latypov,[email protected]

许可协议

ALTimeIntervalPicker 可在 MIT 许可证下获得。请参阅 LICENSE 文件以获取更多信息。