Improve performance with shadow

This commit is contained in:
Mike Enriquez
2012-01-25 22:57:10 -05:00
parent b4ec0545a1
commit b12363e995
4 changed files with 21 additions and 9 deletions

View File

@@ -22,6 +22,7 @@
2750E7AE14CF1306007727A0 /* ECSlidingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2750E7AB14CF1306007727A0 /* ECSlidingViewController.m */; };
2750E7AF14CF1306007727A0 /* UIImage+UIImage_ImageWithUIView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2750E7AD14CF1306007727A0 /* UIImage+UIImage_ImageWithUIView.m */; };
27FC94E014D0C14E0000B18C /* InitialSlidingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27FC94DF14D0C14E0000B18C /* InitialSlidingViewController.m */; };
27FC94E314D105C60000B18C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27FC94E214D105C60000B18C /* QuartzCore.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -52,6 +53,7 @@
2750E7AD14CF1306007727A0 /* UIImage+UIImage_ImageWithUIView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+UIImage_ImageWithUIView.m"; sourceTree = "<group>"; };
27FC94DE14D0C14E0000B18C /* InitialSlidingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InitialSlidingViewController.h; sourceTree = "<group>"; };
27FC94DF14D0C14E0000B18C /* InitialSlidingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InitialSlidingViewController.m; sourceTree = "<group>"; };
27FC94E214D105C60000B18C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -59,6 +61,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
27FC94E314D105C60000B18C /* QuartzCore.framework in Frameworks */,
2750E77114CDB0DF007727A0 /* UIKit.framework in Frameworks */,
2750E77314CDB0DF007727A0 /* Foundation.framework in Frameworks */,
2750E77514CDB0DF007727A0 /* CoreGraphics.framework in Frameworks */,
@@ -88,9 +91,10 @@
2750E76F14CDB0DF007727A0 /* Frameworks */ = {
isa = PBXGroup;
children = (
2750E77014CDB0DF007727A0 /* UIKit.framework */,
2750E77214CDB0DF007727A0 /* Foundation.framework */,
2750E77414CDB0DF007727A0 /* CoreGraphics.framework */,
2750E77214CDB0DF007727A0 /* Foundation.framework */,
27FC94E214D105C60000B18C /* QuartzCore.framework */,
2750E77014CDB0DF007727A0 /* UIKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";