This entity does not have a full profile yet. Below are related knowledge claims.
在iOS 17及以上版本中,Apple引入了新的@Observable宏(基于Observation框架),不再依赖Combine
@Observable宏能追踪视图实际读取了哪些属性,只在这些特定属性变化时触发更新,比ObservableObject方案性能更优
iOS 17引入的@Observable宏基于Swift 5.9的宏系统