孔
孔
在 JQFMDB.m中字符串 属性 dbPath ,应该使用copy吧?你那里写的strong @property (nonatomic, strong)NSString *dbPath;
1.错误位置 if value < currentMin { currentMin = value } else { currentMax = value } } 2.个人的更改方法 //1.方法一 for index in 0.. currentMax { currentMax = tem } }...
例:错误的数据 // 数据 NSArray *items = @[[PNPieChartDataItem dataItemWithValue:5.56 color:[UIColor grayColor]description:@"其他"], [PNPieChartDataItem dataItemWithValue:70.415 color:[UIColor orangeColor] description:@"WWDC"], [PNPieChartDataItem dataItemWithValue:24.45 color:PNDeepGreen description:@"GOOG I/O"], ]; 饼状图 显示的百分比和 会大于100% —————————————— 我做了加了一些判定 更改 在如下方法中 - (void)strokeChart{}...