iOSPlot icon indicating copy to clipboard operation
iOSPlot copied to clipboard

How to add a chart to UIScrollView?

Open xinyer opened this issue 11 years ago • 3 comments

I want to add a line chart to a scrollview using storyboard? Is the iOSPlot support this?

xinyer avatar May 02 '13 02:05 xinyer

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.

ricsantos avatar May 02 '13 03:05 ricsantos

so... can we use iosPlot in storyboard??? and how?

crokobit avatar May 04 '13 19:05 crokobit

Hi crokobit, Doesn't support storyboard yet. You want to send in a pull request for this?

honcheng avatar May 04 '13 23:05 honcheng