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.
使用 Xcode 4.3
我正在尝试在 UIKeyboardTypeDecimalPad 键盘中使用后退和下一个选项卡在文本字段之间切换。我可以将它们添加到这种类型的键盘吗?如果是这样怎么办?
inputView您可以使用文本字段上的属性覆盖整个键盘(需要制作自己的数字按钮等) 。
inputView
或者,您可以使用普通的 UIKit 键盘,并使用inputAccessoryView属性在键盘顶部添加您自己的附件视图和您自己的按钮。
inputAccessoryView
请参阅此示例项目:https ://developer.apple.com/library/ios/#samplecode/KeyboardAccessory/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009462-Intro-DontLinkElementID_2