Como selecionar, mas não concentrar o texto Swift

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