Skip to content
New issue

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

Gestures priority & ProgressView #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

KorsChen
Copy link

1.Increase the priority of swipe gestures to avoid being blocked by external gestures.
2.Rename ProgressView to avoid conflicts with the system's ProgressView.

Copy link
Owner

@buh buh left a comment

Choose a reason for hiding this comment

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

Thanks!
Could you please revert some changes?

@@ -5,7 +5,7 @@

import SwiftUI

struct ProgressView: View {
struct CProgressView: View {
Copy link
Owner

Choose a reason for hiding this comment

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

This is not necessary as it is within the scope of the package (it's not public).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants