Feature Request: DragGesture support
Opened this issue · 2 comments
EkkoG commented
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 commented
Isn't it kinda Pan
gesture in UIKit?
EkkoG commented
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.