开发者

How to get keyboard to popup when UITabBar item is tapped

I have a UITabBarController, in which one of the views is a MFMailComposeViewController.

Is there any way I can get the keyboard to show when the tab for this view is tapped, rather than the text 开发者_如何学Gofield for the email address?


Since MFMailComposeViewController inherits from UIResponder, you should be able to call:

[myMailComposeViewController becomeFirstResponder];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜