iOSPlot
iOSPlot copied to clipboard
How to add a chart to UIScrollView?
I want to add a line chart to a scrollview using storyboard? Is the iOSPlot support this?
Looks like PCLineChartView
only implements initWithFrame
. To be used in a nib or storyboard, initWithCoder
needs to be supported.
So the answer is no, for now just create the view programatically.
so... can we use iosPlot in storyboard??? and how?
Hi crokobit, Doesn't support storyboard yet. You want to send in a pull request for this?