Question: Such as title, I have a superView A and a childView B. The A has a panGestureRecognizer. When I swipe the B, it will trigger the panGestureRecognizer of A. So I return No in the shouldReceiveTouch of A, But ...
Question: I have a view in an iOS project that is meant to be dragged within the main view. The view. I’ve attached a pan gesture to that view (paletteView), and moving it around works fine. But, the “glitches” when ...