Download Gesture Image View Free Java Code
Description
This project contains an example of how to add a UIPinchGestureRecognizer, a UIRotationGestureRecognizer, and a UIPanGestureRecognizer to a UIImageView. This project was created to answer this Stack Overflow question: http://stackoverflow.com/a/18622373/716216.
Icons
Source Files
The download file GestureImageView-master.zip has the following entries.
RotatingImageView.xcodeproj/project.pbxproj
RotatingImageView.xcodeproj/project.xcworkspace/contents.xcworkspacedata
RotatingImageView.xcodeproj/xcuserdata/Mick.xcuserdatad/xcschemes/RotatingImageView.xcscheme
RotatingImageView.xcodeproj/xcuserdata/Mick.xcuserdatad/xcschemes/xcschememanagement.plist
RotatingImageView/AppDelegate.h//from ww w. j ava2 s . co m
RotatingImageView/AppDelegate.m
RotatingImageView/Base.lproj/Main.storyboard
RotatingImageView/Images.xcassets/AppIcon.appiconset/Contents.json
RotatingImageView/Images.xcassets/LaunchImage.launchimage/Contents.json
RotatingImageView/RotatingImageView-Info.plist
RotatingImageView/RotatingImageView-Prefix.pch
RotatingImageView/ViewController.h
RotatingImageView/ViewController.m
RotatingImageView/en.lproj/InfoPlist.strings
RotatingImageView/main.m
RotatingImageView/someImage.png
RotatingImageViewTests/RotatingImageViewTests-Info.plist
RotatingImageViewTests/RotatingImageViewTests.m
RotatingImageViewTests/en.lproj/InfoPlist.strings
Download
Click the following link to download GestureImageView-master.zip.
GestureImageView-master.zipHome »
Objective C Free Code »
UI »
Objective C Free Code »
UI »