Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的故事板上有一个正在使用的 UISwitch,我无法将措辞从开/关更改为私有/公共,这是我的应用程序所需要的。此外,我希望开关是水平的并且更长,以便可以在其旁边添加简要说明。
那可能吗?我怎么做?我附上了我目前拥有的屏幕截图。
在 iOS 5 下,除了 tintColor 之外,您无法自定义 UISwitch。
如果你想要 onImage 和 offImage 自定义,你可能想看看 iOS 6 带来了什么。
要像使用单选按钮一样在“公共”和“私人”之间切换,您应该使用可以根据需要自定义的 UISegmentedControl。