mirror of
https://github.com/wnagrodzki/OneFingerRotation.git
synced 2025-04-05 12:02:31 +02:00
Initial NGRotationGestureRecognizer demo project.
This commit is contained in:
parent
61bb6c0f44
commit
ba950f4635
16 changed files with 911 additions and 0 deletions
319
OneFingerRotation.xcodeproj/project.pbxproj
Normal file
319
OneFingerRotation.xcodeproj/project.pbxproj
Normal file
|
@ -0,0 +1,319 @@
|
||||||
|
// !$*UTF8*$!
|
||||||
|
{
|
||||||
|
archiveVersion = 1;
|
||||||
|
classes = {
|
||||||
|
};
|
||||||
|
objectVersion = 46;
|
||||||
|
objects = {
|
||||||
|
|
||||||
|
/* Begin PBXBuildFile section */
|
||||||
|
2E06CF4017DCFED600E4F3ED /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E06CF3F17DCFED600E4F3ED /* UIKit.framework */; };
|
||||||
|
2E06CF4217DCFED600E4F3ED /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E06CF4117DCFED600E4F3ED /* Foundation.framework */; };
|
||||||
|
2E06CF4417DCFED600E4F3ED /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E06CF4317DCFED600E4F3ED /* CoreGraphics.framework */; };
|
||||||
|
2E06CF4A17DCFED600E4F3ED /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2E06CF4817DCFED600E4F3ED /* InfoPlist.strings */; };
|
||||||
|
2E06CF4C17DCFED600E4F3ED /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E06CF4B17DCFED600E4F3ED /* main.m */; };
|
||||||
|
2E06CF5017DCFED600E4F3ED /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E06CF4F17DCFED600E4F3ED /* AppDelegate.m */; };
|
||||||
|
2E06CF5217DCFED600E4F3ED /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E06CF5117DCFED600E4F3ED /* Default.png */; };
|
||||||
|
2E06CF5417DCFED600E4F3ED /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E06CF5317DCFED600E4F3ED /* Default@2x.png */; };
|
||||||
|
2E06CF5617DCFED600E4F3ED /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E06CF5517DCFED600E4F3ED /* Default-568h@2x.png */; };
|
||||||
|
2E06CF6317DCFF5C00E4F3ED /* NGRotationGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E06CF6217DCFF5C00E4F3ED /* NGRotationGestureRecognizer.m */; };
|
||||||
|
2E06CF6717DCFFB300E4F3ED /* RotationGestureRecognizerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E06CF6517DCFFB300E4F3ED /* RotationGestureRecognizerViewController.m */; };
|
||||||
|
2E06CF6817DCFFB300E4F3ED /* RotationGestureRecognizerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2E06CF6617DCFFB300E4F3ED /* RotationGestureRecognizerViewController.xib */; };
|
||||||
|
2E06CF6A17DD010600E4F3ED /* colorwheel.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E06CF6917DD010600E4F3ED /* colorwheel.png */; };
|
||||||
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXFileReference section */
|
||||||
|
2E06CF3C17DCFED600E4F3ED /* OneFingerRotation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OneFingerRotation.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
2E06CF3F17DCFED600E4F3ED /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||||
|
2E06CF4117DCFED600E4F3ED /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||||
|
2E06CF4317DCFED600E4F3ED /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||||
|
2E06CF4717DCFED600E4F3ED /* OneFingerRotation-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "OneFingerRotation-Info.plist"; sourceTree = "<group>"; };
|
||||||
|
2E06CF4917DCFED600E4F3ED /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||||
|
2E06CF4B17DCFED600E4F3ED /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||||
|
2E06CF4D17DCFED600E4F3ED /* OneFingerRotation-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OneFingerRotation-Prefix.pch"; sourceTree = "<group>"; };
|
||||||
|
2E06CF4E17DCFED600E4F3ED /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||||
|
2E06CF4F17DCFED600E4F3ED /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
||||||
|
2E06CF5117DCFED600E4F3ED /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
||||||
|
2E06CF5317DCFED600E4F3ED /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
||||||
|
2E06CF5517DCFED600E4F3ED /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
||||||
|
2E06CF6117DCFF5C00E4F3ED /* NGRotationGestureRecognizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NGRotationGestureRecognizer.h; sourceTree = "<group>"; };
|
||||||
|
2E06CF6217DCFF5C00E4F3ED /* NGRotationGestureRecognizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NGRotationGestureRecognizer.m; sourceTree = "<group>"; };
|
||||||
|
2E06CF6417DCFFB300E4F3ED /* RotationGestureRecognizerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RotationGestureRecognizerViewController.h; sourceTree = "<group>"; };
|
||||||
|
2E06CF6517DCFFB300E4F3ED /* RotationGestureRecognizerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RotationGestureRecognizerViewController.m; sourceTree = "<group>"; };
|
||||||
|
2E06CF6617DCFFB300E4F3ED /* RotationGestureRecognizerViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RotationGestureRecognizerViewController.xib; sourceTree = "<group>"; };
|
||||||
|
2E06CF6917DD010600E4F3ED /* colorwheel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = colorwheel.png; sourceTree = "<group>"; };
|
||||||
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
2E06CF3917DCFED600E4F3ED /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
2E06CF4017DCFED600E4F3ED /* UIKit.framework in Frameworks */,
|
||||||
|
2E06CF4217DCFED600E4F3ED /* Foundation.framework in Frameworks */,
|
||||||
|
2E06CF4417DCFED600E4F3ED /* CoreGraphics.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXGroup section */
|
||||||
|
2E06CF3317DCFED600E4F3ED = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E06CF4517DCFED600E4F3ED /* OneFingerRotation */,
|
||||||
|
2E06CF3E17DCFED600E4F3ED /* Frameworks */,
|
||||||
|
2E06CF3D17DCFED600E4F3ED /* Products */,
|
||||||
|
);
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E06CF3D17DCFED600E4F3ED /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E06CF3C17DCFED600E4F3ED /* OneFingerRotation.app */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E06CF3E17DCFED600E4F3ED /* Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E06CF3F17DCFED600E4F3ED /* UIKit.framework */,
|
||||||
|
2E06CF4117DCFED600E4F3ED /* Foundation.framework */,
|
||||||
|
2E06CF4317DCFED600E4F3ED /* CoreGraphics.framework */,
|
||||||
|
);
|
||||||
|
name = Frameworks;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E06CF4517DCFED600E4F3ED /* OneFingerRotation */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E06CF6017DCFF5C00E4F3ED /* NGRotationGestureRecognizer */,
|
||||||
|
2E06CF4E17DCFED600E4F3ED /* AppDelegate.h */,
|
||||||
|
2E06CF4F17DCFED600E4F3ED /* AppDelegate.m */,
|
||||||
|
2E06CF6417DCFFB300E4F3ED /* RotationGestureRecognizerViewController.h */,
|
||||||
|
2E06CF6517DCFFB300E4F3ED /* RotationGestureRecognizerViewController.m */,
|
||||||
|
2E06CF6617DCFFB300E4F3ED /* RotationGestureRecognizerViewController.xib */,
|
||||||
|
2E06CF4617DCFED600E4F3ED /* Supporting Files */,
|
||||||
|
);
|
||||||
|
path = OneFingerRotation;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E06CF4617DCFED600E4F3ED /* Supporting Files */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E06CF6917DD010600E4F3ED /* colorwheel.png */,
|
||||||
|
2E06CF4717DCFED600E4F3ED /* OneFingerRotation-Info.plist */,
|
||||||
|
2E06CF4817DCFED600E4F3ED /* InfoPlist.strings */,
|
||||||
|
2E06CF4B17DCFED600E4F3ED /* main.m */,
|
||||||
|
2E06CF4D17DCFED600E4F3ED /* OneFingerRotation-Prefix.pch */,
|
||||||
|
2E06CF5117DCFED600E4F3ED /* Default.png */,
|
||||||
|
2E06CF5317DCFED600E4F3ED /* Default@2x.png */,
|
||||||
|
2E06CF5517DCFED600E4F3ED /* Default-568h@2x.png */,
|
||||||
|
);
|
||||||
|
name = "Supporting Files";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E06CF6017DCFF5C00E4F3ED /* NGRotationGestureRecognizer */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E06CF6117DCFF5C00E4F3ED /* NGRotationGestureRecognizer.h */,
|
||||||
|
2E06CF6217DCFF5C00E4F3ED /* NGRotationGestureRecognizer.m */,
|
||||||
|
);
|
||||||
|
path = NGRotationGestureRecognizer;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXGroup section */
|
||||||
|
|
||||||
|
/* Begin PBXNativeTarget section */
|
||||||
|
2E06CF3B17DCFED600E4F3ED /* OneFingerRotation */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = 2E06CF5917DCFED600E4F3ED /* Build configuration list for PBXNativeTarget "OneFingerRotation" */;
|
||||||
|
buildPhases = (
|
||||||
|
2E06CF3817DCFED600E4F3ED /* Sources */,
|
||||||
|
2E06CF3917DCFED600E4F3ED /* Frameworks */,
|
||||||
|
2E06CF3A17DCFED600E4F3ED /* Resources */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = OneFingerRotation;
|
||||||
|
productName = OneFingerRotation;
|
||||||
|
productReference = 2E06CF3C17DCFED600E4F3ED /* OneFingerRotation.app */;
|
||||||
|
productType = "com.apple.product-type.application";
|
||||||
|
};
|
||||||
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
|
/* Begin PBXProject section */
|
||||||
|
2E06CF3417DCFED600E4F3ED /* Project object */ = {
|
||||||
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
LastUpgradeCheck = 0460;
|
||||||
|
};
|
||||||
|
buildConfigurationList = 2E06CF3717DCFED600E4F3ED /* Build configuration list for PBXProject "OneFingerRotation" */;
|
||||||
|
compatibilityVersion = "Xcode 3.2";
|
||||||
|
developmentRegion = English;
|
||||||
|
hasScannedForEncodings = 0;
|
||||||
|
knownRegions = (
|
||||||
|
en,
|
||||||
|
);
|
||||||
|
mainGroup = 2E06CF3317DCFED600E4F3ED;
|
||||||
|
productRefGroup = 2E06CF3D17DCFED600E4F3ED /* Products */;
|
||||||
|
projectDirPath = "";
|
||||||
|
projectRoot = "";
|
||||||
|
targets = (
|
||||||
|
2E06CF3B17DCFED600E4F3ED /* OneFingerRotation */,
|
||||||
|
);
|
||||||
|
};
|
||||||
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
|
2E06CF3A17DCFED600E4F3ED /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
2E06CF4A17DCFED600E4F3ED /* InfoPlist.strings in Resources */,
|
||||||
|
2E06CF5217DCFED600E4F3ED /* Default.png in Resources */,
|
||||||
|
2E06CF5417DCFED600E4F3ED /* Default@2x.png in Resources */,
|
||||||
|
2E06CF5617DCFED600E4F3ED /* Default-568h@2x.png in Resources */,
|
||||||
|
2E06CF6817DCFFB300E4F3ED /* RotationGestureRecognizerViewController.xib in Resources */,
|
||||||
|
2E06CF6A17DD010600E4F3ED /* colorwheel.png in Resources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
2E06CF3817DCFED600E4F3ED /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
2E06CF4C17DCFED600E4F3ED /* main.m in Sources */,
|
||||||
|
2E06CF5017DCFED600E4F3ED /* AppDelegate.m in Sources */,
|
||||||
|
2E06CF6317DCFF5C00E4F3ED /* NGRotationGestureRecognizer.m in Sources */,
|
||||||
|
2E06CF6717DCFFB300E4F3ED /* RotationGestureRecognizerViewController.m in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXVariantGroup section */
|
||||||
|
2E06CF4817DCFED600E4F3ED /* InfoPlist.strings */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
2E06CF4917DCFED600E4F3ED /* en */,
|
||||||
|
);
|
||||||
|
name = InfoPlist.strings;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXVariantGroup section */
|
||||||
|
|
||||||
|
/* Begin XCBuildConfiguration section */
|
||||||
|
2E06CF5717DCFED600E4F3ED /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
GCC_DYNAMIC_NO_PIC = NO;
|
||||||
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
|
"DEBUG=1",
|
||||||
|
"$(inherited)",
|
||||||
|
);
|
||||||
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||||
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||||
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
TARGETED_DEVICE_FAMILY = 2;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
2E06CF5817DCFED600E4F3ED /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
COPY_PHASE_STRIP = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||||
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||||
|
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
TARGETED_DEVICE_FAMILY = 2;
|
||||||
|
VALIDATE_PRODUCT = YES;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
2E06CF5A17DCFED600E4F3ED /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "OneFingerRotation/OneFingerRotation-Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "OneFingerRotation/OneFingerRotation-Info.plist";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
TARGETED_DEVICE_FAMILY = 1;
|
||||||
|
WRAPPER_EXTENSION = app;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
2E06CF5B17DCFED600E4F3ED /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "OneFingerRotation/OneFingerRotation-Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "OneFingerRotation/OneFingerRotation-Info.plist";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
TARGETED_DEVICE_FAMILY = 1;
|
||||||
|
WRAPPER_EXTENSION = app;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
|
/* Begin XCConfigurationList section */
|
||||||
|
2E06CF3717DCFED600E4F3ED /* Build configuration list for PBXProject "OneFingerRotation" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
2E06CF5717DCFED600E4F3ED /* Debug */,
|
||||||
|
2E06CF5817DCFED600E4F3ED /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
2E06CF5917DCFED600E4F3ED /* Build configuration list for PBXNativeTarget "OneFingerRotation" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
2E06CF5A17DCFED600E4F3ED /* Debug */,
|
||||||
|
2E06CF5B17DCFED600E4F3ED /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
/* End XCConfigurationList section */
|
||||||
|
};
|
||||||
|
rootObject = 2E06CF3417DCFED600E4F3ED /* Project object */;
|
||||||
|
}
|
15
OneFingerRotation/AppDelegate.h
Normal file
15
OneFingerRotation/AppDelegate.h
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
//
|
||||||
|
// AppDelegate.h
|
||||||
|
// OneFingerRotation
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 08/09/2013.
|
||||||
|
//
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||||
|
|
||||||
|
@property (strong, nonatomic) UIWindow *window;
|
||||||
|
|
||||||
|
@end
|
50
OneFingerRotation/AppDelegate.m
Normal file
50
OneFingerRotation/AppDelegate.m
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
//
|
||||||
|
// AppDelegate.m
|
||||||
|
// OneFingerRotation
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 08/09/2013.
|
||||||
|
//
|
||||||
|
//
|
||||||
|
|
||||||
|
#import "AppDelegate.h"
|
||||||
|
#import "RotationGestureRecognizerViewController.h"
|
||||||
|
|
||||||
|
@implementation AppDelegate
|
||||||
|
|
||||||
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||||
|
{
|
||||||
|
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
||||||
|
// Override point for customization after application launch.
|
||||||
|
self.window.rootViewController = [[RotationGestureRecognizerViewController alloc] init];
|
||||||
|
[self.window makeKeyAndVisible];
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationWillResignActive:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||||
|
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationDidEnterBackground:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
|
||||||
|
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationWillEnterForeground:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationWillTerminate:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
BIN
OneFingerRotation/Default-568h@2x.png
Normal file
BIN
OneFingerRotation/Default-568h@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
OneFingerRotation/Default.png
Normal file
BIN
OneFingerRotation/Default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
BIN
OneFingerRotation/Default@2x.png
Normal file
BIN
OneFingerRotation/Default@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,40 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2013 Wojciech Nagrodzki
|
||||||
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
* in the Software without restriction, including without limitation the rights
|
||||||
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
* copies of the Software, and to permit persons to whom the Software is
|
||||||
|
* furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
* THE SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Uses one finger to calculate rotation. Center of rotation in center point of the view
|
||||||
|
*/
|
||||||
|
@interface NGRotationGestureRecognizer : UIGestureRecognizer
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Changes from 0 to 2PI
|
||||||
|
*/
|
||||||
|
@property (assign, nonatomic) CGFloat rotation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Angular velocity in radians per second.
|
||||||
|
*/
|
||||||
|
@property (assign, nonatomic, readonly) CGFloat velocity;
|
||||||
|
|
||||||
|
@end
|
|
@ -0,0 +1,168 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2013 Wojciech Nagrodzki
|
||||||
|
*
|
||||||
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
* in the Software without restriction, including without limitation the rights
|
||||||
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
* copies of the Software, and to permit persons to whom the Software is
|
||||||
|
* furnished to do so, subject to the following conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be included in
|
||||||
|
* all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
* THE SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#import "NGRotationGestureRecognizer.h"
|
||||||
|
#import <UIKit/UIGestureRecognizerSubclass.h>
|
||||||
|
|
||||||
|
|
||||||
|
static CGFloat kMinimumAngle = 0.02;
|
||||||
|
|
||||||
|
|
||||||
|
CGPoint CGRectGetMidPoint(CGRect rect)
|
||||||
|
{
|
||||||
|
return CGPointMake(CGRectGetMidX(rect), CGRectGetMidY(rect));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@interface NGRotationGestureRecognizer ()
|
||||||
|
|
||||||
|
@property (strong, nonatomic) UITouch * trackedTouch;
|
||||||
|
@property (assign, nonatomic) CGPoint initialTouchLocation;
|
||||||
|
@property (assign, nonatomic) CGPoint currentTouchLocation;
|
||||||
|
@property (assign, nonatomic) NSTimeInterval previousTimeStamp;
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
|
|
||||||
|
@implementation NGRotationGestureRecognizer
|
||||||
|
|
||||||
|
#pragma mark - Public Properties
|
||||||
|
|
||||||
|
- (void)setRotation:(CGFloat)rotation
|
||||||
|
{
|
||||||
|
_rotation = rotation;
|
||||||
|
[self adjustInitialTouchLocationToMatchRotation:rotation];
|
||||||
|
}
|
||||||
|
|
||||||
|
#pragma mark - Overriden
|
||||||
|
|
||||||
|
- (void)reset
|
||||||
|
{
|
||||||
|
self.trackedTouch = nil;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
|
||||||
|
{
|
||||||
|
// if a touch is beeing tracked, we ignore all other touches
|
||||||
|
if (self.trackedTouch != nil) {
|
||||||
|
for (UITouch * touch in touches) {
|
||||||
|
[self ignoreTouch:touch forEvent:event];
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// gesture fails if more then one finger touched the screen at once
|
||||||
|
if ([event touchesForGestureRecognizer:self].count > 1) {
|
||||||
|
self.state = UIGestureRecognizerStateFailed;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
self.trackedTouch = [touches anyObject];
|
||||||
|
self.previousTimeStamp = self.trackedTouch.timestamp;
|
||||||
|
self.currentTouchLocation = [self.trackedTouch locationInView:[self referenceView]];
|
||||||
|
self.rotation = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
|
||||||
|
{
|
||||||
|
self.currentTouchLocation = [self.trackedTouch locationInView:[self referenceView]];
|
||||||
|
|
||||||
|
CGPoint centerOfRotation = [self centerOfRotationInReferenceView];
|
||||||
|
|
||||||
|
CGFloat initialVectorAngle = [self angleForVectorWithStartPoint:centerOfRotation endPoint:self.initialTouchLocation];
|
||||||
|
CGFloat currentVectorAngle = [self angleForVectorWithStartPoint:centerOfRotation endPoint:self.currentTouchLocation];
|
||||||
|
|
||||||
|
CGFloat currentRotation = currentVectorAngle - initialVectorAngle;
|
||||||
|
CGFloat deltaRotation = currentRotation - self.rotation;
|
||||||
|
|
||||||
|
// fix delta rotation
|
||||||
|
if (deltaRotation > M_PI)
|
||||||
|
deltaRotation -= 2 * M_PI;
|
||||||
|
else if (deltaRotation < -M_PI)
|
||||||
|
deltaRotation += 2 * M_PI;
|
||||||
|
|
||||||
|
NSTimeInterval currentTimeStamp = self.trackedTouch.timestamp;
|
||||||
|
CGFloat deltaTime = currentTimeStamp - self.previousTimeStamp;
|
||||||
|
self.previousTimeStamp = currentTimeStamp;
|
||||||
|
|
||||||
|
if (self.state == UIGestureRecognizerStatePossible) {
|
||||||
|
if (fabsf(deltaRotation) < kMinimumAngle)
|
||||||
|
return;
|
||||||
|
|
||||||
|
_rotation = currentRotation;
|
||||||
|
_velocity = deltaRotation / deltaTime;
|
||||||
|
self.state = UIGestureRecognizerStateBegan;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_rotation = currentRotation;
|
||||||
|
_velocity = deltaRotation / deltaTime;
|
||||||
|
self.state = UIGestureRecognizerStateChanged;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
|
||||||
|
{
|
||||||
|
if (self.state == UIGestureRecognizerStateChanged)
|
||||||
|
self.state = UIGestureRecognizerStateEnded;
|
||||||
|
else
|
||||||
|
self.state = UIGestureRecognizerStateFailed;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event
|
||||||
|
{
|
||||||
|
self.state = UIGestureRecognizerStateCancelled;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pragma mark - Private Methods
|
||||||
|
|
||||||
|
- (CGPoint)centerOfRotationInReferenceView
|
||||||
|
{
|
||||||
|
CGPoint centerOfRotation = CGRectGetMidPoint(self.view.bounds);
|
||||||
|
return [self.view convertPoint:centerOfRotation toView:[self referenceView]];
|
||||||
|
}
|
||||||
|
|
||||||
|
- (UIView *)referenceView
|
||||||
|
{
|
||||||
|
return self.view.superview;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (float)angleForVectorWithStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint
|
||||||
|
{
|
||||||
|
CGFloat componentX = endPoint.x - startPoint.x;
|
||||||
|
CGFloat componentY = endPoint.y - startPoint.y;
|
||||||
|
CGFloat angle = atan2f(componentY, componentX);
|
||||||
|
if (angle < 0)
|
||||||
|
angle += 2 * M_PI;
|
||||||
|
|
||||||
|
return angle;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)adjustInitialTouchLocationToMatchRotation:(CGFloat)rotation
|
||||||
|
{
|
||||||
|
CGPoint centerOfRotation = [self centerOfRotationInReferenceView];
|
||||||
|
CGAffineTransform translateTransform = CGAffineTransformMakeTranslation(centerOfRotation.x, centerOfRotation.y);
|
||||||
|
CGAffineTransform rotationTransform = CGAffineTransformMakeRotation(-rotation);
|
||||||
|
CGAffineTransform customRotation = CGAffineTransformConcat(CGAffineTransformConcat( CGAffineTransformInvert(translateTransform), rotationTransform), translateTransform);
|
||||||
|
self.initialTouchLocation = CGPointApplyAffineTransform(self.currentTouchLocation, customRotation);
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
43
OneFingerRotation/OneFingerRotation-Info.plist
Normal file
43
OneFingerRotation/OneFingerRotation-Info.plist
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>${PRODUCT_NAME}</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>izydor86.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>${PRODUCT_NAME}</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
<true/>
|
||||||
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
|
<array>
|
||||||
|
<string>armv7</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
14
OneFingerRotation/OneFingerRotation-Prefix.pch
Normal file
14
OneFingerRotation/OneFingerRotation-Prefix.pch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
//
|
||||||
|
// Prefix header for all source files of the 'OneFingerRotation' target in the 'OneFingerRotation' project
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <Availability.h>
|
||||||
|
|
||||||
|
#ifndef __IPHONE_3_0
|
||||||
|
#warning "This project uses features only available in iOS SDK 3.0 and later."
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef __OBJC__
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
#import <Foundation/Foundation.h>
|
||||||
|
#endif
|
13
OneFingerRotation/RotationGestureRecognizerViewController.h
Normal file
13
OneFingerRotation/RotationGestureRecognizerViewController.h
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
//
|
||||||
|
// RotationGestureRecognizerViewController.h
|
||||||
|
// RotateView
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 29/08/2013.
|
||||||
|
// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
@interface RotationGestureRecognizerViewController : UIViewController
|
||||||
|
|
||||||
|
@end
|
44
OneFingerRotation/RotationGestureRecognizerViewController.m
Normal file
44
OneFingerRotation/RotationGestureRecognizerViewController.m
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
//
|
||||||
|
// RotationGestureRecognizerViewController.m
|
||||||
|
// RotateView
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 29/08/2013.
|
||||||
|
// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import "RotationGestureRecognizerViewController.h"
|
||||||
|
#import "NGRotationGestureRecognizer.h"
|
||||||
|
|
||||||
|
@interface RotationGestureRecognizerViewController ()
|
||||||
|
|
||||||
|
@property (weak, nonatomic) IBOutlet UIImageView *twirlImageView;
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
|
@implementation RotationGestureRecognizerViewController
|
||||||
|
|
||||||
|
- (void)viewDidLoad
|
||||||
|
{
|
||||||
|
[super viewDidLoad];
|
||||||
|
NGRotationGestureRecognizer * gestureRecognizer = [[NGRotationGestureRecognizer alloc] initWithTarget:self action:@selector(handleRotationGesture:)];
|
||||||
|
[self.twirlImageView addGestureRecognizer:gestureRecognizer];
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)viewWillAppear:(BOOL)animated
|
||||||
|
{
|
||||||
|
[super viewWillAppear:animated];
|
||||||
|
self.twirlImageView.center = CGPointMake(CGRectGetMidX(self.view.bounds), CGRectGetMidY(self.view.bounds));
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)handleRotationGesture:(NGRotationGestureRecognizer *)gestureRecognizer
|
||||||
|
{
|
||||||
|
if (gestureRecognizer.state == UIGestureRecognizerStateBegan) {
|
||||||
|
gestureRecognizer.rotation = atan2(self.twirlImageView.transform.b, self.twirlImageView.transform.a);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
else if (gestureRecognizer.state == UIGestureRecognizerStateChanged) {
|
||||||
|
self.twirlImageView.transform = CGAffineTransformMakeRotation(gestureRecognizer.rotation);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
185
OneFingerRotation/RotationGestureRecognizerViewController.xib
Normal file
185
OneFingerRotation/RotationGestureRecognizerViewController.xib
Normal file
|
@ -0,0 +1,185 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
|
||||||
|
<data>
|
||||||
|
<int key="IBDocument.SystemTarget">1552</int>
|
||||||
|
<string key="IBDocument.SystemVersion">12E55</string>
|
||||||
|
<string key="IBDocument.InterfaceBuilderVersion">3084</string>
|
||||||
|
<string key="IBDocument.AppKitVersion">1187.39</string>
|
||||||
|
<string key="IBDocument.HIToolboxVersion">626.00</string>
|
||||||
|
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||||
|
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
<string key="NS.object.0">2083</string>
|
||||||
|
</object>
|
||||||
|
<array key="IBDocument.IntegratedClassDependencies">
|
||||||
|
<string>IBProxyObject</string>
|
||||||
|
<string>IBUIImageView</string>
|
||||||
|
<string>IBUIView</string>
|
||||||
|
</array>
|
||||||
|
<array key="IBDocument.PluginDependencies">
|
||||||
|
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
</array>
|
||||||
|
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||||
|
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
|
||||||
|
<integer value="1" key="NS.object.0"/>
|
||||||
|
</object>
|
||||||
|
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
|
||||||
|
<object class="IBProxyObject" id="372490531">
|
||||||
|
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
||||||
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBProxyObject" id="975951072">
|
||||||
|
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
||||||
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBUIView" id="191373211">
|
||||||
|
<reference key="NSNextResponder"/>
|
||||||
|
<int key="NSvFlags">274</int>
|
||||||
|
<array class="NSMutableArray" key="NSSubviews">
|
||||||
|
<object class="IBUIImageView" id="64177278">
|
||||||
|
<reference key="NSNextResponder" ref="191373211"/>
|
||||||
|
<int key="NSvFlags">256</int>
|
||||||
|
<string key="NSFrame">{{60, 60}, {200, 200}}</string>
|
||||||
|
<reference key="NSSuperview" ref="191373211"/>
|
||||||
|
<reference key="NSWindow"/>
|
||||||
|
<reference key="NSNextKeyView"/>
|
||||||
|
<bool key="IBUIOpaque">NO</bool>
|
||||||
|
<bool key="IBUIClipsSubviews">YES</bool>
|
||||||
|
<int key="IBUIContentMode">4</int>
|
||||||
|
<bool key="IBUIMultipleTouchEnabled">YES</bool>
|
||||||
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
<object class="NSCustomResource" key="IBUIImage">
|
||||||
|
<string key="NSClassName">NSImage</string>
|
||||||
|
<string key="NSResourceName">colorwheel.png</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<string key="NSFrame">{{0, 20}, {320, 548}}</string>
|
||||||
|
<reference key="NSSuperview"/>
|
||||||
|
<reference key="NSWindow"/>
|
||||||
|
<reference key="NSNextKeyView" ref="64177278"/>
|
||||||
|
<object class="NSColor" key="IBUIBackgroundColor">
|
||||||
|
<int key="NSColorSpace">3</int>
|
||||||
|
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
|
||||||
|
</object>
|
||||||
|
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
|
||||||
|
<object class="IBUIScreenMetrics" key="IBUISimulatedDestinationMetrics">
|
||||||
|
<string key="IBUISimulatedSizeMetricsClass">IBUIScreenMetrics</string>
|
||||||
|
<object class="NSMutableDictionary" key="IBUINormalizedOrientationToSizeMap">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<array key="dict.sortedKeys">
|
||||||
|
<integer value="1"/>
|
||||||
|
<integer value="3"/>
|
||||||
|
</array>
|
||||||
|
<array key="dict.values">
|
||||||
|
<string>{320, 568}</string>
|
||||||
|
<string>{568, 320}</string>
|
||||||
|
</array>
|
||||||
|
</object>
|
||||||
|
<string key="IBUITargetRuntime">IBCocoaTouchFramework</string>
|
||||||
|
<string key="IBUIDisplayName">Retina 4 Full Screen</string>
|
||||||
|
<int key="IBUIType">2</int>
|
||||||
|
</object>
|
||||||
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||||
|
<array class="NSMutableArray" key="connectionRecords">
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||||
|
<string key="label">view</string>
|
||||||
|
<reference key="source" ref="372490531"/>
|
||||||
|
<reference key="destination" ref="191373211"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">3</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||||
|
<string key="label">twirlImageView</string>
|
||||||
|
<reference key="source" ref="372490531"/>
|
||||||
|
<reference key="destination" ref="64177278"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">9</int>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||||
|
<array key="orderedObjects">
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">0</int>
|
||||||
|
<array key="object" id="0"/>
|
||||||
|
<reference key="children" ref="1000"/>
|
||||||
|
<nil key="parent"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">1</int>
|
||||||
|
<reference key="object" ref="191373211"/>
|
||||||
|
<array class="NSMutableArray" key="children">
|
||||||
|
<reference ref="64177278"/>
|
||||||
|
</array>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-1</int>
|
||||||
|
<reference key="object" ref="372490531"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<string key="objectName">File's Owner</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-2</int>
|
||||||
|
<reference key="object" ref="975951072"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">4</int>
|
||||||
|
<reference key="object" ref="64177278"/>
|
||||||
|
<reference key="parent" ref="191373211"/>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
</object>
|
||||||
|
<dictionary class="NSMutableDictionary" key="flattenedProperties">
|
||||||
|
<string key="-1.CustomClassName">RotationGestureRecognizerViewController</string>
|
||||||
|
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
<string key="-2.CustomClassName">UIResponder</string>
|
||||||
|
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
<string key="1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
<string key="4.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
</dictionary>
|
||||||
|
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
|
||||||
|
<nil key="activeLocalization"/>
|
||||||
|
<dictionary class="NSMutableDictionary" key="localizations"/>
|
||||||
|
<nil key="sourceID"/>
|
||||||
|
<int key="maxID">9</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||||
|
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className">RotationGestureRecognizerViewController</string>
|
||||||
|
<string key="superclassName">UIViewController</string>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<string key="NS.key.0">twirlImageView</string>
|
||||||
|
<string key="NS.object.0">UIImageView</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
|
||||||
|
<string key="NS.key.0">twirlImageView</string>
|
||||||
|
<object class="IBToOneOutletInfo" key="NS.object.0">
|
||||||
|
<string key="name">twirlImageView</string>
|
||||||
|
<string key="candidateClassName">UIImageView</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<string key="majorKey">IBProjectSource</string>
|
||||||
|
<string key="minorKey">./Classes/RotationGestureRecognizerViewController.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
</object>
|
||||||
|
<int key="IBDocument.localizationMode">0</int>
|
||||||
|
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||||
|
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||||
|
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
|
||||||
|
<string key="NS.key.0">colorwheel.png</string>
|
||||||
|
<string key="NS.object.0">{200, 200}</string>
|
||||||
|
</object>
|
||||||
|
<string key="IBCocoaTouchPluginVersion">2083</string>
|
||||||
|
</data>
|
||||||
|
</archive>
|
BIN
OneFingerRotation/colorwheel.png
Normal file
BIN
OneFingerRotation/colorwheel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
2
OneFingerRotation/en.lproj/InfoPlist.strings
Normal file
2
OneFingerRotation/en.lproj/InfoPlist.strings
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
18
OneFingerRotation/main.m
Normal file
18
OneFingerRotation/main.m
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
//
|
||||||
|
// main.m
|
||||||
|
// OneFingerRotation
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 08/09/2013.
|
||||||
|
//
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
#import "AppDelegate.h"
|
||||||
|
|
||||||
|
int main(int argc, char *argv[])
|
||||||
|
{
|
||||||
|
@autoreleasepool {
|
||||||
|
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue