我可以使键盘正常工作,但是可以在UITextView上使用,但是有些新行键不会显示。

请帮我

谢谢

最佳答案

设置(UIKeyboardType)keyboardType和(UIReturnKeyTYpe)returnKeyType
这些选项记录在这里

http://developer.apple.com/iPhone/library/documentation/UIKit/Reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html#//apple_ref/occ/intf/UITextInputTraits

如果您正在构建代码。

如果您使用的是IB,则只需转到第一个检查器面板并设置TextInputTraits

09-04 03:17