我已经按照CorePlot的文档进行操作。做完一切后,我面临以下问题:
error: 'CPLayerHostingView' undeclared (first use in this function)
error: 'hostingView' undeclared (first use in this function)
error: expected expression before ')' token
error: object cannot be set - either readonly property or no setter found
error: object cannot be set - either readonly property or no setter found
error: object cannot be set - either readonly property or no setter found
error: object cannot be set - either readonly property or no setter found
error: object cannot be set - either readonly property or no setter found
error: object cannot be set - either readonly property or no setter found
可能是什么问题?
答案 0 :(得分:1)
名称已更改:CPLayerHostingView
现在为CPTGraphHostingView
。此更改在iOS和MacOS版本0.4中有效,适用于以后的版本。