The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
22 views

How to have information that a touch event has happened and what kind of touch event and not handle it?

i want to create an NSNotification for all the the touch events happening with there specific recognise types and not handling them just observing them, any ideas?
-2
votes
0answers
20 views

How to catch lock screen play and headphone play controller events [closed]

I'm currently developing an audio player. I'm planning to add a lock screen player controller and headphone (or earphone) controller event to catch each other for various input type. I have already ...
1
vote
1answer
31 views

iOS action - how do i get event data from UIAction for a standard UIButton?

For UIButton, Is there a way on touchDragInside to tell what direction the gesture was in? (up, down, left, right) - (IBAction)buttonTouchedUpInside:(UIButton *)sender forEvent:(UIEvent *)event { } ...
0
votes
1answer
72 views

How to call instance variable programatically

So the objective is to create a reminder event via Apple's documentation. So far I have the instance variable created (and implemented in the header file as well). - (EKReminder ...
0
votes
1answer
126 views

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 handle the same scenario in background using the below code if ([[UIApplication ...
0
votes
1answer
142 views

How to control the iphone power button programmatically?

I want to control the iphone device programmatically. I mean,when user want to switch off the phone one alert message will come.it will ask the password then only the operation will work. when ...
0
votes
2answers
232 views

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 a gesture with hitTest:withEvent:. How do I identify what kind of touch (pinch, tap, swipe, etc.) ...
0
votes
1answer
54 views

Link two events to the same UIButton [closed]

I have created a UIButton programmatically in my iphone application using this code : UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [button addTarget:self ...
1
vote
1answer
22 views

TouchDragEnter into a UIButton

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 ...
0
votes
0answers
34 views

How to avoid UIViewController get the event after it's dealloced

This happens to me: When I pressed one button in the controller,UIApplication send the UIEvent to main thread. But before this event arrives main thread, something happens that destroy the ...
1
vote
1answer
67 views

UIEventSubtype missing elements

The enum UIEventSubtype (iOS UIKit Framework) contains events such as play, pause, next, seek, etc. However, the iPod Access protocol contains numerous other events, such as select, up, down and back ...
0
votes
2answers
25 views

Need to enable my screen to respond to a UITouch only after the user is prompted with a message in my iOS app

Dear fellow iOS developers: I need to enable my screen to respond to a user's touch, but only after they are prompted by a message that appears via an MBProgressHUD. I realize that I need to ...
0
votes
1answer
219 views

Send automated touch event coordinates to a UIView

Is there a way to fake touch events by faking a tap on the screen at a certain coordinate? The problem im trying to solve is rendering a webpage to a opengl texture on a quad. Touches inside the quad ...
0
votes
1answer
43 views

Save events and time of its occuring in a plist iPhone

I have a UIViewcontroller with different UI elements in it. I would like to get a way to track the events occuring on that view ,its point of occurence,and the time of the event occuring without doing ...
0
votes
0answers
79 views

Button press events not getting called

I added a button on a subview of my main view, and when i am pressing that button... I can see it pressed but its selector is not getting called. And when i keep pressing the button for long then its ...
0
votes
0answers
261 views

How to stop passing touch events to superview from a overlay view

I am creating an overlay View to cover the full screen of iPad. I am adding this on UIWindow like below [window addSubview:overlayViewController.view] OverlayView is custom view (derived from ...
0
votes
0answers
59 views

Calendar(Day/week/month view) layouts for Iphone apps

If any one help me in creating the calendar layouts for DayView,MonthView and WeekView. Can I create such layouts with the help of eventkit and UIEvent kit framework? Or Should I design by custom ...
0
votes
1answer
126 views

Override addTarget method

I have subclassed UIControl, and would like to override the sendAction:to:forEvent method so that I can send my own customized UIEvent (so that I can retain the UIControlEvents variable). However, ...
0
votes
3answers
375 views

How to get object in view according to x , y ( touchesMoved )

i would like to get the UIImageView ( or whatever I have ) in the view according to the xPos and yPos using this method : - (void) touchesMoved: (NSSet *)touches withEvent:(UIEvent *)event { ...
2
votes
1answer
217 views

Smaller active area for circle shaped Custom button

I have a custom button (which uses a a circled shaped image as its custom view). The problem is: the active area of the custom button is much too large, if I tap at least 100 pixels outside the ...
1
vote
3answers
162 views

Intercepting UIEvents and passing them on to parent element

I have an interesting scenario. I have a custom TableViewCell class which contains a button. What I would like to do is catch the touch event of the button inside the custom cell class and throw a new ...
0
votes
0answers
141 views

Can I create somehow UITouch/UIEvents to send fake touches to a UIResponder?

I want to store touch sequences somehow, then simply "submit" again later to the responder chain, so no additional classes/methods needed to reconstruction. I've seen that I can't archive UIEvent ...
0
votes
1answer
111 views

iOS app - push notification alert when entity date property reaches deadline

I'm trying to make an app that warns me when a current event is going to end. I have an entity (the event), with a date attribute - which is the end date for the event. How can I set a notification ...
0
votes
1answer
513 views

Get UIEvent to cancel UIGestureRecognizer

I have a simple swipe gesture that I want to be very low priority. I want it to be cancelled by events that happen for controls on the view. At first, I thought this would be simple. It's easy to ...
0
votes
1answer
171 views

iphone remoteevent notifications not getting called for MPMoviePlayer

I am using MPMoviePlayer in my view controller. In viewwillappear I am doing [[UIApplication sharedApplication] beginReceivingRemoteControlEvents]; [self becomeFirstResponder]; but ...
0
votes
1answer
227 views

Is it possible to decide which view the UITouch gets bound to?

I have several UIViews that have somewhat complex shapes that I have drawn via each UIView's drawRect: method. I have saved a reference to the path (via a CGPath property) and I am using that in my ...
0
votes
1answer
86 views

Is it possible to call a UIEvent between viewWillAppear and viewDidAppear?

Is it possible to handle UIEvents between viewWillAppear and viewWillDisappear? For example: Let's say I have a view controller with a UITableView. When pressing a cell I push a another view ...
1
vote
2answers
175 views

I need to differentiate two touch events. How can I differentiate two events?

I'm catching touch events. I need to differentiate two events 1) User touched a screen and then lifted a finger 2) User touched screen and don't lifted a finger How can I differentiate two events? ...
6
votes
3answers
727 views

iOS Loses Touches?

I can't find anything to explain lost UITouch events. If you smash your full hand on the screen enough times, the number of touchesBegan will be different than the number of touchesEnded! I think the ...
0
votes
1answer
143 views

iPhone shake event not work

I have this inside my viewcontroller.m - (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event { if (event.type == UIEventSubtypeMotionShake) { NSLog(@"shake shake shake"); ...
1
vote
0answers
220 views

Copy UIEvent object in touchesBegan Method

I'm trying to pass the UIEvent object received by touchesBegan method to other objects that have to extract the touches from this event to do things. The problem is when the first responder receives ...
0
votes
1answer
154 views

Do UIEvent and UIEventTypeMotion intercept shaking gesture only ?

Reading Apple documentationi found that UIEventTypeMotion is useful only to intercept Shake. It sounds weird... but the only subtype on a UIEventTypeMotion is UIEventTypeMotionShake. I can't ...
2
votes
1answer
4k views

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 is show the information of a POI when the POI's view is tapped. Prelude: Mixare has an overlay UIView ...
2
votes
2answers
328 views

How to catch and handle all events of UIButton in a single method?

I want to have a single method for all the buttons (and all their events) of a view. So far this is what I've got: - (IBAction)uibuttonEvent:(id)idSender forEvent:(UIEvent*)uieventHandle { if ...
2
votes
3answers
5k views

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 and, at the same time, I would like to overlay an animation that follows the finger (for instance, ...
2
votes
1answer
492 views

Stacking UITableViews does not pass touch events beneath its view

I am having 3 UIViews stacked one on top of another UITableview planeView rootView TableView is at the top and rootView at the bottom. (rootView is not visible as TableView is on top of it) I ...
0
votes
2answers
2k views

Android: how to change image each touch

I would like to change an image each time the user touches the screen. I would like to have user tap the screen and the image changes each time and at the 5th touch it would loop back to the original ...
1
vote
1answer
444 views

Intercept UIControlEventTouchUpInside in hitTest:withEvent:

I have followed this great tutorial and I finally managed to implement a 3 independent rows scrollable interface. I am left with a problem though, as the key of that tutorial is the use of method: ...
1
vote
0answers
495 views

Send UIEvent from iOS device UIView to external screen UIView

I'm working on an app using AirPlay and I need a way to have touches on the main screen act as touches on the UI on my external screen in order to be compatible with a large number of previously ...
2
votes
1answer
381 views

Custom UIControl always sends nil UIEvent objects

I have a class that derives from UIControl in which I monitor the touchesBegan/Moved/Ended/Cancelled events. Within those events I call the same events on both super and next responder like so: ...
1
vote
1answer
211 views

Receiving UI events in C++ classes

I'm writing Objective-C++ in Xcode for iOS. My project is mostly C++ classes and a few Objective-C classes at the highest level. My C++ classes contain Objective-C UI elements and I need them to ...
2
votes
1answer
2k views

Disable UIButton blue color when Touch event occurs

When my button is pressed, I don't want it's appearance to change. It changes blue while I touch it. I tried going into IB and unchecking "Highlighted adjusts image" but that didn't seem to change ...
0
votes
0answers
415 views

Re-issuing a touch event

I'm trying to create an overlay view that monitors for touches and then disappears, but also forwards touch events to whatever is underneath the view. My test app has a view with a button inside. I ...
0
votes
2answers
3k views

CCTouchesBegan - CCTouchesEnded need both coordinates

first of all i am new to Cocos2D and Obj-C so i do encounter maybe simple problems like this. my problem looks like this: there is a sprite on the screen and the user will have to touch the top of it ...
0
votes
1answer
543 views

UIButton touch up inside event, bounds change?

So, I discovered an interesting behavior of UIButton after wasting a couple of hours late last night. I probably have come across this in the past but can't recall. I couldn't find an explanation for ...
1
vote
1answer
578 views

UIResponder chain help

I'm having trouble getting my UIButtons, UIScrollViews etc working in this situation: I have the base UIViewController, which is the root controller of the UIWindow. Above that layer I have some ...
16
votes
1answer
3k views

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, underlaying/overlaying UIView also receives that very same touch event? Lets say I have ...