Top "Uievent" questions

fA UIEvent object (or, simply, an event object) represents an event in iOS.

Touch event handled by multiple views

I have a subclass of UIView on top of a UITableView. I am using the UITableView to display some data …

ios touch touchesmoved touch-event uievent
How to send touch events to superview in iOS?

I am doing an iPad app. How do I send touch events to its superview? I am adding a view …

ios uiview uiresponder uievent
UIGestureRecognizer receive touch but forward it to UIControl as well

How would you allow a UIGestureRecognizer of a UIView to receive a touch event but also make sure that another, …

ios uiview uigesturerecognizer uiresponder uievent
UIView hitTest:withEvent: and pointInside:withEvent

I'm working with Mixare AR SDK for iOS and I need to solve some bugs that happends, one of them …

objective-c cocoa-touch uiview core-graphics uievent
Identifying the Type of Touch Gestures from UIEvent Object

Is there a way to gain the type of touch gestures that triggered a UIEvent? So, let's say I intercept …

iphone ios hittest uievent
How can we handle headphone play/pause button events in foreground in ios

I have an requirement that to handle headphone play/pause button events in foreground. How ever I am able to …

objective-c iphone-5 ios6.1 uievent