gpt4 book ai didi

swift - CGFloat * 2 编译,CGFloat * Variable where variable is an integer 失败

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

我必须将我的整数包装在 CGFloat() 中才能在 Swift 2.3 中编译

如果我只执行 * 2,那么它会编译。为什么会这样?这在 Swift 3 中已修复吗?

var multiplier = CGFloat(3)      
let y = collectionView.frame.origin.y + (cellSize() * multiplier)

最佳答案

Swift 不直接支持混合类型运算。检查 Swift 中 2 的类型,它可能不是您所假设的。您对 CGFloat() 的使用正在转换值,因此 * 的操作数具有相同的类型。

HTH

关于swift - CGFloat * 2 编译,CGFloat * Variable where variable is an integer 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44425463/

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