UISwitch 文本未显示在设备上
我有一个带有多个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 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.