Is it possible to TouchDown outside a uibutton and then dragInside another UIButton with the UIEventTouchDragEnter or something like that?
I need help with the code. I tried it with imageView but i would appreciate a solutions with buttons!
Thank you!
Franhu
The
UITouchDownEventevent must happen inside the button for the button to track the touch. TheUITouchDragEnterevent means that the touch started inside the button (generatingUITouchDownEvent), moved outside the button (generatingUITouchDragExitEvent)' then moved back inside the button (generatingUITouchDragEnterEvent).