【发布时间】:2013-01-28 05:51:13
【问题描述】:
场景是这样的,
我有一个UIButton 和一个UIView。
所以UIView 是父视图
UIButton 是子视图。
现在,
- 如果我将父视图的用户交互设置为 false,那么我可以单击
UIButton? - 如果我不能触摸
UIButton那么为什么UIButton不是 可触摸?
你能解释一下UIButton 是如何知道它的父视图的用户交互是错误的吗?
谢谢,
【问题讨论】:
标签: ios uiview uikit user-interaction uiresponder