如何使用 ios-Charts 库在我的 App 中显示图表?

How to use ios-Charts library to display charts in my App?

我正在使用 danielgindi.I 的 ios_Charts 库,正在使用 Objective-C 构建我的应用程序。我已经成功地在我的项目中拖动 charts.xcodeproj。而且我可以在我的项目中导入 "MyApp-Swift.h"。但我无法理解如何进一步在我的 app.Please 中使用 barChart 帮助我解决这个问题,因为我是 iOS 的新手。谢谢

错误 'unknown type name BarChartView' 听起来好像您没有正确设置视图。

将一个视图拖到您的视图控制器上。单击视图和 select 'show identity inspector button' 并将 class 设置为 'BarChartView':