diff --git a/OneFingerRotation.xcodeproj/project.pbxproj b/OneFingerRotation.xcodeproj/project.pbxproj new file mode 100644 index 0000000..7dc91b9 --- /dev/null +++ b/OneFingerRotation.xcodeproj/project.pbxproj @@ -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 = ""; }; + 2E06CF4917DCFED600E4F3ED /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 2E06CF4B17DCFED600E4F3ED /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 2E06CF4D17DCFED600E4F3ED /* OneFingerRotation-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OneFingerRotation-Prefix.pch"; sourceTree = ""; }; + 2E06CF4E17DCFED600E4F3ED /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 2E06CF4F17DCFED600E4F3ED /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 2E06CF5117DCFED600E4F3ED /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; + 2E06CF5317DCFED600E4F3ED /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; + 2E06CF5517DCFED600E4F3ED /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; + 2E06CF6117DCFF5C00E4F3ED /* NGRotationGestureRecognizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NGRotationGestureRecognizer.h; sourceTree = ""; }; + 2E06CF6217DCFF5C00E4F3ED /* NGRotationGestureRecognizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NGRotationGestureRecognizer.m; sourceTree = ""; }; + 2E06CF6417DCFFB300E4F3ED /* RotationGestureRecognizerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RotationGestureRecognizerViewController.h; sourceTree = ""; }; + 2E06CF6517DCFFB300E4F3ED /* RotationGestureRecognizerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RotationGestureRecognizerViewController.m; sourceTree = ""; }; + 2E06CF6617DCFFB300E4F3ED /* RotationGestureRecognizerViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RotationGestureRecognizerViewController.xib; sourceTree = ""; }; + 2E06CF6917DD010600E4F3ED /* colorwheel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = colorwheel.png; sourceTree = ""; }; +/* 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 = ""; + }; + 2E06CF3D17DCFED600E4F3ED /* Products */ = { + isa = PBXGroup; + children = ( + 2E06CF3C17DCFED600E4F3ED /* OneFingerRotation.app */, + ); + name = Products; + sourceTree = ""; + }; + 2E06CF3E17DCFED600E4F3ED /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2E06CF3F17DCFED600E4F3ED /* UIKit.framework */, + 2E06CF4117DCFED600E4F3ED /* Foundation.framework */, + 2E06CF4317DCFED600E4F3ED /* CoreGraphics.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 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 = ""; + }; + 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 = ""; + }; + 2E06CF6017DCFF5C00E4F3ED /* NGRotationGestureRecognizer */ = { + isa = PBXGroup; + children = ( + 2E06CF6117DCFF5C00E4F3ED /* NGRotationGestureRecognizer.h */, + 2E06CF6217DCFF5C00E4F3ED /* NGRotationGestureRecognizer.m */, + ); + path = NGRotationGestureRecognizer; + sourceTree = ""; + }; +/* 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 = ""; + }; +/* 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 */; +} diff --git a/OneFingerRotation/AppDelegate.h b/OneFingerRotation/AppDelegate.h new file mode 100644 index 0000000..597f7b4 --- /dev/null +++ b/OneFingerRotation/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// OneFingerRotation +// +// Created by Wojtek Nagrodzki on 08/09/2013. +// +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/OneFingerRotation/AppDelegate.m b/OneFingerRotation/AppDelegate.m new file mode 100644 index 0000000..2b7e0e8 --- /dev/null +++ b/OneFingerRotation/AppDelegate.m @@ -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 diff --git a/OneFingerRotation/Default-568h@2x.png b/OneFingerRotation/Default-568h@2x.png new file mode 100644 index 0000000..0891b7a Binary files /dev/null and b/OneFingerRotation/Default-568h@2x.png differ diff --git a/OneFingerRotation/Default.png b/OneFingerRotation/Default.png new file mode 100644 index 0000000..4c8ca6f Binary files /dev/null and b/OneFingerRotation/Default.png differ diff --git a/OneFingerRotation/Default@2x.png b/OneFingerRotation/Default@2x.png new file mode 100644 index 0000000..35b84cf Binary files /dev/null and b/OneFingerRotation/Default@2x.png differ diff --git a/OneFingerRotation/NGRotationGestureRecognizer/NGRotationGestureRecognizer.h b/OneFingerRotation/NGRotationGestureRecognizer/NGRotationGestureRecognizer.h new file mode 100644 index 0000000..ce124d9 --- /dev/null +++ b/OneFingerRotation/NGRotationGestureRecognizer/NGRotationGestureRecognizer.h @@ -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 + +/** + * 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 diff --git a/OneFingerRotation/NGRotationGestureRecognizer/NGRotationGestureRecognizer.m b/OneFingerRotation/NGRotationGestureRecognizer/NGRotationGestureRecognizer.m new file mode 100644 index 0000000..38bca49 --- /dev/null +++ b/OneFingerRotation/NGRotationGestureRecognizer/NGRotationGestureRecognizer.m @@ -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 + + +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 diff --git a/OneFingerRotation/OneFingerRotation-Info.plist b/OneFingerRotation/OneFingerRotation-Info.plist new file mode 100644 index 0000000..dcacff8 --- /dev/null +++ b/OneFingerRotation/OneFingerRotation-Info.plist @@ -0,0 +1,43 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + izydor86.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/OneFingerRotation/OneFingerRotation-Prefix.pch b/OneFingerRotation/OneFingerRotation-Prefix.pch new file mode 100644 index 0000000..af39e22 --- /dev/null +++ b/OneFingerRotation/OneFingerRotation-Prefix.pch @@ -0,0 +1,14 @@ +// +// Prefix header for all source files of the 'OneFingerRotation' target in the 'OneFingerRotation' project +// + +#import + +#ifndef __IPHONE_3_0 +#warning "This project uses features only available in iOS SDK 3.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/OneFingerRotation/RotationGestureRecognizerViewController.h b/OneFingerRotation/RotationGestureRecognizerViewController.h new file mode 100644 index 0000000..d65247e --- /dev/null +++ b/OneFingerRotation/RotationGestureRecognizerViewController.h @@ -0,0 +1,13 @@ +// +// RotationGestureRecognizerViewController.h +// RotateView +// +// Created by Wojtek Nagrodzki on 29/08/2013. +// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved. +// + +#import + +@interface RotationGestureRecognizerViewController : UIViewController + +@end diff --git a/OneFingerRotation/RotationGestureRecognizerViewController.m b/OneFingerRotation/RotationGestureRecognizerViewController.m new file mode 100644 index 0000000..5943a16 --- /dev/null +++ b/OneFingerRotation/RotationGestureRecognizerViewController.m @@ -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 diff --git a/OneFingerRotation/RotationGestureRecognizerViewController.xib b/OneFingerRotation/RotationGestureRecognizerViewController.xib new file mode 100644 index 0000000..37c5475 --- /dev/null +++ b/OneFingerRotation/RotationGestureRecognizerViewController.xib @@ -0,0 +1,185 @@ + + + + 1552 + 12E55 + 3084 + 1187.39 + 626.00 + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + 2083 + + + IBProxyObject + IBUIImageView + IBUIView + + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + PluginDependencyRecalculationVersion + + + + + IBFilesOwner + IBCocoaTouchFramework + + + IBFirstResponder + IBCocoaTouchFramework + + + + 274 + + + + 256 + {{60, 60}, {200, 200}} + + + + NO + YES + 4 + YES + IBCocoaTouchFramework + + NSImage + colorwheel.png + + + + {{0, 20}, {320, 548}} + + + + + 3 + MC42NjY2NjY2NjY3AA + + + + IBUIScreenMetrics + + YES + + + + + + {320, 568} + {568, 320} + + + IBCocoaTouchFramework + Retina 4 Full Screen + 2 + + IBCocoaTouchFramework + + + + + + + view + + + + 3 + + + + twirlImageView + + + + 9 + + + + + + 0 + + + + + + 1 + + + + + + + + -1 + + + File's Owner + + + -2 + + + + + 4 + + + + + + + RotationGestureRecognizerViewController + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + UIResponder + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + + + + 9 + + + + + RotationGestureRecognizerViewController + UIViewController + + twirlImageView + UIImageView + + + twirlImageView + + twirlImageView + UIImageView + + + + IBProjectSource + ./Classes/RotationGestureRecognizerViewController.h + + + + + 0 + IBCocoaTouchFramework + YES + 3 + + colorwheel.png + {200, 200} + + 2083 + + diff --git a/OneFingerRotation/colorwheel.png b/OneFingerRotation/colorwheel.png new file mode 100644 index 0000000..86d516a Binary files /dev/null and b/OneFingerRotation/colorwheel.png differ diff --git a/OneFingerRotation/en.lproj/InfoPlist.strings b/OneFingerRotation/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/OneFingerRotation/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/OneFingerRotation/main.m b/OneFingerRotation/main.m new file mode 100644 index 0000000..a41b992 --- /dev/null +++ b/OneFingerRotation/main.m @@ -0,0 +1,18 @@ +// +// main.m +// OneFingerRotation +// +// Created by Wojtek Nagrodzki on 08/09/2013. +// +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char *argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +}