gpt4 book ai didi

iphone - XCode 4 - 警告 - (void)renderInContext :(CGContextRef)ctx

转载 作者:行者123 更新时间:2023-12-03 20:45:45 25 4
gpt4 key购买 nike

我有这个代码:

+ (UIImage*) someImageMethod:(UIImage*)originalImage {
UIImageView *tempImageView = [[UIImageView alloc] initWithImage:originalImage];

UIGraphicsBeginImageContext(tempImageView.frame.size);
CGContextRef context = UIGraphicsGetCurrentContext();

...

[tempImageView.layer renderInContext:context];

...
}

这会生成持续警告:未找到“-RenderInContext”方法。

为什么会出现这样的错误?我怎样才能让它消失?

最佳答案

请务必 #import <QuartzCore/QuartzCore.h> ,并将框架添加到您的项目中。

关于iphone - XCode 4 - 警告 - (void)renderInContext :(CGContextRef)ctx,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7290649/

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