IDO
Results
6
issues of
IDO
- (void)updateChartData:(NSArray *)data { _chartData = data; [self prepareYLabelsWithData:data]; [self calculateChartPath:_chartPath andPointsPath:_pointPath andPathKeyPoints:_pathPoints andPathStartEndPoints:_endPointsOfPath andProgressLinePathsColors:_progressLinePathsColors]; for (NSUInteger lineIndex = 0; lineIndex < self.chartData.count; lineIndex++) { NSArray *chartLines = self.chartLineArray[lineIndex]; CAShapeLayer...