What is the difference between Highlighted and Selected UIButton#39;s State?(Highlighted 和 Selected UIButton 的 State 有什么区别?)
问题描述
谁能告诉我UIButton
的高亮状态和选中状态有什么区别?
Can anyone tell me What is the difference between Highlighted and Selected state of a UIButton
?
推荐答案
根据文档:
突出显示状态 控件.控件在跟踪期间进入和退出触摸以及发生触摸事件时进入此状态.
Highlighted state of a control. A control enters this state when a touch enters and exits during tracking and when there is a touch up event.
和
选定状态.对于许多控件,此状态对行为或外观没有影响.但是其他子类可能有不同的外观,具体取决于它们的 selected
状态.
Selected state of a control. For many controls, this state has no effect on behaviour or appearance. But other subclasses may have different appearance depending on their selected
state.
这是各州之间的纯粹区别.
this is the pure difference between the states.
这篇关于Highlighted 和 Selected UIButton 的 State 有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Highlighted 和 Selected UIButton 的 State 有什么区别?
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- URL编码Swift iOS 2022-01-01
- UITextView 内容插图 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01