iOS Question Unexpected event (missing RaisesSynchronousEvents): pan_event:

yfleury

Active Member
Licensed User
Longtime User
I have this in red in debuger.
When I test my apps on Iphone Debuger show it only one time. If I run my app again, it's appear again.

I think is related to Drawer.
I try this
Sub pan_event

End Sub

But it show again.
Any hint?
 
Top