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
Matthew Strickland
2014-03-13 11:19:47 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d4ab2454e1b022c5fb4e0f9cf524f28edf5d34d6
d4ab2454
1 parent
f2543ac1
update documentation
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
d4ab245
...
...
@@ -88,7 +88,7 @@ You will need LLVM 3.0 or later in order to build PNChart.
//For CircleChart
PNCircleChart
*
circleChart =
[
[PNCircleChart alloc
]
initWithFrame:CGRectMake(0, 80.0, SCREEN_WIDTH, 100.0) andTotal:
[
NSNumber numberWithInt:100
]
andCurrent:
[
NSNumber numberWithInt:60
]
];
PNCircleChart
*
circleChart =
[
[PNCircleChart alloc
]
initWithFrame:CGRectMake(0, 80.0, SCREEN_WIDTH, 100.0) andTotal:
[
NSNumber numberWithInt:100
]
andCurrent:
[
NSNumber numberWithInt:60
]
andClockwise:NO
];
circleChart.backgroundColor =
[
UIColor clearColor
]
;
[
circleChart setStrokeColor:PNGreen
]
;
[
circleChart strokeChart
]
;
...
...
Please
register
or
login
to post a comment