gpt4 book ai didi

swift - “如果没有更多上下文,表达类型就不明确”

转载 作者:行者123 更新时间:2023-11-30 10:31:14 24 4
gpt4 key购买 nike

我在 Swift 文件中编码时遇到了这个奇怪的问题,当我插入“.animation”时,它给了我这个错误。有人能帮我解决这个问题吗?

Button(action: {
self.showDetail.toggle()
}) {
Image(systemName: "chevron.right.circle")
.imageScale(.large)
.rotationEffect(.degrees(showDetail ? 90 : 0)) // <- Type of expression is ambifuous without more context
.padding()
.animation(.easeInOut())
}

enter image description here

最佳答案

.animation(.easeInOut) .easeInout 后面没有括号

关于swift - “如果没有更多上下文,表达类型就不明确”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59183221/

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