文件名称:PNChart:iOS 版 Piner 和 CoinsMan 中使用的一个简单漂亮的图表库-开源
文件大小:39KB
文件格式:ZIP
更新时间:2024-08-09 13:33:17
开源软件
一个简单而漂亮的图表库,在 iOS 的 Piner 和 CoinsMan 中使用了动画。 PNChart 适用于 iOS 7.0+ 并与 ARC 项目兼容。 如果您需要对 iOS 6 的支持,请使用 PNChart <= 0.8.1。 请注意,0.8.2 仅支持 iOS 8.0+,0.8.3 及更高版本支持 iOS 7.0+。 它取决于以下 Apple 框架,它们应该已经包含在大多数 Xcode 模板中,Foundation.framework、UIKit.framework、CoreGraphics.framework 和 QuartzCore.framework。 您将需要 LLVM 3.0 或更高版本才能构建 PNChart。 CocoaPods 是将 PNChart 添加到项目的推荐方法。 您可以选择显示平滑的线条。 您可以为同一个 PNLineChartData 项目设置不同的颜色。 例如,您可以对小于 50 的值使用“颜色”红色,对大于 150 的值使用紫色。图例已添加到 PNChart 以用于折线图和饼图。 图例项位置可以堆叠或串联。
【文件预览】:
kevinzhow-PNChart-ed66906
----PNChartDemo.xcworkspace()
--------contents.xcworkspacedata(171B)
----.travis.yml(201B)
----PNChart()
--------PNChart.h(367B)
--------PNColor.h(3KB)
--------PNColor.m(712B)
--------PNChartLabel.h(197B)
--------PNChartDelegate.h(625B)
--------PNBarChart()
--------PNLineChart()
--------PNCircleChart()
--------PNChartLabel.m(576B)
----CocoaPods-version.yml(29B)
----Podfile(54B)
----LICENSE(1KB)
----Podfile.lock(176B)
----.gitignore(237B)
----PNChartDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(29KB)
----PNChartDemo()
--------main.m(331B)
--------PCAppDelegate.h(280B)
--------PNChartDemo-Prefix.pch(338B)
--------PCChartViewController.h(229B)
--------Base.lproj()
--------PCChartsTableViewController.m(6KB)
--------PCChartViewController.m(581B)
--------PNChartDemo-Info.plist(1KB)
--------Images.xcassets()
--------en.lproj()
--------PCChartsTableViewController.h(294B)
--------PCAppDelegate.m(2KB)
----PNChartDemoTests()
--------PNChartDemoTests.m(647B)
--------PNChartDemoTests-Info.plist(685B)
--------en.lproj()
----PNChart.podspec(891B)
----README.md(4KB)