Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to draw one simple graph in my app. I tried to make it with Core Plot, but I can't even import it in my project properly. Is there any more simple but still pretty framework?

share|improve this question
Did you following the importing instructions 100%? – sosborn Aug 3 '12 at 8:05
I'm not shure, but I tried to. It seems not to work with new Xcode and ARC. – vZ10 Aug 3 '12 at 13:53
You can turn off ARC for specific files. – sosborn Aug 3 '12 at 23:34
The 1.0 release does not work under Xcode 4.4, but the latest development version does. To stay compatible with older systems, Core Plot does not use ARC, but it can be used in projects that do. – Eric Skroch Aug 4 '12 at 0:00

1 Answer

You can following link show the plot chart with examples Here

Also here that type of the question aries which is below.

1)Core plot chart

2)Library available into IOS

This may helping to lot and decide you which is the better for you implementation is easy.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.