I Want to show the chart in Objective c File. Intially,I have imported the charts file which is in swift language.I am able to show barchart in a BarChartViewController.swift.But i want to show a bar chart in my AnalysisViewController Which is of objective c File.
I have done Swift coding in BarChartViewController.swift.But Now i want to use the same chart that i have shown in BarChartViewController in a AnalysisViewController.I didn't get solution using that steps.
How to import Charts file in my AnalysisViewController? My Project Files