标签: iphone cocoa-touch uiswitch
我正在尝试使用UISwitch控制器,但将其默认文本设置为“是/否”而不是“开/关”。最简单的方法是什么?那可行吗?
答案 0 :(得分:4)
不幸的是在德语中,但源代码是可读的并且运行良好:
http://www.mobile-dev.de/iphone-code-schnipsel/34-iphone-user-interface/192-aendern-des-textes-von-uiswitch-elementen.html
但你应该阅读文档:
http://developer.apple.com/library/ios/#documentation/uikit/reference/UISwitch_Class/Reference/Reference.html
The UISwitch class is not customizable.
我不知道是否允许这样做,您将在Apple批准过程中遇到麻烦。