zemirco / swift-linechart

Line Chart library for iOS written in Swift
602 stars 68 forks source link

APIs deprecated as of iOS 7 and earlier are unavailable in Swift #18

Closed mitsus closed 9 years ago

mitsus commented 9 years ago

Hi Zemirco, i've follow your instructions for install LineCharts into my project. But when i put LineChart.swift into my project at line path = layer.path i've this error:

LineChart.swift:799:26: 'path' is unavailable: APIs deprecated as of iOS 7 and earlier are unavailable in Swift

Can i solve it?

Thanks and Regards