Tagged Questions
6
votes
8answers
2k views
Tap pressure strength detection using accelerometer
Yesterday, in the presentation about the new Garageband for iPad 2, Apple demoed an interesting feature: The detection of the tap pressure by using the accelerometer. (See the drums section on the ...
3
votes
1answer
259 views
iphone - single tap gesture conflicts with double one
I have a view. I wish to define to kinds of tap gestures for it.
So if a user single tap on the view, view will do A; and if a user double tap on the view, it will do B without doing A.
I added two ...
3
votes
1answer
312 views
MapKit multiple pins same coordinates, different info selection
I have the following situation:
- 3 pins with same coordinates but different title and info
- on map there is ony one pin
It is possible to tap multiple times on that pin and the annotation displayed ...
2
votes
2answers
468 views
Deal with mouseover/mouseout event in jQuery for mobile web
I am working on mobile web and facing problem with mouseover/mouseout events used in js. These two events are used to change opacity of links. The problem is, I need to tap twice (testing on iPhone) ...
1
vote
1answer
141 views
detect Touch on UIButton
Ok, Here is the Hierarchy of my View.
Main View
|---------------|---------------|
UIView UIView UIView
| | |
...
1
vote
3answers
276 views
Add TapGestureRecognizer to UITextView
I want to add an *UITapGestureRecognize*r to my UITextView, because I want to close a "Popup" where the TextView is in. So I want, that the method "hide" of the Popup class is called, when the ...
1
vote
1answer
1k views
Detect single tap on UIScrollView containing 'n' UIImageViews
I am simply trying to get hold of the UIImageView that was tapped on, from the UIScrollView.
I have found 2 ways of achieving the above on the Web.
1st method : create a tap gesture on the ...
1
vote
2answers
1k views
ccfollow actions in cocos2d
ccfollow actions is following my projectile correctly. when, double tap recognised.
see the below code. were am mistaken.
here is my code:-
- (void)update:(ccTime)dt {
if (numTaps==1 ) {
...
1
vote
2answers
231 views
split the objects in cocos2d
am having cocos2d game. in this, when player touches the screen, i want to split the sprite object in to three object.
1
vote
3answers
127 views
Making images appear… How?
Could someone please tell me how to make an image appear when the user taps the screen and make it appear at the position of the tap.
Thanks in advance,
Tate
1
vote
2answers
1k views
Add a Button in UIView on Tapped Point
Hi im trying to add a button on the point where users tapped on the screen.
Here is the code in my UIView file
- (void)drawRect:(CGRect)rect {
// Drawing code
NSLog(@"drawRect, %i, %i", ...
0
votes
1answer
86 views
How to detect whether a browser has tap highlighting?
How can I detect whether a browser has tap highlighting? I could just scan the user agent string for "iphone", "ipad", and "android" and hope to cover most touch screen devices, but that seems rather ...
0
votes
0answers
66 views
Tap event on augmented reality canvas(overlay)
I integrated augmented reality in my Iphone and android app,but I want to call a function on added points so that user can get more details of that facility element but unable to call onclicklistner ...
0
votes
1answer
118 views
How to load multiple views on each button tap when using a UISegmentedVIew
I have a UISegmentedControl with a 3 button layout that I use to control a 3 Views layout that I have
I am able to detect the taps on each button but how to I load and show the views that I want for ...
0
votes
3answers
145 views
MKMapView hide navigationBar on tap like in photo app without loosing functionality of MKMapView
I would like to hide and show the navigation bar on tap like the one in the photos app
BUT without loosing the functionality of the MKMapView. the user should still be able to double tap for zoom, ...
0
votes
1answer
273 views
AQGridView - How to detect a touch instead of a selection?
I've incorporated the really awesome AQGridView into my project but am having a small problem,
The only delegate method i find is
- (void) gridView:(AQGridView *)gridView ...
0
votes
1answer
65 views
iPhone tap to next page event
I just wonder how can I achieve the gesture of tapping the lower right (left) corner of the screen to go to the next (previous) page in a UIScrollView, just like it did in the iBook apps from Apple?
...
0
votes
0answers
69 views
UITapGestureRecognizer and auto correction
I have the following code:
- (void)viewDidLoad
{
UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self
...
0
votes
1answer
101 views
Long musical notes like Tap Tap revenge
I am trying to make a game similar to Tap Tap Revenge. If you played this you might have an idea of how long notes coming. I wana integrate that functionality in my game.
I tried MotionStreak and ...
0
votes
1answer
292 views
Move sprite up while tapping/holding in Cocos2D for iPhone
I was wondering how to have it in Cocos2D to make a sprite move up, while the user's finger is being held on the screen. I have a mechanism in place that does so, but only moves the sprite once.
Is ...
0
votes
2answers
2k views
UITapGestureRecognizer doesn't work added to an UIView?
I'm triyng to make a gesture recognizer for a simple UIView:
UIView *theView = [[UIView alloc] initWithFrame:rect];
[theView setUserInteractionEnabled:YES];
UITapGestureRecognizer *tap = ...
0
votes
1answer
1k views
How to detect tap on uiview with lots of controls?
My problem is about tap detection.
I have a uiviewcontroller and there are some controls on uiview (labels, buttons, tableview, imageview, etc..)
When I tap the uibutton I display a small uiview ...
0
votes
4answers
271 views
how can I get image tag from different image views on tapping on it
I want to used image view from nos. of image views in scroll view on single tapping any particular image view.
0
votes
1answer
567 views
how to get tap location from UIScrollview that covered by UITextview
HI all...
i have a textview as a subview of scrollview, the textview is cover all of scrollview area.
i want to get location tap in scrollview, but the textview didn't passed it
the case is, if i tap ...
0
votes
2answers
138 views
Double Tap for certain part of view
I am bit stacked with a functionality that should perform a certain task after double taping on a certain place on UIView. I know how to count number of taps, but do not know how to determinate which ...
0
votes
1answer
203 views
iphone- Highlighting div on tap that isn't a link
I'd like to highlight an entire div when the user touches or selects the text contained in the div. I'm able to highlight the text only when it is contained in a span with a javascript function, but ...
0
votes
0answers
144 views
Making a UIImageView appear when screen is tapped [closed]
Possible Duplicate:
Making images appear… How?
Hi all, Could someone please tell me how to make an image appear when the user taps the screen and make it appear at the position of ...
0
votes
1answer
86 views
Miss a single tap randomly
I have the following code snippets
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
UITouch *touch = [touches anyObject];
NSUInteger numberTaps = [touch tapCount];
// ...
0
votes
4answers
438 views
iPhone + detect tap of disabled UIControl
I am developing In App purchase for one existing application. Scenario is something like I have a feature in application (which contain UITextField control), which is initially disabled and when user ...
0
votes
1answer
321 views
Recognize regular taps in table view on iPhone
I have a table view with custom cells and I recognize swipes in that cells. That works just fine but I'd like the table view to behave normally. When I tap the wherever on the table view I'd like cell ...