gpt4 book ai didi

ios - Swift 中的隐式成员表达式

转载 作者:行者123 更新时间:2023-11-28 09:12:25 25 4
gpt4 key购买 nike

关于 Implicit Member Expression,我遇到了一些不一致的行为在 Swift 中:

import UIKit

let button = UIButton()
button.backgroundColor = .brownColor() # works
button.setTitleColor(.brownColor(), forState: .Normal) # doesn't work
button.setTitleColor(UIColor.brownColor(), forState: .Normal) # works

在作业中使用前导点符号时,一切都按预期工作。当使用它作为函数的参数时,swift 会抛出一个编译器错误( Playground 只是崩溃)。使情况复杂化的是,UIControlState 枚举正确地插入了隐式成员表达式值。

这是一个错误吗?

最佳答案

这是一个错误,至少在最新的 Swift 2.1 版本中已修复

关于ios - Swift 中的隐式成员表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28834354/

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