iphone - How to get keyboard to popup when UITabBar item is tapped -
i have uitabbarcontroller, in 1 of views mfmailcomposeviewcontroller.
is there way can keyboard show when tab view tapped, rather text field email address?
since mfmailcomposeviewcontroller inherits uiresponder, should able call:
[mymailcomposeviewcontroller becomefirstresponder];
Comments
Post a Comment