changed comment.
This commit is contained in:
parent
d2162cb9b6
commit
dc201022ea
@ -32,7 +32,7 @@ import UIKit
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Initializer
|
// MARK: - Initializers
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|
||||||
@objc public override init(frame: CGRect) {
|
@objc public override init(frame: CGRect) {
|
||||||
@ -79,7 +79,6 @@ import UIKit
|
|||||||
|
|
||||||
let pickedDate = datePicker?.date
|
let pickedDate = datePicker?.date
|
||||||
setTextWith(date: pickedDate)
|
setTextWith(date: pickedDate)
|
||||||
|
|
||||||
resignFirstResponder()
|
resignFirstResponder()
|
||||||
return pickedDate
|
return pickedDate
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,7 +29,7 @@ open class ItemDropdownEntryField: BaseDropdownEntryField {
|
|||||||
public var observeDropdownSelection: ((String)->())?
|
public var observeDropdownSelection: ((String)->())?
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Initializer
|
// MARK: - Initializers
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|
||||||
@objc public override init(frame: CGRect) {
|
@objc public override init(frame: CGRect) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user