We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
传入 attachview 弹窗试图本身的按钮响应全部失效 点击就dismiss了啊
The text was updated successfully, but these errors were encountered:
你可以参考一下:FWPopupViewSwiftDemo中的 FWMenuViewDemoVC类中的menuView1
Sorry, something went wrong.
我的弹框视图设置了attachView ,在弹框视图中存在 UICollectionView 的话,会在点击 cell 的时候不响应didSelectItemAt:方法。我的解法是在弹框视图中重写了gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch)方法,并且走touch.view?.isDescendant(of: myCollectionView)判断点击的view 是否为我的 collectionView 实例,如果是则return false禁用手势
No branches or pull requests
传入 attachview 弹窗试图本身的按钮响应全部失效 点击就dismiss了啊
The text was updated successfully, but these errors were encountered: