Merge branch 'develop' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into develop
This commit is contained in:
commit
5fb9d654f2
@ -130,7 +130,7 @@ import UIKit
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// If you're using a ViewController, you must set this to it
|
/// If you're using a ViewController, you must set this to it
|
||||||
public weak var uiTextFieldDelegate: UITextFieldDelegate? {
|
open weak var uiTextFieldDelegate: UITextFieldDelegate? {
|
||||||
get { textField.delegate }
|
get { textField.delegate }
|
||||||
set { textField.delegate = newValue }
|
set { textField.delegate = newValue }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
// MARK: - Properties
|
// MARK: - Properties
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|
||||||
public override class var identifier: String { "textField" }
|
open override class var identifier: String { "textField" }
|
||||||
|
|
||||||
public var placeholder: String?
|
public var placeholder: String?
|
||||||
public var enabledTextColor: Color = Color(uiColor: .mvmBlack)
|
public var enabledTextColor: Color = Color(uiColor: .mvmBlack)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user