Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

uitextfield get focus swift 5

Swift 5
self.becomeFirstResponder()

let textField = UITextField()
textField.becomeFirstResponder()
Source by developer.apple.com #
 
PREVIOUS NEXT
Tagged: #uitextfield #focus #swift
ADD COMMENT
Topic
Name
5+5 =