-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Comments
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. |
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. |
You shouldn't worry about it. It's not "overhead". It's over-optimizing.
And premature-optimization.
Some extra code won't kill you app - and in most cases will not even exist
as the compiler will strip it out.
|
ok i wasn't aware of this thanks again. |
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
The text was updated successfully, but these errors were encountered: