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

Feature Request: DragGesture support #18

Open
EkkoG opened this issue Jan 3, 2022 · 2 comments
Open

Feature Request: DragGesture support #18

EkkoG opened this issue Jan 3, 2022 · 2 comments

Comments

@EkkoG
Copy link
Contributor

EkkoG commented Jan 3, 2022

Add a feature like SwiftUI's DragGesture, to let UView can be drag after adding to superview
https://developer.apple.com/documentation/swiftui/draggesture

@MihaelIsaev
Copy link
Owner

Isn't it kinda Pan gesture in UIKit?

@EkkoG
Copy link
Contributor Author

EkkoG commented Jan 4, 2022

Pan gesture and Auto Layout are conflict, so with Pan gesture, we need to split draggable view out from AutoLayout system, this can be done some way, but it's not very convenient.

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

No branches or pull requests

2 participants