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.
Kitura中是否有类似KVO的东西?我知道这是我们可以在 iOS 中使用的来自 Objective-C 的东西,但是有什么类似的东西可以观察吗?谢谢!
恐怕不是。Swift 4 添加了类似于 KVC 的键路径,但 Swift/Kitura 没有像 KVO 这样的东西。