I can get button presses etc in Iphone. Is there away to catch drag events? Or do i need to make something custom to handle this?
Are there any complications if you have a mainview and inside the main view you have 2 subviews. So basically 3 view on the sceen at once. Can all drag events go to the mainview?
Many Thanks,
Code
You can implement the following method in a custom subclass of either
UIVieworUIViewController:Assuming there’s one instance of UIViewController that loads the main view and its subviews, if you implement the method in your controller class it should get called for drag events in any of the views.