Search This Blog

Thứ Hai, 28 tháng 8, 2017

Xóa 1 đối tượng trong Realm in IOS

try! realm.write {
  realm.delete(cheeseBook)
}
// Delete all objects from the realm
try! realm.write {
  realm.deleteAll()
}

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

Đăng nhận xét