使用 SearchBarDisplay 时,如何更改取消按钮的名称
当设置 SearchBarDisplay 时,使用 IB 或以编程方式,它会在搜索窗口右侧获得一个取消按钮。按钮上的文字显示“取消”。如何将文本更改为另一种语言。 我知道如何仅使用 SearchWindow 更改导航栏上“完成”按钮的文本,但这似乎不适用于默认的此按钮。
类似的问题是,如果不匹配,表中会出现文本“无结果”。 如何更改为另一种语言?
When setting a SearchBarDisplay, using IB or programmatically it gets a Cancel button right to the search window. The text on the button says "Cancel". How do I change text to another language.
I know how to change text for a Done button at the Navbar using only SearchWindow but that does not seem to work for this button which comes as default.
And a similar question is the text "No result" coming up in the table if no match.
How change to another language?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过以下方式更改取消的标题,但搜索栏的标题:
现在根据您的语言设置此标题。
我尝试了这个并且它在我的演示应用程序中工作。
如果它对您不起作用,请告诉我。
You can change title of you cancel but of searchBar by this :
now set this title as per your language.
i tried this and its working in my demo app.
let me know if it wont work for you.