I have a text field , and i need when the user presses it to show a custom picker.
The picker is shown fine , but the problem is that the keyboard appears on the bottom
Use textfield delegate.
-(BOOL)textFieldShouldBeginEditing:(UITextField *)textField { return NO; }