Tagged Questions

7
votes
4answers
483 views

Calculate at what row will UITableView stop scrolling?

When a table has many rows, the user can flick up/down the table. This creates a scrolling animation which seems to have a deterministic length depending on the speed/length of the flick gesture. Is ...
7
votes
4answers
3k views

Is there a high-level gestures library for iPhone development?

The iPhone platform has a number of common gesture idioms. For example, there are taps, pinches, and swipes, each with varying number of fingers. But when you're developing an app, it's up to you to ...
4
votes
4answers
7k views

How to recognize swipe gesture in UIScrollView

I'm trying to recognize left/right swipe gesture in a UIScrollView. I've tried to create UISwipeGestureRecognizers and associate them with the scroll view. It works but very rarely. Most of the time I ...
3
votes
2answers
2k views

UISwipeGestureRecognizer Swipe length

Any idea if there is a way to get the length of a swipe gesture or the touches so that i can calculate the distance?
2
votes
2answers
774 views

Position both the safari “touches” from a gesture event?

I want to get the position (relative or otherwise) of the two fingers/touches inside a gesture event (gesturestart, gesturechange, gestureend) on mobile Safari (iOS: iPad/iPhone). I know that the ...
2
votes
1answer
1k views

Horizontal UIView transition using gestures

ok, here goes.... When you gesture right or left on the iPhone home screen to access your pages of applications, you get a seamless transition between the current page of apps and the next one you're ...
1
vote
1answer
41 views

How to get direction in UIPanGesture and increase/decrease or scale view accordingly

As I am new to this field. I searched a lot over net but cant find anything relevant. I am trying for UIPinchGestureRecognizer where once the user Pinch horizontally view should scale only ...
1
vote
1answer
85 views

Scaling UIlabel Text using Gesture

I am scaling UILabel text using UIPinchGestureRecognizer. But I am not able achieve the smooth edges or smoothness of Text. code for scaling: UIPinchGestureRecognizer *pinchRecognizer = ...
1
vote
1answer
350 views

iphone development - UIRotationGestureRecognizer (Clockwise & counter Clockwise detection)?

Is there a way to detect if the rotation done by the user is in clockwise or counter clockwise direct??? I searched for that but couldn't find an answer ! My code looks like this: ...
1
vote
0answers
251 views

How to get custom menu to properly show/hide using GestureRecognizer in MPMoviePlayerViewController

I'm trying to create an app using a Tab Controller and in one of the Views it'll launch a video. Now I want to hide the controls (done) and use a custom menu (not working yet) and it should be ...
1
vote
0answers
295 views

(non-touch) iPhone gesture recognition

I am about to start on a huge new project which will rely on the use of an Arduino connected to third party electronics (in this case an electromyography board I have already built). I have a good ...
1
vote
2answers
576 views

Passing scroll gesture to UIScrollView from another view

I do have a view that has a UIScrollView and over it there is a view that display some text. When the user swipes over this view that contains text the UIScrollView won't scroll. How to make this view ...
1
vote
1answer
1k views

Trouble using UILongPressGestureRecognizer in custom MKAnnotationView

Having trouble with a UILongPressGestureRecognizer in a custom subclass of MKAnnotationView. The callback is fired only intermittently. If I make the minimumPressDuration shorter, it fires more ...
1
vote
1answer
1k views

Slide over UITableViewCell, present another cell. Framework?

I am trying to find either a framework or make one myself that can do this: When you slide/swipe across a UITableViewCell, another cell gets displayed (with options such as Share on Twitter, ...
1
vote
2answers
131 views

iphone browser moving itself

I am making iphone application with Xcode. I create a webView to load a web page. I load the following link: http://devfiles.myopera.com/articles/649/example3.html If I open that link by browser on ...
0
votes
2answers
102 views

How to disable Pinch gesture completely in iphone?

I cannot use userInteractionEnabled as it is a map and I need it to be enabled.
0
votes
1answer
63 views

How To Expand WebView To Full Screen On Action

So, I have an app that I'm writing, and it is essentially a web view connected to multiple buttons, and when a button is pressed, the link opens. However, what I need is method of expanding the web ...
0
votes
2answers
99 views

UIImageView is not Recognizing Second time Gesture

I have implemented UITapGestureRecognizer on UIImageView, It is working on first tap. On First Tap, I am hiding that image and starting animation. Once the animations are completed, i am showing the ...
0
votes
1answer
53 views

Confining a swipe gesture to a certain area (iPhone)

I have just managed to implement detection of a swipe gesture for my app. However I would like to confine the area where the gesture is valid. Thinking about this I came up with a possible solution ...
0
votes
2answers
68 views

Recognising gestures from the home screen

I am developing an app for iPhone. I am looking for a way to run some code once a drag gesture is recognized on the homescreen (or on all screens if possible). Does anyone know how to get this with ...
0
votes
2answers
110 views

iOS global method

I'm doing an application where I want the user to be able to use swipe gestures to push and pop view controllers. I will be using a swipe gesture recogniser to achieve this. My question is, is there ...
0
votes
1answer
127 views

iPhone/iPad Enable only horizontal&Vertical swipes in a CoverFlow in TableViewCell

I have a table view and each cell of it contains a coverFlow (implemented using OpenFlow Lib). When I swipe(or scroll) left to right to select an item in the coverflow, I have to be very careful, ...
0
votes
1answer
196 views

Special gestures for iOS

I would like to add special gestures to my application. For example, if the user will swipe an X on the screen, I want to treat it as delete, or if the user will swipe a V - I want to treat it as ...
0
votes
1answer
199 views

Gesture event to scroll page

I have a page which has a long grid/table data...I am testing it on iPad Safari. Now i want to be able to scroll through the entire page using some kind of gesture.. I know you might be thinking that ...
0
votes
1answer
291 views

AccessibilityBundle files not found when I test my app with VoiceOver on

When I try to test my app on my 4.3.2 device with VoiceOver turned on I get the following warnings: warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.2 ...
0
votes
0answers
96 views

touchesMoved out of the self view

I'm working on an important project at my job place, and having a problem which I'm stack with: I have 2 views in a line (1 scroll view with images, and the other is just a UIImageView), I would like ...
0
votes
1answer
151 views

Swiping UIView with Gesture Recongnizer

i am using Gesture Recongnizer swipe purpose . can any one give me code for swipe two views with gesture..
0
votes
2answers
409 views

UIPinchGestureRecognizer not responding

I have a universal binary application and currently working on the iPad version of the application. The iPad is using a uitabbarcontroller and on the second tab I have 6 images and when adding a ...
0
votes
3answers
674 views

How to draw graphics in iphone gesture?

I have a question to draw a line or circle indicator after user has pan gesture (i.e. user touches and drags their finger) on iPhone. However, UIGraphicsGetCurrentContext() always returns nil, does ...
0
votes
1answer
157 views

How to recognize wich button is pressed on the view after an UILongPressGestureRecognizer

i want to capture the frame or some proprieties(a frame or tag of a UIButton in this case) after a UILongPressGestureRecognizer is fired. this is my snippet: ...create the uibutton (btn instance) ...
0
votes
2answers
326 views

iOS gesture problem - how to detect a touch event which keeps touching for certain time interval?

I am quite new in touch events and gestures in iOS. I need to trigger an event when a user keep his finger touching for certain time interval like 3 seconds. How to monitor this kind of long press ...
0
votes
2answers
155 views

How to drag view with two finger

Hi all: I want to write a gesture recognizer on the iphone, that I cold use two finger to drag the view. Just like we use two finger on the MacBook Pro's touch pad. If the view's size ...
0
votes
1answer
86 views

How to add incremental tap adjust to UISliderControl?

In an iphone app, I would like to allow the user to tap a UISliderControl to decrement the slider by a fixed amount. How would I go about doing this? Clarification: The user will be using sliders ...
0
votes
1answer
242 views

Swiping A View with Gestures

I am trying to develop an application to Iphone; but i am new-bee so i have got a lot of problems. My application has got a default view and another small view in the main view that name is ...
0
votes
0answers
94 views

Gesture with multiple fingers

I have written an application to detect 4 to 5 finger gesture. If on the UIView, The device is easy to detect. But if the view have a MPMoviePlayer (Full screen mode), it also can detect the gesture, ...
0
votes
2answers
430 views

uiswipegesturerecognizer location

I need to trigger a different event depending on whether the user swipes the top of the screen, the middle of the screen, or the bottom of the screen. I'm trying to figure out the best/easiest way to ...
0
votes
1answer
461 views

iOS gradual swipe between pages on a PDF/ePub reader

I have a swipe gesture that changes the pages between ePub/PDF pages instantly. It uses a UIWebView to display the pages and [_webview loadRequest:[NSURLRequest requestWithURL:[NSURL ...
0
votes
3answers
759 views

User interaction with uiview and animation completion blocks

I have the following code: [UIView animateWithDuration:2.0 delay:0.0 options:UIViewAnimationOptionAllowUserInteraction animations:^{ imageView.bounds = endBounds; } ...
0
votes
1answer
205 views

Problem with gesture

I tried this code ...... self.swipeRecognizer = [UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(handleSwipeFrom:); swipeRecognizer.direction = ...
0
votes
1answer
361 views

Disabling accessibility for specific buttons and using custom gestures with accessibility

I am trying provide better accessibility support for my iOS app. The app has a "Gesture Pad" UIView that allows users to use gestures (e.g. swipe left, swipe right, swipe up, swipe down) rather than ...
0
votes
1answer
422 views

Bounds and anchoring of programmatic UIScrollView with zooming

So, I've managed to create a UIScrollView with zooming method programmatically, but I'm kind of stuck how to solve an issue I'm having with zooming: When I zoom in or out the point at where it ...
0
votes
2answers
2k views

gesture recognizer for whole UIView

I want to find a way to animate a whole UIView which contains some ui components within it. Here's my code snippet: UIRotationGestureRecognizer *rotationGesture = [[UIRotationGestureRecognizer alloc] ...
0
votes
2answers
630 views

Gesture recognizer for mouse down and up in iPhone SDK

I want to catch both mouse down and mouse up using gesture recognizer. However, when the mouse down is caught, mouse up is never caught. Here's what I did: First create a custom ...
0
votes
2answers
546 views

Change the contents of a UITableView via a swipe?

Im currently using a UITableView like any other, and I am researching into the ability to perform a swipe gesture on the screen, which will then shift the contents of the visible table over to display ...
0
votes
1answer
3k views

iPhone SDK 3.2 UIGestureRecognizer interfering with UIView animations?

Are there known issues with gesture recognizers and the UIView class methods for animation? I am having problems with a sequence of animations on a UIImageView from UIGestureRecognizer callback. If ...
0
votes
2answers
2k views

iPhone - UIWebView Gestures

I have viewcontrollers set up to track gestures and commit an action, in this case, change the tab. The code for the viewcontrollers is as follows: #define HORIZ_SWIPE_DRAG_MIN 100 CGPoint ...
0
votes
1answer
912 views

iPhone - Gestures on UIPickerView and UIWebView

I'm making an iPhone app in which the user can do gestures (left and right swipes) to flick through tabs. My problem is that some of the pages have views such as the pickerview, webview, textfields ...
0
votes
1answer
1k views

Rotate a UIImageView with a touch gesture - iphone dev

Been having real trouble with this one and wondered if someone may have found a solution to this issue. I would like to be able to rotate a UIImageView using a touch gesture -> So when the user ...
0
votes
2answers
566 views

How do I prevent a specific view from responding to shake gestures?

I use shake gesture for my application but i have problem! My application is a multiview application and i want use shake gesture on the view 2. If i active shake gesture on view 2, I have to write ...
0
votes
1answer
1k views

UIWebview swipes to another UIWebiew

Total nooob here. I'm trying to figure out how to implement a transition from one UIWebview to another with a swipe and still be able to scroll/zoom w/in each webview. Each webview should respond ...