AppPear / ChartView

ChartView made in SwiftUI
MIT License
5.31k stars 652 forks source link

Cannot find UIColor in scope #254

Open GonzaloFuentes28 opened 1 year ago

GonzaloFuentes28 commented 1 year ago

In Xcode 14, when compiling, it reports that UIColor is not found and cannot find it in scope. The error is in ChartLabel.swift, and it is true that UIColor is not imported.

app4g commented 1 year ago

I am using V2 of this package..are you also using that? If yes, then perhaps you can take a look at changes I made for my own project..

https://github.com/app4g/ChartViewV2-Demo-Project