iPhone UIButton with UISwitch functionality(具有 UISwitch 功能的 iPhone UIButton)
问题描述
有没有一种方法可以使用自定义图形来实现 UISwitch 的开关状态?或者作为另一种选择,一个具有 UISwitch 功能的 UIButton?
Is there either a way to implement UISwitch with custom graphics for the switch-states? Or as an alternative the other way round, an UIButton with UISwitch functionality?
推荐答案
UIButton
已经支持切换"功能.
UIButton
already supports a "switch" functionality.
只需在 Interface Builder 中为Selected State Configuration"设置不同的图像,并使用 UIButton
的 selected
属性来切换其状态.
Just set a different image in Interface Builder for the "Selected State Configuration", and use the selected
property of UIButton
to toggle its state.
这篇关于具有 UISwitch 功能的 iPhone UIButton的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:具有 UISwitch 功能的 iPhone UIButton


基础教程推荐
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- 如何使用 YouTube API V3? 2022-01-01
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- 固定小数的Android Money Input 2022-01-01