Top "Uipinchgesturerecognizer" questions

UIPinchGestureRecognizer is a concrete subclass of UIGestureRecognizer that looks for pinching gestures involving two touches.

UIImageView pinch zoom swift

I was hoping someone could help me out. I am trying to allow a user to pinch zoom on a …

swift uiimageview uipinchgesturerecognizer
Adding pinch zoom to a UICollectionView

Intro I'm going to describe the effect I want to achieve, and then I'll give detail on how I'm currently …

ios uicollectionview pinchzoom uicollectionviewlayout uipinchgesturerecognizer
Using PinchGesture; how can I zoom in to where a user's fingers actually "pinch"?

I've implemented the UIPinchGestureRecognizer on a UIImageView in my app, however no matter where I pinch on the image, it …

ios objective-c uipinchgesturerecognizer
UIPinchGestureRecognizer. Make zoom in location of fingers, not only center

I'm able to use UIPinchGestureRecognizer for making zoom in the View of a UICollectionViewCell, but it doesn't matter the place …

ios uigesturerecognizer uipinchgesturerecognizer
iOS add Rotation gesture along with Pinch/Zoom

I am setting up my recognizers like this. Note that although I'm adding the recognizers to self.view, it is …

ios uigesturerecognizer gesture-recognition uipinchgesturerecognizer
How to set minimum and maximum zoom scale using UIPinchGestureRecognizer

I want to zoom in and zoom out an image view and i dont want to use UIScrollView for that. …

iphone objective-c ios5 uipinchgesturerecognizer
Failed to receive system gesture state notification before next touch

I have a control that will switch two views alternatively in a view. ie, Two view controllers are added by …

ios objective-c uiviewanimation uipinchgesturerecognizer
iOS: Scaling UITextView with pinching?

I'm interested in creating UITextView that is expanding dynamically while typing the text, and scaling as the user pinches the …

iphone ios uitextview uigesturerecognizer uipinchgesturerecognizer
How to detect pinch in gesture vs pinch out gesture?

Instead of scaling, which I think pinch gesture is usually used for, I am looking to just detect whether the …

objective-c ios cocoa-touch uipinchgesturerecognizer