ORCharts:饼状图,环形图,扇形图,曲线图,折线图

时间:2021-02-03 00:58:50
【文件属性】:
文件名称:ORCharts:饼状图,环形图,扇形图,曲线图,折线图
文件大小:1.23MB
文件格式:ZIP
更新时间:2021-02-03 00:58:50
ios pie-chart chart charts library 图表 目录 屏幕截图 环图 线图 滑杆 控制 配置示例 运行示例项目。 环 线 安装 图表 pod 'ORCharts' 只有戒指 pod 'ORCharts/Ring' 仅线 pod 'ORCharts/Line' 建立 使用界面生成器 1,将UIView对象ORLineChartView ViewController场景2,将Custom Class更改为ORLineChartView或ORRingChartView 3,链接dataSource并delegate给ViewController 或使用代码 @property (nonatomic, strong) ORRingChartView *ringChartView; _ringChartView = [[ORRingChartView alloc ] initWithFrame: CGRectMake ( 0 , 0 , 375 , 375 )]; _ringChartView.dataSource = self; [ self .view addSubview: _ringChartView]; objc @p
【文件预览】:
ORCharts-master
----.travis.yml(547B)
----ORCharts()
--------Assets()
--------Classes()
----ORCharts.podspec(2KB)
----Example()
--------ORCharts()
--------Podfile(174B)
--------ORCharts.xcodeproj()
--------Podfile.lock(475B)
--------Pods()
--------Tests()
--------ORCharts.xcworkspace()
----gif()
--------ring.gif(812KB)
--------002.png(38KB)
--------002.gif(178KB)
--------003.png(45KB)
--------003.gif(92KB)
--------001.png(39KB)
--------004.png(45KB)
----LICENSE(1KB)
----.DS_Store(8KB)
----_Pods.xcodeproj(27B)
----.gitignore(738B)
----README.md(3KB)

网友评论