Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
27.62k
stars
6k
forks
source link
Concurrency warning when conforming `ChartViewDelegate` with MainActor attribute. #5178
Open
beckj-prestolabs opened 5 months ago
What did you do?
In Xcode 15, I conformed
ChartViewDelegate
to assign it toLineChartView
.What did you expect to happen?
LineChartView works fine with no warning.
What happened instead?
The following warning is displayed on the implemented functions.
DGCharts Environment
DGCharts version/Branch/Commit Number: v5.1.0 Xcode version: 15.4 Swift version: 5.9 Platform(s) running DGCharts: iOS 17.5 Simulator macOS version running Xcode: macOS Sonoma 14.5
Demo Project
ChartsWithMainActor.zip