PanGesture does not work after view rotation
I have a custom resizable view, StickerView
, which has DragView
on each corner to allow resizing. The hierarchy of the view is quite complex, so I override some hitTest
in each view to implement the desired logic, cause im DragViews lay deep in hierarchy. Before implementing the rotation gesture, everything worked fine as expected.