The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
41 views

How to Drag a UIImageView?

Here is my situation: I have 3 UIImageViews. Two of them will act as reactors (the ones that the third one would be dragged to). The third one, like mentioned, will be draggable to one of the two ...
0
votes
1answer
20 views

make a foreground view click-through

I don't find the way to make this work. My application has 2 FrameLayouts with many child views (suppose ImageViews for simplicity), stacked one over the other. My problem is, I need the ...
0
votes
1answer
19 views

touchesEnded not getting called when combined with UIButton?

I've implemented that when the my UIButton is highlighted and my UISwipeGestureRecognizer recognizes the gesture it will begin an animation. The problem is I want to end the animation when ...
0
votes
0answers
13 views

Get segment of path geometry at mouse position

My objective is to insert a point(vertex) at mouse click position on a path geometry. I am facing problem determining the index within the pointcollection at which the new point is to be inserted. ...
1
vote
3answers
39 views

Prevent UITableViewCell selection when dragging a subview

I have a UITableViewCell subclass and I have added a UIView to its contentView property. In order to enable dragging that subview, I have implemented the UIResponder appropriate methods: - ...
0
votes
1answer
73 views

Pass touch events from UIView on top of UITableView

I'm trying to build a custom table view with a UIView overlaying it. I'm trying to recognize a special gesture on the regular UIView, specifically a pan gesture that takes a double tap to activate it ...
0
votes
1answer
48 views

Is there a method called in between touchesBegan and touchesEnded?

I asked this question on the Stack Exchange Game Development Site about how to combine the tap and long hold gesture recognizers, and received the following answer: The way to deal with this is to ...
0
votes
1answer
27 views

ScrollView - Send Touches to View below

My setup - and I cannot change it - is right now: Root View - UIView -- ScrollView2 - ScrollView1 (this is top in view hierarchy) The first scrollview is used to apply some transitions on the below ...
1
vote
1answer
44 views

Constraining motion inside a circle

Looking for some direction on this. Say you have a ring of radius r. Inside the ring you have a circle of radius c, where c < r. I want the user to be able to grab the inner circle and move/throw ...
1
vote
3answers
77 views

How to detect touch end of image view when touches moving

I have an image view. i detected touch in image view like this -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { UITouch *touch = [touches anyObject]; int viewTag=[touch ...
0
votes
1answer
21 views

UITapGestureRecognizer double click slows down release

I 've an annoying problem. I' m adding a gesture recognizer: UITapGestureRecognizer* tapGesture =[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(DoubleClick:)]; ...
0
votes
2answers
46 views

Drawing in screen with finger in UITableView

I am following this excellent small tutorial about drawing on screen in the layer of a UIView (subclass). http://spritebandits.wordpress.com/ It just works. There is just one thing. I placed this ...
1
vote
1answer
64 views

removing a subview from another subview when tapped outside

i am trying to build my first iphone app, please do help me out of this issue!! i have my scrollview as a subview of my controller's view and some controls like label, button, textfield and tableview ...
0
votes
0answers
189 views

touchesBegan not being called over a UIbutton

The touchBegan method is not being called over my UIButton. I want both the UIButton and the touchesBegan method to share the touch. Is that possible? Right now when I click the button, only the ...
-3
votes
2answers
257 views

touch began, touch move, touch end not run with UITableView [closed]

i try to catch touch even in table view to slide tableview1 to tableview2 by touch move, but in the tableview, touch even can't be called, i don't know why that and how to catch touch in tableview to ...
2
votes
1answer
35 views

Is it possible to make the upper layer recognize a kind of gesture while passing other kinds to lower layer?

I am working on an iPad application where the user can place several editable text boxes on a canvas. Each text box should be able to be moved by dragging it around with one finger. The user can ...
2
votes
2answers
75 views

Disable touches but not all user interaction on UITextField

I have a UITextField but I want to be in control of when it is focussed and when it is unfocussed. In order to achieve this I need to be able to block touch events on that text field. I know I could ...
0
votes
1answer
44 views

UIButton in a subClass of UIViewController not respond to any touches

I have met the problem some days ago,I also have searched the solutions everywhere,but none work fine.I add a button into a custom viewController(is a subClass of UIViewController),then,add the ...
1
vote
1answer
134 views

uiscrollview won't cancel content touches for uisegmentedcontrol

I've subclassed th UIScrollView and overriden the touchesShouldCancelInContentView: method the following way: -(BOOL)touchesShouldCancelInContentView:(UIView *)view { if ([view ...
0
votes
2answers
244 views

Touches method in UIViewController and UIView

I'm working on iPad app. My UIViewController contains only a custom UIView with a size of 500wx500h. I implemented the touches methods both in the UIViewController and the custom UIView in order to ...
0
votes
2answers
229 views

ccTouchesBegan not called

I'm trying to implement ccTouchesBegan in my GameScene. I've set isTouchEnabled = YES. I'm also calling addStandardDelegate on the touchDispatcher. Finally, in my AppDelegate i have [glView ...
2
votes
0answers
371 views

Android Tablets and Software Buttons, Menu gets no touches

First of all.. I'm fairly new to the Android world (I'm expanding from just iOS Development) and have done a fair share of research on the internet but am kind of stumped with this one.. My App is a ...
0
votes
0answers
89 views

Tap Gesture and Swipe at the same time in Xcode without crash?

In my code, I've been using UIGestureRecognizers to recognize swipes. I recently tried adding one for a tap, but the app seems to crash whenever I try swiping. I think there's something going with the ...
0
votes
0answers
49 views

UIButton - press and hold and slide over anther button

I make an two unibutton red and blue, the image format is png. You can see the picture below the red button is overlap the blue button. Question is when i click the white arrow area, the function ...
1
vote
0answers
67 views

android catch touches in background

I want to provide user with a way to control my application then it is in background. I implemented special hidden area in a corner via overlay. But such solution has lots of restrictions: only 2 ...
1
vote
1answer
35 views

Checking when an object is dragged over another object

I have simple example => http://i.imgur.com/5ZHA6.png 1 draggable object (red ball) 7 objects (rectangles) I want to drag ball's object over rectangle's objects and when ball is over some ...
1
vote
1answer
133 views

UISlider doesn't response at max edge position

I have implemented UISlider using DoubleSlider The problem is when my view appears and my slider handles are in min and max position by then. Symptoms: When the view is loaded maxHandle doesn't ...
0
votes
3answers
83 views

UIGestureRecognizers Dependencies

I have a UIView that has a UILongPressGestureRecognizer in it like this: movementGestureRecognizer = [[UILongPressGestureRecognizer alloc] init]; [movementGestureRecognizer setDelegate:self]; ...
1
vote
0answers
80 views

Record all touches with timestamp, export touch data to file

I am working on a research project that involves user interaction with an iPod. The application runs for approximately 10 hours, and I need to record the following information: 1) How many times was ...
0
votes
1answer
133 views

TouchesMoved method for two view controllers

In my app there are two view controllers. I wrote touchesmoved method in both the view controllers. But even if i touch on second view controller on simulator, the first VC touches moved method is ...
0
votes
0answers
19 views

UIButton stops working when having five or more fingers on screen elsewhere [duplicate]

Possible Duplicate: How to force iPhone/iPod touch to handle more than 5 touches at the same time? UIButton stops working (not receiving any down/up or other events) when having five or ...
1
vote
0answers
131 views

Homemade tap gesture recognizer for iOS

I'd like to code my own tap gesture recognizer, to detect the number of taps and number of touches (I don't want to use the iOS tap gesture recognizer because I want to extend it later in various ...
1
vote
2answers
2k views

How to make UIImageView automatically resize to the size of the image loaded

I have put an UIImageView control on my view with IB. The size of the control is just something I decided upon, pretty random size really What I want to do is the control to resize automatically ...
1
vote
1answer
171 views

UIScrollView not responding to touches

I have an UIScrollView in which I display tweets. The scrollView is contained in a stack of views, the last of which has 4 gesture recognizers. The scrollView is populated as follows: - (void) ...
0
votes
0answers
143 views

Is there any way to check weather a point is contained in a polygon in Cocos2dx?

Same principle is presented in CCRectContainsPoint. But say my sprite is a polygon and I want to make an imaginary polygon to wrap around it (just like CCRectMake) and detect weather my touch location ...
0
votes
1answer
38 views

difference of the two parameters in method like - (void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event

when i try to figure out how to deal with the touches in iOS, i saw some code use the first parameter "touches" some uses the second one "[event allTouches]". so anyway, what's the difference between ...
0
votes
1answer
265 views

Android: Rotated Map View -> Counter rotate touches -> weired issue

I added rotation to my MapView and it is working well except from the touches. I followed this code link for rotating the View and for counter Rotate the Touches. Now my problem. Even if there is ...
0
votes
1answer
94 views

Touches in Cocos2d, some bug

I've written the following program, which has to do the following: when user touch moving sprite it has to be removed from the scene. But, when I run my code the following thing happens: when I ...
1
vote
0answers
97 views

iOS touches entered from outside UIView

I'm trying to build a virtual piano keyboard for iOS. One of the biggest problem's I'm having is how to handle touches that start outside a UIView and then enter it. Since the touchesBegan is being ...
1
vote
4answers
5k views

Allow UIScrollView and its subviews to both respond to a touch

I want both my UIScrollView and its subviews to receive all touch events inside the subview. Each can respond in its own way. Alternatively, if tap gestures were forwarded to subviews, all would be ...
0
votes
1answer
60 views

Cannot receive more than one touch in TouchMoved

I want to get the position of moving touches, so I need to get the array of touches which are moving in the TouchesMoved. I know how to get the array but the problem is that it only gets the one ...
2
votes
1answer
684 views

TouchesEnded not working in iOS5, working fine in iOS4

I have a custom scrollView with the following method implemented: - (void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event { //if not dragging send it on up the chain ...
0
votes
1answer
122 views

How to reset the SneakyJoyStick back to its centered position?

I need to know how to reset the SneakyJoyStick back to its original centered position. The problem that I'm having is I have the joystick controlling my player and when the player reaches a door tile ...
0
votes
3answers
306 views

Registering touches on CCSprite characters of a CCLabelBMFont label

The problem I encounter is that the positions of the CCLabelBMFont label and the one of the CCSprite characters composing that label seem to be different so I cannot manage the touch events... To ...
0
votes
1answer
192 views

Setting boundary conditions for object to traverse a path through dragging the object

I am developing an application in which there is one object which is draggable.The user can drag this object in a specified path, not outside the path. For achieving this I had to set the boundary ...
1
vote
2answers
532 views

How to make a sprite follow a trail?

I'm making a game where the player draws a line and then a sprite should follow and run on it. I have a mutable array and also a draw method which works well. but I'm having trouble figuring out a way ...
0
votes
1answer
371 views

Dragging two images using multi touch

I am fairly new to touch event and i have a problem. I use the code above to drag two images on screen. The code works however when the the second finger touches the screen the first movement stops. ...
1
vote
1answer
117 views

How to detect end of “halfway” 4-finger-pinch on iPad

I am stuck on this problem: When i use the four finger pinch (like the home button) to close the app, but only do it "halfway" (the app window gets smaller etc.) and then release it so that it does ...
0
votes
1answer
105 views

Capture all main gestures on same view

I neet to capture all the main gestures. for example I want to be able to track when the user taps once, taps twice, taps once with one finger, taps twice with two fingers, when he pinches, when he ...
0
votes
0answers
1k views

touchesBegan not called in a UIView subclass

I am trying to mimic the GLPaint app and I have a TDPaintingView that has methods for -(void)touchesBegan... as well touchesMoved, touchesEnded, and touchesCanceled. However, I am not seeing any of ...

1 2 3 4