Как выбрать, но не фокусировать Textfield Swift

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