Search This Blog

Thứ Hai, 28 tháng 8, 2017

Tự động cập nhật kết quả

let puppies = realm.objects(Dog.self).filter("age < 2")
puppies.count // => 0
try! realm.write {
  realm.create(Dog.self, value: ["name": "Fido", "age": 1])
}
puppies.count // => 1

Không có nhận xét nào:

Đăng nhận xét