Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 Swift 没有像 ObjC 中那样的支持 ivar,似乎任何时候使用 getter/setter,该属性都会自动成为计算属性。
我的假设是否正确,或者 Swift 中的存储属性也可以具有 getter/setter?到目前为止,我看到和使用的所有 getter/setter 代码都是用于计算属性的,我想确保这是 100% 正确的。
你有 willSet 和 didSet。
这应该是足够的答案,但stackoverflow认为它太短了:-)