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.
我在 UIView 中遇到了 UIButton 的问题:部分按钮不响应触摸。原因是另一个 UIView 中的 UIStepper。但是,那个观点是隐藏的!
为什么系统认为另一个隐藏视图中的 UIStepper 仍然存在?(UIStepper 不接收实际事件。)
通过从视图层次结构中真正删除带有步进器的视图而不是仅仅隐藏它来解决我的问题。