标签: iphone xamarin.ios uitabbar
我有一个UITabBarController,其中一个视图是MFMailComposeViewController。
当点击此视图的标签时,是否有任何方法可让键盘显示,而不是电子邮件地址的文本字段?
答案 0 :(得分:1)
由于MFMailComposeViewController继承自UIResponder,您应该可以调用:
[myMailComposeViewController becomeFirstResponder];