GuidedTextField
public protocol GuidedTextField : AnyObject
Protocols for manageable text field, which can switch responder or resign it
-
Undocumented
Declaration
Swift
var havePreviousInput: Bool { get } -
Undocumented
Declaration
Swift
var haveNextInput: Bool { get } -
Undocumented
Declaration
Swift
func processReturnAction() -
Undocumented
Declaration
Swift
func switchToPreviousInput() -
Undocumented
Declaration
Swift
func switchToNextInput()
GuidedTextField Protocol Reference