Thank you for a quick answer. My text field gets focus, however the screen keyboard doesn't apear
. I also tried overriding the following method in my view controller, with no success:
Code:
- (void)viewWillAppear:(BOOL)animated {
[fldKeyword becomeFirstResponder];
}
(fldKeyword outlet is of course properly connected to the UI element)