comment sélectionner mais ne pas concentrer Textfield Swift

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