我在 WWDC 视频上看到了这个 ui_orientation 糖果,在这个上下文中使用
UIImage *finalImage = [[UIImage alloc] initWithCGImage:cgimg
scale:2.0f orientation:ui_orientation([displayImage properties])];
显然它读取 CCImage 的方向以正确创建 UIImage,但是在我的代码上使用它会产生此错误:函数 'ui_orientation' 的隐式声明在 C99 中无效
你们知道我应该在我的源代码中包含什么标题才能使这个功能工作吗?
谢谢。
注意:WWDC 2012 - 第 510 课 25'16" ... 创建 UIImage 时