Toward issue #27 this PR fixes several build issues in Swift 4.2, which may only be present when using later (4.2-compatible) versions of several dependencies.
• IPieChartDataSet requires useValueColorForLine in data set.
• CopyWithZone has been renamed to copy(with: _)
BUILD FIXES FOR SWIFT 4.2
Toward issue #27 this PR fixes several build issues in Swift 4.2, which may only be present when using later (4.2-compatible) versions of several dependencies.
• IPieChartDataSet requires
useValueColorForLine
in data set. • CopyWithZone has been renamed to copy(with: _)