我有这个问题。
我们有:
[wrapper addSubview:_headerView]; // _headerView contains UIButton
有:
self.tableView.tableHeaderView = wrapper;
如果将表格滚动到顶部,它可以正常工作。如果我向下滚动此表格,我会为_headerView
设置新框架,因为在某些情况下我必须让它可见。
但问题出现了:来自UIButton
的{{1}}对我的手势没有反应。
有人可以帮忙吗?
修改
跑完后:
_headerView
它返回:
po [[UIApp keyWindow] recursiveDescription]