I think I have a firstresponder issues within my application.

My application hierarchy goes as such:

UITabViewController
|
UINavigationController
|
ViewController *
|
ViewController(s) (There are 3)

The view controller indicated by the * presents a number of options to the user. One of these is to input the users name into a UITextField. There are also a number of buttons which each in turn push a new ViewController (I am using storyboards/segues).

My problem is, at the last level of the hierarchy, strange things are happening. If I enter text into the UITextField, then subsequently perform an action to push another view controller. Then UIButtons on the pushed ViewController have to be touched twice before they register. However if I do not enter text into the field, then any ViewControllers I subsequently push, work as intended.

My questions are: Is this actually a first responder issue as I suspect? Could anyone provide me with any resources which I can read to enable me to figure a solution out to my problem.

Many thanks.

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.