gpt4 book ai didi

iphone - Core-Plot:Interface Builder 文件中存在未知类 CPLayerHostingView

转载 作者:行者123 更新时间:2023-12-03 16:23:05 25 4
gpt4 key购买 nike

使用core-plot似乎不是一个简单的集成任务。 header 路径已设置。在 Interface-Builder 中,我创建了一个 CPLayerHostingView ,它属于由 Interface Builder 实例化的 View Controller 。

加载 nib 文件后,我收到消息:

Unknown class CPLayerHostingView in Interface Builder file

最佳答案

我发现该对象有两个不同的版本。一种仅适用于 Mac,称为“CPLayerHostingView”,一种仅适用于 iPhone,称为“CPGraphHostingView”。

如果遵循 http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application 上的流行示例如果构建 iPhone 应用程序,您将使用以下行:

CPGraphHostingView *graphView = (CPGraphHostingView*)self.view;
graphView.hostedGraph = graph;

关于iphone - Core-Plot:Interface Builder 文件中存在未知类 CPLayerHostingView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2431187/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com