本文为CocoaChina网友piggybear投稿
PGBarChart 是一款非常简单灵活的柱状统计图。
支持滑动
支持按下某一条显示内容信息
可扩展性高
效果图
可以换的的效果图
不可以滑动的效果图
使用 CocoaPods安装
pod 'PGBarChart'
使用
#import PGBarChart *barChart = [[PGBarChart alloc]initWithFrame:self.view.frame]; [self.view addSubview:barChart];
可以到github官方地址下载demo参考使用方法。
Github Address