changed comment.

This commit is contained in:
Kevin G Christiano 2020-01-03 14:15:22 -05:00
parent d2162cb9b6
commit dc201022ea
2 changed files with 2 additions and 3 deletions

View File

@ -32,7 +32,7 @@ import UIKit
}()
//--------------------------------------------------
// MARK: - Initializer
// MARK: - Initializers
//--------------------------------------------------
@objc public override init(frame: CGRect) {
@ -79,7 +79,6 @@ import UIKit
let pickedDate = datePicker?.date
setTextWith(date: pickedDate)
resignFirstResponder()
return pickedDate
}

View File

@ -29,7 +29,7 @@ open class ItemDropdownEntryField: BaseDropdownEntryField {
public var observeDropdownSelection: ((String)->())?
//--------------------------------------------------
// MARK: - Initializer
// MARK: - Initializers
//--------------------------------------------------
@objc public override init(frame: CGRect) {