ObservedResults
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
@propertyWrapper
public struct ObservedResults<ResultType> : DynamicProperty, BoundCollection where ResultType : RealmSwiftObject, ResultType : ObjectKeyIdentifiable
一种属性包装器类型,用于从Realm中检索结果。
结果使用环境值EnvironmentValues/realmConfiguration
提供的 域 配置。
-
声明
Swift
public mutating func update()