Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add a chart to UIScrollView? #18

Open
xinyer opened this issue May 2, 2013 · 3 comments
Open

How to add a chart to UIScrollView? #18

xinyer opened this issue May 2, 2013 · 3 comments

Comments

@xinyer
Copy link

xinyer commented May 2, 2013

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

@ricsantos
Copy link

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.

@crokobit
Copy link

crokobit commented May 4, 2013

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

@honcheng
Copy link
Owner

honcheng commented May 4, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants