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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -