kevinzhow / PNChart

A simple and beautiful chart lib used in Piner and CoinsMan for iOS
MIT License
9.71k stars 1.76k forks source link

同时设置isGradientShow和barColorGradientStart时会崩溃 #444

Open ningking opened 6 years ago

ningking commented 6 years ago

设置isGradientShow为YES时,同时设置barColorGradientStart颜色时会崩溃。主要问题在barColorGradientStart的setter方法代码: for (CALayer *sublayer in [_chartLine sublayers]) { [sublayer removeFromSuperlayer]; }