gpt4 book ai didi

iphone - 如何为iPhone Bundle.settings设置UIReturnKeyType?

转载 作者:行者123 更新时间:2023-12-03 21:20:19 27 4
gpt4 key购买 nike

Settings.bundle中我定义了我的 app preferences有不同的字段,其中一些是文本字段。但是,当我按下文本字段进行编辑时,键盘会向上滑动。

我的问题是键盘没有消失。它有一个返回按钮。单击它,光标将跳转到下一个文本字段。

我见过一些带有完成按钮的键盘。

是否可以设置UIReturnKeyType在 Settings.bundle 中?

最佳答案

以下是 iPhone 中的键盘类型列表。

 UIKeyboardTypeDefault,
UIKeyboardTypeASCIICapable,
UIKeyboardTypeNumbersAndPunctuation,
UIKeyboardTypeURL,
UIKeyboardTypeNumberPad,
UIKeyboardTypePhonePad,
UIKeyboardTypeNamePhonePad,
UIKeyboardTypeEmailAddress,
UIKeyboardTypeDecimalPad,
UIKeyboardTypeAlphabet = UIKeyboardTypeASCIICapable

这里是 Apple 文档链接。

http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html#//apple_ref/doc/c_ref/UIKeyboardTypeDefault

您可以设置以上任何一个。

self.myTextView.keyboardType = UIKeyboardTypeDefault; 

关于iphone - 如何为iPhone Bundle.settings设置UIReturnKeyType?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5362576/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com