UIPinchGestureRecognizer is a concrete subclass of UIGestureRecognizer that looks for pinching gestures involving two touches.
I was hoping someone could help me out. I am trying to allow a user to pinch zoom on a …
swift uiimageview uipinchgesturerecognizerIntro 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 uipinchgesturerecognizerI've implemented the UIPinchGestureRecognizer on a UIImageView in my app, however no matter where I pinch on the image, it …
ios objective-c uipinchgesturerecognizerI'm able to use UIPinchGestureRecognizer for making zoom in the View of a UICollectionViewCell, but it doesn't matter the place …
ios uigesturerecognizer uipinchgesturerecognizerI am setting up my recognizers like this. Note that although I'm adding the recognizers to self.view, it is …
ios uigesturerecognizer gesture-recognition uipinchgesturerecognizerI want to zoom in and zoom out an image view and i dont want to use UIScrollView for that. …
iphone objective-c ios5 uipinchgesturerecognizerI have a control that will switch two views alternatively in a view. ie, Two view controllers are added by …
ios objective-c uiviewanimation uipinchgesturerecognizerI'm interested in creating UITextView that is expanding dynamically while typing the text, and scaling as the user pinches the …
iphone ios uitextview uigesturerecognizer uipinchgesturerecognizerInstead 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