Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
PNChart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kevinzhow
2013-11-07 14:12:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f3db1c86f7d81d238e78d9ef66327dc26c84b86
1f3db1c8
1 parent
055d4187
Add QuartzCore.framework
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
PNChartDemo.xcodeproj/project.pbxproj
PNChartDemo/PNChart/PNBar.h
PNChartDemo/PNChart/PNLineChart.h
README.md
PNChartDemo.xcodeproj/project.pbxproj
View file @
1f3db1c
...
...
@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
0A143B53182B665000332B62 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A143B52182B665000332B62 /* QuartzCore.framework */; };
0AF7A868182AA9F6003645C4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A867182AA9F6003645C4 /* Foundation.framework */; };
0AF7A86A182AA9F6003645C4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */; };
0AF7A86C182AA9F6003645C4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AF7A86B182AA9F6003645C4 /* UIKit.framework */; };
...
...
@@ -40,6 +41,7 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
0A143B52182B665000332B62 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
0AF7A864182AA9F6003645C4 /* PNChartDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PNChartDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
0AF7A867182AA9F6003645C4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
...
...
@@ -78,6 +80,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0A143B53182B665000332B62 /* QuartzCore.framework in Frameworks */,
0AF7A86A182AA9F6003645C4 /* CoreGraphics.framework in Frameworks */,
0AF7A86C182AA9F6003645C4 /* UIKit.framework in Frameworks */,
0AF7A868182AA9F6003645C4 /* Foundation.framework in Frameworks */,
...
...
@@ -119,6 +122,7 @@
0AF7A866182AA9F6003645C4 /* Frameworks */ = {
isa = PBXGroup;
children = (
0A143B52182B665000332B62 /* QuartzCore.framework */,
0AF7A867182AA9F6003645C4 /* Foundation.framework */,
0AF7A869182AA9F6003645C4 /* CoreGraphics.framework */,
0AF7A86B182AA9F6003645C4 /* UIKit.framework */,
...
...
@@ -513,6 +517,7 @@
0AF7A898182AA9F6003645C4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0AF7A899182AA9F6003645C4 /* Build configuration list for PBXNativeTarget "PNChartDemoTests" */ = {
isa = XCConfigurationList;
...
...
@@ -521,6 +526,7 @@
0AF7A89B182AA9F6003645C4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
...
...
PNChartDemo/PNChart/PNBar.h
View file @
1f3db1c
...
...
@@ -7,6 +7,7 @@
//
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
@interface
PNBar
:
UIView
...
...
PNChartDemo/PNChart/PNLineChart.h
View file @
1f3db1c
...
...
@@ -8,6 +8,7 @@
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
#define chartMargin 10
#define xLabelMargin 15
...
...
README.md
View file @
1f3db1c
...
...
@@ -11,6 +11,7 @@ PNChart works on iOS 6.0 and later version and is compatible with ARC projects.
*
Foundation.framework
*
UIKit.framework
*
CoreGraphics.framework
*
QuartzCore.framework
You will need LLVM 3.0 or later in order to build PNChart.
...
...
Please
register
or
login
to post a comment