-
Notifications
You must be signed in to change notification settings - Fork 420
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
imports without pods #140
Comments
You only need to import either JBBarChartView or JBLineChartView, or both if you want to use two charts in one class. This is pretty explanatory and would be overkill to include. Leaving it out of docs for now. |
sure. i just wanted to point out the docs refer to the path where it's not needed. but no biggie. |
That's for a bridging header - it's not the same as a straight up import in objective-c land. Or I am missing something? |
Ah got it. Not sure why there was a JBChartView/ path in there. I've updated the README. Thanks. |
A note for the docs, if you are not using pods, your imports should look like
import "JBChartView.h"
import "JBBarChartView.h"
import "JBLineChartView.h"
The text was updated successfully, but these errors were encountered: