gpt4 book ai didi

iphone - 我可以摆脱 iPhone 键盘的最后一行或更改某些键的功能吗?

转载 作者:行者123 更新时间:2023-11-29 13:18:00 24 4
gpt4 key购买 nike

我正在开发我的第一个 iphone 应用程序,它是一个文字游戏,我想知道是否有人可以告诉我是否有使用苹果键盘但改变某些键的方法。苹果键盘的最后一行在我计划的应用程序中是多余的,只是占用了屏幕空间。我需要一个完成按钮而不是一个 shift 按钮(在第三行)。无论如何要更改键并摆脱键盘上的键。我知道 Apple 不喜欢“自定义”键盘,但我可以自定义一两个键而不影响键盘的全部功能吗?如果我能去掉一行,如果不能的话,我能不能用空格键之类的键替换“提示”按钮?

如果不允许我在键盘上添加自定义键(如提示按钮),我能否去掉 iPhone 键盘的最后一行或更改某些键的功能?

我对这些东西了解不多,我是新手,所以提前感谢您的帮助:)。

最佳答案

不,你不能改变 Apple keyBoard key Functionality 系统,但是你可以改变 KeyBoard 的类型

typedef enum {
UIKeyboardTypeDefault, // Default type for the current input method.
UIKeyboardTypeASCIICapable, // Displays a keyboard which can enter ASCII characters, non-ASCII keyboards remain active
UIKeyboardTypeNumbersAndPunctuation, // Numbers and assorted punctuation.
UIKeyboardTypeURL, // A type optimized for URL entry (shows . / .com prominently).
UIKeyboardTypeNumberPad, // A number pad (0-9). Suitable for PIN entry.
UIKeyboardTypePhonePad, // A phone pad (1-9, *, 0, #, with letters under the numbers).
UIKeyboardTypeNamePhonePad, // A type optimized for entering a person's name or phone number.
UIKeyboardTypeEmailAddress, // A type optimized for multiple email address entry (shows space @ . prominently).

UIKeyboardTypeAlphabet = UIKeyboardTypeASCIICapable, // Deprecated

} UIKeyboardType;

关于iphone - 我可以摆脱 iPhone 键盘的最后一行或更改某些键的功能吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15157622/

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