oOOMIAO 2013-04-15 02:45 采纳率: 10%
浏览 2220
已采纳

苹果中非正式用法ui_orientation

我看见了一段关于ui_orientation的代码如下:

UIImage *finalImage = [[UIImage alloc] initWithCGImage:cgimg
                      scale:2.0f orientation:ui_orientation([displayImage properties])];

很明显作用是读取CCImage的方向来适当创建UIImage。但是我在代码中使用出现了错误: implicit declaration of function 'ui_orientation' is invalid in C99

不知道还要添加什么才能正常使用?
请高手帮忙。

来源:2012WWDC-lesson 510在25'16"

  • 写回答

1条回答

  • prettYYoyic 2013-04-15 09:24
    关注

    来自Session 422, 给出的代码:

    Convert the orientation property to UIImageOrientation:

    UIImageOrientation ui_orientation (NSDictionary* props)
    {
        int o = [[props valueForKey:(id)kCGImagePropertyOrientation] intValue];
        UIImageOrientation map[] = {
            UIImageOrientationUp,
            UIImageOrientationUp, UIImageOrientationUpMirrored,
            UIImageOrientationDown, UIImageOrientationDownMirrored,
            UIImageOrientationLeftMirrored, UIImageOrientationRight,
            UIImageOrientationRightMirrored, UIImageOrientationLeft,
        };
        return map[o];
    }
    

    给一个小提示:下载WWDC session的全部pdf。然后保存在你的硬盘驱动器中。不会占很多空间的。这样你找哪期关于CATransaction 或者编造的函数的时候,可以使用Spotlight帮你找。有session的标题

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 LiBeAs的带隙等于0.997eV,计算阴离子的N和P
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 来真人,不要ai!matlab有关常微分方程的问题求解决,
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算