Top "Becomefirstresponder" questions

Problems setting FirstResponder in Cocoa Mac OSX

Im working on a tiny app just to learn cocoa, and Im having a hard time with setting FirstResponder to …

objective-c cocoa nstextfield first-responder becomefirstresponder
UITextField embedded in an UIView does not respond to touch events

In my project i'm using a UITextField which is embedded into a plain white UIButton with rounded corners in order …

iphone cocoa-touch uitextfield becomefirstresponder
Disable UISearchBar search icon and placeholder text animation on becomeFirstResponder

I have a UISearchBar that I want to display when the user taps a button. In the buttonPress method, I …

ios animation uisearchbar placeholder becomefirstresponder
In iOS 6, -[UITextField becomeFirstResponder] doesn't work in -viewWillAppear:

In iOS 5.1 and iOS 5.0 it works, but in iOS 6.0 the keyboard does not show. - (void)viewWillAppear:(BOOL)animated { [super …

ios ios6 uitextfield viewwillappear becomefirstresponder