-2

I am new to iPhone,

I want to draw Pie chart in my iPhone app,

After lot of searching i found this Tutorial...

when i download this code and try to run i am getting CorePlot-CocoaTouch.h file not found you can see in my snapshot CorePlot-CocoaTouch.h file is present still it is showing error.

1 Any help will be appreciated.

Krunal
  • 6,440
  • 21
  • 91
  • 155

3 Answers3

1

Download this project and use this but they are using ARC for that. Hope it will help you!

there you will find Pie Chart ,Line Chart,Bar Chart Etc.

Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
amit soni
  • 2,183
  • 1
  • 14
  • 17
1

try this link , use BNPieChart to draw chart

Call this method to view example.

[BNPieChart pieChartSampleWithFrame:frame]
Romit M.
  • 898
  • 11
  • 28
1

Check the header search path in your app project. Make sure it points to the right directory and is set to "recursive". There is more information on the Core Plot wiki.

Eric Skroch
  • 27,381
  • 3
  • 29
  • 36
  • I had written this `/Users/krunal/Desktop/CorePlotTest/CorePlot_1.0/Source/framework` in my `header search path` Still it is not working.. Do i need to change path ? – Krunal Oct 06 '12 at 04:36
  • That should be ok. Make sure it's set to "recursive". – Eric Skroch Oct 06 '12 at 16:20