tags:

views:

39

answers:

0

Hi, I am noticing that my view (one of the views managed by UITabBarConteroller) looses firstresponder status after keybardWasHidden message.

It means unless in the the keybardWasMessage I explicitly call

[self becomeFirstResponder]

I no longer receive motion events. While workaround is simple enough, I was trying to undestand the architecture as to why it takes place.

thanks