swiftui textfield focus on appear code example
Example: how to select but not focus textfield swift
func textFieldShouldBeginEditing(textField: UITextField) -> Bool {
return false;
}
func textFieldShouldBeginEditing(textField: UITextField) -> Bool {
return false;
}