如何更改 iPhone 中的 UISwitch 名称?

发布于 2024-12-07 05:10:21 字数 325 浏览 2 评论 0原文

可能的重复:
如何在iPhone中自定义UISwitch按钮?

更改 < 的名称code>UISwitch (如开、关)我正在 Xib 中创建 UISwitch,所以我想更改名称,如 yesno

Possible Duplicate:
How to customize UISwitch button in iphone?

How to change name of UISwitch (like on,off) i am creating UISwitch in Xib so i want to change the name like yes or no.

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

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

发布评论

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

评论(3

画▽骨i 2024-12-14 05:10:21

没有公共 API 方法可用于更改 UISwitch 上的文本。

您应该使用 UISegmentedControl自定义 UISwitch

There is no public API method for changing the text on an UISwitch

You should use a UISegmentedControl or a Custom UISwitch

心安伴我暖 2024-12-14 05:10:21

我发现这个对于创建自定义开关非常有用

http://osiris.laya.com/projects/rcswitch/

您可以创建自定义开关并且在苹果批准中不会有任何问题。

This one I found is very useful for creating the custom switch

http://osiris.laya.com/projects/rcswitch/

You can create the custom switch and there will not be any problem in apple approval.

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