gpt4 book ai didi

swift - 如何解决此弃用问题 "abs is deprecated: Please use the ` abs(_ )` free function"

转载 作者:行者123 更新时间:2023-11-28 10:55:54 29 4
gpt4 key购买 nike

我有一个 Swift 文件,我在其中导入了 Foundation 和 CoreGraphics,但是在我调用 abs(x) 的地方,其中 x 是一个 CGFloat,我收到此警告:

abs is deprecated: Please use the abs(_) free function

我应该使用什么功能?

谢谢

最佳答案

那好像是a compiler bug ,如果您在 static 上下文中使用 abs(x)

根据评论,您可以使用以下方法解决警告:

Swift.abs(x)

关于swift - 如何解决此弃用问题 "abs is deprecated: Please use the ` abs(_ )` free function",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43639110/

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