Buttons lost focus?
I'm adding a UIImageView that covers the entire screen, and later removing it with a call to removeFromSuperview.
(e.g. splash screen).
However, at random times, after the view is removed, some buttons on the screen don't respond to the first click.
I have to click a second time for them to respond. Or maybe wait two seconds after the view is removed
before I start clicking again.
Have these buttons somehow lost focus? Should a subview automatically resign itself as a first responder
when removed from the superview? I shouldn't have to explicitly call resignFirstResponder or becomeFirstResponder?
Last edited by samurle; 11-12-2011 at 04:43 PM.
|