-
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
Question #121
Comments
Hey @kenthinson, take a peak at either of the demo projects we have set up: The chart's in the demo project support orientation changes. Hope this helps! |
Hi @terryworona. Thanks for trying to help. I have loaded up the demo project in the simulator and rotation does not seem to be supported. |
If you have the views in a view controller you could use the transition coordinators in iOS 8 -(void)willTransitionToTraitCollection:(UITraitCollection *)newCollection withTransitionCoordinator:(id)coordinator |
Hello sorry for a noob question.
When I rotate the phone the chart no longer displays properly.
So it looks like I need to call chart.reloadData()
but where is the best place to put that so it will happen every time the interface rotates?
The text was updated successfully, but these errors were encountered: