gpt4 book ai didi

objective-c - ios将objc指针转换为struct cgcolorref

转载 作者:行者123 更新时间:2023-12-01 18:29:23 25 4
gpt4 key购买 nike

我有 ARC启用,我正在尝试做:

CGColorRef outerColor = (id)[UIColor colorWithWhite:1.0 alpha:1.0].CGColor;

我尝试的 Actor 导致错误:
Implicit conversion of an Objective-C pointer to 'CGColorRef' (aka 'struct CGColor *') is disallowed with ARC

我尝试了很多东西,但我不知道如何完成这个类型转换。

最佳答案

您需要连接 Actor 阵容,以便 ARC 了解您在做什么以及如何应对。检查这个问题的公认答案:ARC and bridged cast

关于objective-c - ios将objc指针转换为struct cgcolorref,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10472088/

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