cómo seleccionar pero no enfocar textfield swift

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