iOS核心剧情: Difference between CPPlot and CPTPlot

标签 ios core-plot

谁能解释一下 CPPlot 和 CPTPlot 之间的区别。我目前正在使用 CPTPlot。

即使在 CPTPlot 中,CPPlot 中的所有功能都可用吗?

如何将我的代码从使用 CPTPlot 更改为 CPPlot?谢谢。

最佳答案

Core Plot 刚启动时,它使用“CP”作为类前缀。这导致了与 Apple 在 Snow Leopard (Mac OS X 10.6) 中引入的私有(private)框架的冲突。我们将类前缀更改为“CPT”以消除 namespace 冲突。参见 issue 85获取更多信息。

关于iOS核心剧情: Difference between CPPlot and CPTPlot,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20587543/

相关文章:

iOS 核心图 - 对齐 y 轴标签

ios - coreplot iOS 中 x 轴和 y 轴的动态数据

ios - 如何为 nib 文件中包含的 UILabel 定义 ViewDidLoad 方法?

iphone - iOS 主视图正在响应 subview 手势

ios - UICollectionViewCell内部的UICollectionView-空区域取消触摸

ios - NSLayoutFormatOptions 没有成员 'allZeros' 错误

ios - 背景 View 中的视频背景

ios - 核心情节: first/last point symbol is out of screen

iphone - CorePlot - X 轴 - iPhone

ios - 核心剧情: Are "setLabelingPolicy:CPTAxisLabelingPolicyNone" and "setMajorGridLineStyle:majorGridLineStyle" Mutually exclusive?