iOS Objective-C 自定义饼状图

前些天项目中使用了饼状图,现在开发完做下记录。 // //  PieChartView.h #import <UIKit/UIKit.h> @protocol PieChartViewDelegate @required -(NSInteger)getChartRows; -(NSString*)getChartName:(NSInteger)row; -(CGFloat)getChartRate
相关文章
相关标签/搜索