我正在使用https://github.com/danielgindi/ios-charts/ 我已经实现了委托:ChartViewDelegate
代码:
chartView.drawOrder = [CombinedChartView.DrawOrder.Bar, CombinedChartView.DrawOrder.Line]
但我有这个错误:
Cannot assign a value of type [CombinedChartView.DrawOrder] to a value of [int]
我可以在 Obj-C 中使用 drawOrder,但不能在 Swift 中使用相同的代码。有没有办法解决这个问题?