Skip to content

Complete gesture view modifier support#905

Merged
Kyle-Ye merged 10 commits into
mainfrom
feature/tap_gestures
Jun 11, 2026
Merged

Complete gesture view modifier support#905
Kyle-Ye merged 10 commits into
mainfrom
feature/tap_gestures

Conversation

@Kyle-Ye

@Kyle-Ye Kyle-Ye commented Jun 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Implement gesture view modifier responder wiring for masked view gestures, subview gesture propagation, and debug wrapping.
  • Add simultaneous and high-priority gesture modifier/combiners, plus optional gesture support.
  • Add public View gesture overloads for GestureMask, isEnabled, and named gestures with DocC.
  • Add gesture debug tree formatting coverage and compatibility tests.

@github-actions github-actions Bot added area: event-gesture Events, gestures, tracing, or interaction plumbing. area: tests Test suites, UI tests, fixtures, snapshots, and test support code. type: feature New API, behavior, platform support, or user-facing capability. labels Jun 10, 2026
@Kyle-Ye Kyle-Ye marked this pull request as ready for review June 10, 2026 19:03

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 27.64228% with 178 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.29%. Comparing base (cf9a0d4) to head (8d186d8).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...wiftUICore/Event/Gesture/GestureViewModifier.swift 0.00% 96 Missing ⚠️
...s/OpenSwiftUICore/Event/Gesture/GestureDebug.swift 61.90% 40 Missing ⚠️
...es/OpenSwiftUICore/Event/Gesture/GestureMask.swift 0.00% 30 Missing ⚠️
...penSwiftUICore/Event/Gesture/OptionalGesture.swift 0.00% 10 Missing ⚠️
Sources/OpenSwiftUICore/Util/AnyAttributeFix.swift 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #905      +/-   ##
==========================================
+ Coverage   26.28%   26.29%   +0.01%     
==========================================
  Files         710      712       +2     
  Lines       49705    49987     +282     
==========================================
+ Hits        13063    13144      +81     
- Misses      36642    36843     +201     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye Kyle-Ye requested a review from Mx-Iris as a code owner June 11, 2026 16:47
@Kyle-Ye Kyle-Ye merged commit 132c1fa into main Jun 11, 2026
8 checks passed
@Kyle-Ye Kyle-Ye deleted the feature/tap_gestures branch June 11, 2026 18:09
This was referenced Jun 12, 2026
@Kyle-Ye Kyle-Ye linked an issue Jun 12, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: event-gesture Events, gestures, tracing, or interaction plumbing. area: tests Test suites, UI tests, fixtures, snapshots, and test support code. type: feature New API, behavior, platform support, or user-facing capability.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Gesture support

1 participant