Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想重命名框架提供的软键盘上的几个按钮。我有某些要求告诉我重命名键盘上的按钮,例如将完成按钮重命名为下一个。谁能建议如何做到这一点。
谢谢
您需要查看此文档:
https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html
具体看:returnKeyType
还可以通过键盘选项下特定类的 xib 文件更改返回键(变为 done、next 等,它们是枚举 UIReturnKeuType 中的预定义值)。