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

guanyanlin picture guanyanlin  ·  3Comments

kwstasna picture kwstasna  ·  3Comments

kirti0525 picture kirti0525  ·  3Comments

newbiebie picture newbiebie  ·  3Comments

cilasgimenez picture cilasgimenez  ·  4Comments