gpt4 book ai didi

iOS ACEDrawingView 无法设置 RGB 颜色,只能设置默认的 UIColor 值

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

我正在使用这个ACEDrawingView代码:https://github.com/acerbetti/ACEDrawingView

我尝试使用 RGB 值设置笔颜色,但每次我尝试使用设置为自定义 RGB 值的笔进行绘图时,它都会崩溃。但是,当它设置为任何默认 UIColor 设置时,它都可以正常工作。

我很确定我正确设置了 UIColor,我已经完成了很多次,没有任何问题,使用的代码如下:

[UIColor colorWithRed:255.0/255.0 green:165.0/255.0 blue:239.0/255.0 alpha:1.0]

不知道发生了什么,我对 iOS 编程完全是菜鸟。

预先感谢您的帮助!

最佳答案

在 ACEDrawingView.h 中

改变@property(非原子,分配)UIColor *lineColor;

@property (nonatomic, strong) UIColor *lineColor;

希望这有帮助

关于iOS ACEDrawingView 无法设置 RGB 颜色,只能设置默认的 UIColor 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15104840/

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