Skip to content

Commit

Permalink
Updated to version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Aug 25, 2012
1 parent b67c045 commit 259e9fe
Show file tree
Hide file tree
Showing 20 changed files with 763 additions and 42 deletions.
307 changes: 307 additions & 0 deletions Examples/ARC Example/FXImageViewDemo.xcodeproj/project.pbxproj
@@ -0,0 +1,307 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
01E993FE159BCA9C0059DD43 /* IMG_0150.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 01E993FD159BCA9C0059DD43 /* IMG_0150.jpg */; };
01E99409159BD4B30059DD43 /* FXImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 01E99406159BD4B30059DD43 /* FXImageView.m */; };
01E9940A159BD4B30059DD43 /* UIImage+FX.m in Sources */ = {isa = PBXBuildFile; fileRef = 01E99408159BD4B30059DD43 /* UIImage+FX.m */; };
01FA10C2145E9951001906CB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01FA10C1145E9951001906CB /* UIKit.framework */; };
01FA10C4145E9951001906CB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01FA10C3145E9951001906CB /* Foundation.framework */; };
01FA10C6145E9951001906CB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01FA10C5145E9951001906CB /* CoreGraphics.framework */; };
01FA10CC145E9951001906CB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01FA10CA145E9951001906CB /* InfoPlist.strings */; };
01FA10CE145E9951001906CB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FA10CD145E9951001906CB /* main.m */; };
01FA10D2145E9951001906CB /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FA10D1145E9951001906CB /* AppDelegate.m */; };
01FA10D5145E9951001906CB /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FA10D4145E9951001906CB /* ViewController.m */; };
01FA10D8145E9951001906CB /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 01FA10D6145E9951001906CB /* ViewController.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
01E993FD159BCA9C0059DD43 /* IMG_0150.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = IMG_0150.jpg; sourceTree = "<group>"; };
01E99405159BD4B30059DD43 /* FXImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FXImageView.h; sourceTree = "<group>"; };
01E99406159BD4B30059DD43 /* FXImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FXImageView.m; sourceTree = "<group>"; };
01E99407159BD4B30059DD43 /* UIImage+FX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+FX.h"; sourceTree = "<group>"; };
01E99408159BD4B30059DD43 /* UIImage+FX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+FX.m"; sourceTree = "<group>"; };
01FA10BD145E9951001906CB /* FXImageViewDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FXImageViewDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
01FA10C1145E9951001906CB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
01FA10C3145E9951001906CB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
01FA10C5145E9951001906CB /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
01FA10C9145E9951001906CB /* FXImageViewDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FXImageViewDemo-Info.plist"; sourceTree = "<group>"; };
01FA10CB145E9951001906CB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
01FA10CD145E9951001906CB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
01FA10CF145E9951001906CB /* FXImageViewDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FXImageViewDemo-Prefix.pch"; sourceTree = "<group>"; };
01FA10D0145E9951001906CB /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
01FA10D1145E9951001906CB /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
01FA10D3145E9951001906CB /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
01FA10D4145E9951001906CB /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
01FA10D7145E9951001906CB /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
01FA10BA145E9951001906CB /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
01FA10C2145E9951001906CB /* UIKit.framework in Frameworks */,
01FA10C4145E9951001906CB /* Foundation.framework in Frameworks */,
01FA10C6145E9951001906CB /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
01E99404159BD4B30059DD43 /* FXImageView */ = {
isa = PBXGroup;
children = (
01E99407159BD4B30059DD43 /* UIImage+FX.h */,
01E99408159BD4B30059DD43 /* UIImage+FX.m */,
01E99405159BD4B30059DD43 /* FXImageView.h */,
01E99406159BD4B30059DD43 /* FXImageView.m */,
);
name = FXImageView;
path = ../../FXImageView;
sourceTree = "<group>";
};
01FA10B2145E994F001906CB = {
isa = PBXGroup;
children = (
01E99404159BD4B30059DD43 /* FXImageView */,
01FA10C7145E9951001906CB /* FXImageViewDemo */,
01FA10C0145E9951001906CB /* Frameworks */,
01FA10BE145E9951001906CB /* Products */,
);
sourceTree = "<group>";
};
01FA10BE145E9951001906CB /* Products */ = {
isa = PBXGroup;
children = (
01FA10BD145E9951001906CB /* FXImageViewDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
01FA10C0145E9951001906CB /* Frameworks */ = {
isa = PBXGroup;
children = (
01FA10C1145E9951001906CB /* UIKit.framework */,
01FA10C3145E9951001906CB /* Foundation.framework */,
01FA10C5145E9951001906CB /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
01FA10C7145E9951001906CB /* FXImageViewDemo */ = {
isa = PBXGroup;
children = (
01FA10D0145E9951001906CB /* AppDelegate.h */,
01FA10D1145E9951001906CB /* AppDelegate.m */,
01FA10D3145E9951001906CB /* ViewController.h */,
01FA10D4145E9951001906CB /* ViewController.m */,
01FA10D6145E9951001906CB /* ViewController.xib */,
01FA10C8145E9951001906CB /* Supporting Files */,
);
path = FXImageViewDemo;
sourceTree = "<group>";
};
01FA10C8145E9951001906CB /* Supporting Files */ = {
isa = PBXGroup;
children = (
01E993FD159BCA9C0059DD43 /* IMG_0150.jpg */,
01FA10C9145E9951001906CB /* FXImageViewDemo-Info.plist */,
01FA10CA145E9951001906CB /* InfoPlist.strings */,
01FA10CD145E9951001906CB /* main.m */,
01FA10CF145E9951001906CB /* FXImageViewDemo-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
01FA10BC145E9951001906CB /* FXImageViewDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 01FA10DB145E9951001906CB /* Build configuration list for PBXNativeTarget "FXImageViewDemo" */;
buildPhases = (
01FA10B9145E9951001906CB /* Sources */,
01FA10BA145E9951001906CB /* Frameworks */,
01FA10BB145E9951001906CB /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = FXImageViewDemo;
productName = ImageFXViewDemo;
productReference = 01FA10BD145E9951001906CB /* FXImageViewDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
01FA10B4145E994F001906CB /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0450;
};
buildConfigurationList = 01FA10B7145E994F001906CB /* Build configuration list for PBXProject "FXImageViewDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 01FA10B2145E994F001906CB;
productRefGroup = 01FA10BE145E9951001906CB /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
01FA10BC145E9951001906CB /* FXImageViewDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
01FA10BB145E9951001906CB /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
01FA10CC145E9951001906CB /* InfoPlist.strings in Resources */,
01FA10D8145E9951001906CB /* ViewController.xib in Resources */,
01E993FE159BCA9C0059DD43 /* IMG_0150.jpg in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
01FA10B9145E9951001906CB /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
01FA10CE145E9951001906CB /* main.m in Sources */,
01FA10D2145E9951001906CB /* AppDelegate.m in Sources */,
01FA10D5145E9951001906CB /* ViewController.m in Sources */,
01E99409159BD4B30059DD43 /* FXImageView.m in Sources */,
01E9940A159BD4B30059DD43 /* UIImage+FX.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
01FA10CA145E9951001906CB /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
01FA10CB145E9951001906CB /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
01FA10D6145E9951001906CB /* ViewController.xib */ = {
isa = PBXVariantGroup;
children = (
01FA10D7145E9951001906CB /* en */,
);
name = ViewController.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
01FA10D9145E9951001906CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"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_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
SDKROOT = iphoneos;
};
name = Debug;
};
01FA10DA145E9951001906CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
01FA10DC145E9951001906CB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FXImageViewDemo/FXImageViewDemo-Prefix.pch";
INFOPLIST_FILE = "FXImageViewDemo/FXImageViewDemo-Info.plist";
PRODUCT_NAME = FXImageViewDemo;
WRAPPER_EXTENSION = app;
};
name = Debug;
};
01FA10DD145E9951001906CB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FXImageViewDemo/FXImageViewDemo-Prefix.pch";
INFOPLIST_FILE = "FXImageViewDemo/FXImageViewDemo-Info.plist";
PRODUCT_NAME = FXImageViewDemo;
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
01FA10B7145E994F001906CB /* Build configuration list for PBXProject "FXImageViewDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
01FA10D9145E9951001906CB /* Debug */,
01FA10DA145E9951001906CB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
01FA10DB145E9951001906CB /* Build configuration list for PBXNativeTarget "FXImageViewDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
01FA10DC145E9951001906CB /* Debug */,
01FA10DD145E9951001906CB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 01FA10B4145E994F001906CB /* Project object */;
}
18 changes: 18 additions & 0 deletions Examples/ARC Example/FXImageViewDemo/AppDelegate.h
@@ -0,0 +1,18 @@
//
// AppDelegate.h
// ImageFXViewDemo
//
// Created by Nick Lockwood on 31/10/2011.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>

@class ViewController;

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) ViewController *viewController;

@end
68 changes: 68 additions & 0 deletions Examples/ARC Example/FXImageViewDemo/AppDelegate.m
@@ -0,0 +1,68 @@
//
// AppDelegate.m
// ImageFXViewDemo
//
// Created by Nick Lockwood on 31/10/2011.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//

#import "AppDelegate.h"

#import "ViewController.h"

@implementation AppDelegate

@synthesize window = _window;
@synthesize viewController = _viewController;


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.viewController = [[ViewController alloc] initWithNibName:@"ViewController" bundle:nil];
self.window.rootViewController = self.viewController;
[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

0 comments on commit 259e9fe

Please sign in to comment.