Use this tag for questions related to touchesBegan:withEvent, a UIResponder event-handling method in the UIKit framework and MonoTouch.
I need to use touch events but i am trying to detect it from another class, so i will call …
ios objective-c touchesbegan touchesmoved touch-eventI know there already are some questions about this but I couldn't find a solution. There is a very simple …
ios swift touchesbeganI'm using Swift 1.2 I'm trying to use this UIScrollview touchesbegan,touchesmoved,touchesended actions and the link in the 2nd comment …
swift uiscrollview touchesbeganIn one of my view controllers I have several views that contain a UITapGestureRecognizer, along with an implementation of touchesBegan. …
ios iphone objective-c uitapgesturerecognizer touchesbeganI have a UIScrollview in my app and I populate it with LOTS of UIImageViews approx 900. They are all very …
iphone objective-c uiscrollview uiimageview touchesbeganI'm trying to allow some UIButton instances on one of my views to be touched and dragged around the screen (…
ios objective-c uitouch touchesbeganI'm building a rotating banner using a NSTimer to keep track of the current image with the image being animated …
iphone ios touch imageview touchesbeganIn my app I need to catch the exact number of finger on the screen, I try two ways but …
ios xcode touch touchesbegan