We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
iOS14から allowsHitTesting() を利用する方法だと Toggle も操作不可になった
allowsHitTesting()
Toggle
The text was updated successfully, but these errors were encountered:
Fix issue #5 iOS14から allowsHitTesting() を利用する方法だと Toggle も操作不可になった問題を修正
aaac248
Tapを無視したい場合は、onEndedで何もしないTapGestureを返すようにした
Update README for issue #5
6f067d8
#5 Add gif to README
8a07056
3d9abef
Merge pull request #6 from taguchi-k/fix/ios14-bug
cba406a
iOS14で動作しない #5 修正
Add post "[SwiftUI]Gestureの活性・非活性をコントロールするサンプルのiOS14バグ修正"
a5ed4ad
以前書いた記事のサンプルがiOS14でバグったのを修正した件の記事を追加 taguchi-k/swiftui-allows-hit-testing-sample#5
taguchi-k
Successfully merging a pull request may close this issue.
iOS14から
allowsHitTesting()
を利用する方法だとToggle
も操作不可になったThe text was updated successfully, but these errors were encountered: