UISwitch 文本未显示在设备上

发布于 2024-09-03 02:20:41 字数 235 浏览 2 评论 0原文

我有一个带有多个 UISwitch 控件的屏幕。

在我的 iPhone 模拟器上,此屏幕工作正常,并且“开关”文本显示为“开/关”。

在我的测试设备(iPod Touch)上有所不同。这里的文本似乎丢失了,我只得到“1”(而不是“开”)和“0”(而不是“关”)。

我不知道 iPod Touch 的不同之处以及为什么它无法正确显示。

有人有类似的经历吗?这是一个错误吗?

干杯

I have a screen with several UISwitch controls.

On my iPhone simulator this screen works correctly and The Switch text shows as On/Off.

Different on my testing device (iPod Touch). Here the text seems to get lost and I only get "1" (instead of "On") and "0" (instead of "Off").

I don't know where the iPod Touch is different and why it's not showing correctly.

Anyone had a similar experience? Is this a bug?

Cheers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萧瑟寒风 2024-09-10 02:20:41

检查 iPod 上设置的 UI 语言。对于大多数语言,IIRC、On/Off 字符串都替换为 I/O。这是正确的行为。

Check the UI language set on your iPod. IIRC, On/Off strings are replaced with I/O for most languages. That's the correct behavior.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文