MemriTextField_UIKit
public class MemriTextField_UIKit : UITextField
Undocumented
-
Undocumented
Declaration
Swift
var showPrevNextButtons: Bool { get set }
-
If this is set to true, the textfield won’t respond to isEditing being set to true (but will resign responder if isEditing is set to false - useful for shared binding with other fields)
Declaration
Swift
var isSharedEditingBinding: Bool
-
Undocumented
Declaration
Swift
var isEditingBinding: Binding<Bool>? { get set }
-
Undocumented
Declaration
Swift
init()
-
Undocumented
Declaration
Swift
var toolbarHost: UIHostingControllerNoSafeArea<KeyboardToolbarView>?
-
Undocumented
Declaration
Swift
func updateToolbar()
-
Undocumented
Declaration
Swift
var showBottomBorder: Bool { get set }
-
Undocumented
Declaration
Swift
var bottomBorderLayer: CALayer?
-
Undocumented
Declaration
Swift
override public func layoutSubviews()