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 the textField Delegate,
- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField { textField=nil; return NO; }