-
Notifications
You must be signed in to change notification settings - Fork 93
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
If i have already created the charts in a collectionview can i call it to reanimate? #21
Comments
Well, you could just re-create the chart, this would generate the same visual effect as re-animating it, I think. Otherwise it's not supported, feel free to adjust the code! |
I am also having same problem. Every time I Draw chart, but still no difference. |
How should we recreate the chart ? This raises an error : "found nil while unwrapping an Optional value" |
Found a solution : in willAppear if it's not the firstTime create a second one,
and in override func viewWillDisappear(_ animated: Bool) { |
If i have already created the charts in a collection view can i call it to reanimate?
My collection view technically already builds the chart but i would like to have it shown everytime i present that collection cell to the screen. What code would i need to write for the animation? As well as for say stacked charts.?
The text was updated successfully, but these errors were encountered: