user27264
0
Q:

how to select but not focus textfield swift

 func textFieldShouldBeginEditing(textField: UITextField) -> Bool {
    return false;
}
1

New to Communities?

Join the community