Skip to content

Commit ac9d9ed

Browse files
author
Yasin Kavakli
committed
renamed kCALineJoinBevel to CAShapeLayerLineJoin.bevel for Xcode 10 and Swift 4.2
1 parent e28c806 commit ac9d9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Chart.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ open class Chart: UIControl {
482482
}
483483
lineLayer.fillColor = nil
484484
lineLayer.lineWidth = lineWidth
485-
lineLayer.lineJoin = kCALineJoinBevel
485+
lineLayer.lineJoin = CAShapeLayerLineJoin.bevel
486486

487487
self.layer.addSublayer(lineLayer)
488488

0 commit comments

Comments
 (0)