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 create a new single-view project with latest Xcode 8.1 (8B62).
Pod init, insert pod 'Charts', pod install.
Build the project for good measure.
Now for a View, model 'Charts' is not available in the Custom Class model dropdown.
I tried every trick mentioned on Internet but to no avail.
What is wrong and how to fix?
Help appreciated.
Kind regards, André Hartman, Belgium.
The text was updated successfully, but these errors were encountered:
"Charts" is the name of the module. Are you talking about drop-down in the Storyboard? I think what you are looking for is the individual charts such as CombinedChartView, LineChartView, PieChartView, RadarChartView, ScatterChartView, etc.
I create a new single-view project with latest Xcode 8.1 (8B62).
Pod init, insert pod 'Charts', pod install.
Build the project for good measure.
Now for a View, model 'Charts' is not available in the Custom Class model dropdown.
I tried every trick mentioned on Internet but to no avail.
What is wrong and how to fix?
Help appreciated.
Kind regards, André Hartman, Belgium.
The text was updated successfully, but these errors were encountered: