Charts: Support for swift 3.0

Created on 3 Oct 2016  Â·  4Comments  Â·  Source: danielgindi/Charts

When the support for swift 3.0 will be released.

Most helpful comment

Open source projects are inherently difficult to provide a timeline for as the contributors are usually not paid to work on them. I'm sure they will officially release a new version as soon as they can.

That said, in the meantime, you can already use the master branch of Charts in a Swift 3 project. Assuming you're using CocoaPods, put this in your Podfile and do a pod update:

pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'master'

All 4 comments

Open source projects are inherently difficult to provide a timeline for as the contributors are usually not paid to work on them. I'm sure they will officially release a new version as soon as they can.

That said, in the meantime, you can already use the master branch of Charts in a Swift 3 project. Assuming you're using CocoaPods, put this in your Podfile and do a pod update:

pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'master'

You can also prevent Xcode errors by enabling legacy swift version:

screen shot 2016-10-03 at 12 37 45

still have bugs.. just wait

ok done Thanx

Was this page helpful?
0 / 5 - 0 ratings

Related issues

guoyutaog picture guoyutaog  Â·  3Comments

brytnvmg picture brytnvmg  Â·  4Comments

shayneptorres picture shayneptorres  Â·  4Comments

heumn picture heumn  Â·  3Comments

anhltse03448 picture anhltse03448  Â·  3Comments