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

hi can this demo be done under one .xcodeproj #16

Closed
vishw3 opened this issue Apr 9, 2015 · 4 comments
Closed

hi can this demo be done under one .xcodeproj #16

vishw3 opened this issue Apr 9, 2015 · 4 comments
Labels

Comments

@vishw3
Copy link

vishw3 commented Apr 9, 2015

when i open charts demo.xcodeproj in Xcode it consist of charts.xcodeproj.is it possible to directly take .swift files from charts and implement in charts demo project with out importing whole charts.xcodeproj

@danielgindi
Copy link
Collaborator

It's possible.

It's the most convenient to just drag the Charts.xcodeproj to your project, but if you like you can drag the Swift files.

NOTE: If you download an update, and there are new files in the project or any structure changes, you will get errors about missing files...

I would recommend dragging in the files individually only if you want to compile for iOS 7.0.

@vishw3
Copy link
Author

vishw3 commented Apr 9, 2015

thanks for the quick reply. and i don't need to compile for iOS 7 but i thought it would be better because as most of them will not be implementing all type of charts so it might be overhead suppose if i want to use only bar graph i can take related .swift files and work on it leaving rest all behind this was my motive.

@danielgindi
Copy link
Collaborator

danielgindi commented Apr 9, 2015 via email

@vishw3
Copy link
Author

vishw3 commented Apr 9, 2015

ok i wasn't aware of this thanks again.

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

No branches or pull requests

2 participants