Skip to content

fumiki/TimePickerTextField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

TimePickerTextField

Simple time picker with text field.

@IBOutlet weak var textfield: TimePickerTextField!
textField.completion = {
    println(textField.time)
}

About

Simple time picker and text field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages