You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to export a line chart image and save it in the UIImage however I also need to be able to do it without rendering it in any UIView on any View Controller.
But when I do, the image turns out to be just a blank white image. I can get an image if I save the image in viewDidAppear after the view has been loaded.
Is there any way to do this without adding the chart view to the view controller?
The text was updated successfully, but these errors were encountered:
I am trying to export a line chart image and save it in the UIImage however I also need to be able to do it without rendering it in any UIView on any View Controller.
But when I do, the image turns out to be just a blank white image. I can get an image if I save the image in
viewDidAppear
after the view has been loaded.Is there any way to do this without adding the chart view to the view controller?
The text was updated successfully, but these errors were encountered: