我已ARC
启用并且正在尝试执行以下操作:
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
我尝试了很多东西,但我不知道如何完成这个演员表。