pod chart后报错

2023-02-09  本文已影响0人  吃了个瓜

错误提示:Type 'ChartDataSet' does not conform to protocol 'RangeReplaceableCollection'

解决方案

// MARK: RangeReplaceableCollection

extension ChartDataSet: RangeReplaceableCollection中粘贴方法

publicfuncreplaceSubrange(_subrange: Swift.Range,withnewElements: C)whereC :

    Collection,ChartDataEntry== C.Element{

       }

上一篇 下一篇

猜你喜欢

热点阅读