TBHourMinutePickerView 0.1.3

TBHourMinutePickerView 0.1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2016
SPMSupports SPM

Maintained by Thiago Bernardes.




  • By
  • [Thiago Bernardes]

TBHourMinutePickerView

alt tag

Usage

Add to your podfile

pod "TBHourMinutePickerView"
//Import
import TBHourMinutePickerView

//Setup
var hourMinutePicker = TBHourMinutePickerView(frame: self.view.frame)
hourMinutePicker.myDelegate = self
hourMinutePicker.rowHeight = 35
hourMinutePicker.labelTextColor = .whiteColor()
hourMinutePicker.labelFont = UIFont(name: "AvenirNext-UltraLight", size: 35)!=
self.view.addSubView(hourMinutePicker)

//Delegates 
func didSelectHour(pickerView: TBHourMinutePickerView, hour: Int) {

}

func didSelectMinute(pickerView: TBHourMinutePickerView, minute: Int) {

}

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

IOS 8.0

Installation

TBHourMinutePickerView is available through CocoaPods. To install it, simply add the following line to your Podfile:

Author

thiagotmb, [email protected]

License

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