0 嗨,我正在使用核心情节。但是当我将正常的UIView声明为CPLayerHostingView时,我如何处理该视图的drawRect,我不能给出另一个自定义UIview名称并在该视图的drawRect中编写代码?请帮助处理CPLayerHostingView的drawRect?
答案 0 :(得分:1)
将CPLayerHostingView置于另一个UIView中。如果您在图表中使用透明填充,则自定义UIView的背景将显示。
答案 1 :(得分:0)
将CPLayerHostingView置于另一个UIView中。如果您在图表中使用透明填充,则自定义UIView的背景将显示。
i did this but i get on exception like this Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setHostedLayer:]: unrecognized selector sent to instance 0x5d20910'