@tomcat wrote:
reveal找到了 app某个按钮 居然不能隐藏 但是确实是这个按钮地址
cy# [#0x1277a9d70 allTargets]
[NSSet setWithArray:@[#""]]]
cy# [#0x1277a9d70 allControlEvents]
193
cy# [#0x1277a9d70 actionsForTarget:#0x1269a4600 forControlEvent:193]
null
发现按钮并没有对应的action,这就奇怪了!UIButton必须要有target和action,不然这个Button不能响应事件。我们试试其他的ControlEvent
结果 还是null
Posts: 1
Participants: 1