freshking / DynamicGraphView

A simple but effective dynamic GraphView implementation for iPhone SDK
MIT License
227 stars 30 forks source link

Adding graph to app #7

Closed spaztacular closed 10 years ago

spaztacular commented 11 years ago

I followed your exact instructions to copy graphView.h amd .m to app, then I put exactly what you put in the viewcontroller .h and .m, am I supposed to do something else? Sorry if its a really stupid question.

freshking commented 11 years ago

Please explain exactly the problem you are having. Then I can help a lot better.

spaztacular commented 11 years ago

Just realized I am using xcode 5, which offers no method to use XIB's. Do you have a Storyboard version of this?

spaztacular commented 11 years ago

Sorry, I was able to do it quite easily, i just had made a really stupid mistake. I still do have one question however. Is their a way to make the graph be on a uiview? or like a scroll view?