UIKitPlus
UIKitPlus copied to clipboard
Feature Request: DragGesture support
Add a feature like SwiftUI's DragGesture, to let UView can be drag after adding to superview https://developer.apple.com/documentation/swiftui/draggesture
Isn't it kinda Pan gesture in UIKit?
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.