gpt4 book ai didi

iphone - UITextField 返回键文本从 "Done"更改为 "Post"

转载 作者:行者123 更新时间:2023-12-03 18:41:33 25 4
gpt4 key购买 nike

我已经创建了一个具有 textField 的示例应用程序,并且应该完成其返回键类型。我想将文本从“完成”更改为“发布”。

我真的需要这样做。

请帮帮我?提前致谢。

最佳答案

现在苹果只支持这些类型:

typedef enum {
UIReturnKeyDefault,//Set the text of the return key to “return”.
UIReturnKeyGo,//Set the text of the return key to “Go”.
UIReturnKeyGoogle,//Set the text of the return key to “Google”.
UIReturnKeyJoin,//Set the text of the return key to “Join”.
UIReturnKeyNext,//Set the text of the return key to “Next”.
UIReturnKeyRoute,//Set the text of the return key to “Route”.
UIReturnKeySearch,//Set the text of the return key to “Search”.
UIReturnKeySend,//Set the text of the return key to “Send”.
UIReturnKeyYahoo,//Set the text of the return key to “Yahoo”.
UIReturnKeyDone,//Set the text of the return key to “Done”.
UIReturnKeyEmergencyCall,//Set the text of the return key to “Emergency Call”.
} UIReturnKeyType;

也许您可以使用发送来代替。

关于iphone - UITextField 返回键文本从 "Done"更改为 "Post",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6978437/

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