SwiftUITouchHandling This examples features an UIKit view and a SwiftUI view. The goal is that areas in SwiftUI that don't process touches should forward touches to the underlying UIView. Currently the area that is wrapped SwiftUI always consumes touches. In UIKIt this can be prevented via setting = false. In SwiftUI there's But neither does block touches. If we set then touches are forwarded, but the whole item isn't participating in touch forwarding.
| Stars | 39 |
| Forks | 4 |
| Language | Swift |
| Category | 未分类 |
| License | MIT |
| Quality Score | 18.73/100 |
| Last Updated | 2026-05-15 |
| Created | 2020-10-26 |
| Est. Tokens | ~1k |
Explore other popular 未分类 tools:
SwiftUITouchHandling is Testing touch handling from embedded SwiftUI views. It is categorized as a 未分类 with 39 GitHub stars.
SwiftUITouchHandling is primarily written in Swift.
You can find installation instructions and usage details in the SwiftUITouchHandling GitHub repository at github.com/steipete/SwiftUITouchHandling. The project has 39 stars and 4 forks, indicating an active community.
SwiftUITouchHandling is released under the MIT license, making it free to use and modify according to the license terms.