gpt4 book ai didi

ios - 'UIColor'的可见@interface没有声明选择器'blendedColorWithFraction:ofColor:'

转载 作者:行者123 更新时间:2023-12-01 18:49:31 26 4
gpt4 key购买 nike

//// General Declarations
CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
CGContextRef context = UIGraphicsGetCurrentContext();

//// Color Declarations
UIColor* color = [UIColor colorWithRed: 0.623 green: 0.61 blue: 0.61 alpha: 1];

//// Gradient Declarations
CGFloat gradientLocations[] = {0.62, 0.9, 1};
CGGradientRef gradient = CGGradientCreateWithColors(colorSpace, (__bridge CFArrayRef)@[(id)UIColor.whiteColor.CGColor, (id)[UIColor.whiteColor blendedColorWithFraction: 0.5 ofColor: UIColor.blackColor].CGColor, (id)UIColor.blackColor.CGColor], gradientLocations);

我正在使用工具,在其中制作路径并应用渐变。当我将此代码复制粘贴到Xcode时,它表明不存在不存在的代码。

什么是替代方法,我可以代替它使用。

以下是错误的屏幕截图。

enter image description here

谢谢

最佳答案

错误消息是正确的。 blendedColorWithFraction:ofColor:NSColor method,而不是UIColor方法。

关于ios - 'UIColor'的可见@interface没有声明选择器'blendedColorWithFraction:ofColor:',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32293210/

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