You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add a feature like SwiftUI's DragGesture, to let UView can be drag after adding to superview
https://developer.apple.com/documentation/swiftui/draggesture
The text was updated successfully, but these errors were encountered: