1
我已經啓用ARC
和我想要做的事:IOS鑄造objc指向struct cgcolorref
CGColorRef outerColor = (id)[UIColor colorWithWhite:1.0 alpha:1.0].CGColor;
我試圖投導致錯誤:
Implicit conversion of an Objective-C pointer to 'CGColorRef' (aka 'struct CGColor *') is disallowed with ARC
我已經嘗試了數的東西,但我不知道如何完成這個演員。
不能你只是刪除(ID)投? – giorashc