Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Realm offer undo/redo like CoreData?

Tags:

ios

realm

I was wondering if anyone knows whether or not Realm (https://realm.io/) offers the equivalence of undo/redo like Core Data?

like image 649
Jasper Chan Avatar asked Jan 04 '16 13:01

Jasper Chan


People also ask

Is realm better than core data?

An important advantage Realm has over Core Data is consistency across threads. An important downside of Core Data is that managed object contexts can get out of sync. This isn't true for Realm and that is a key advantage it has over Core Data.

What is Realm in xcode?

Realm is a cross-platform mobile database solution designed for mobile applications that you can integrate with your iOS projects. Unlike wrappers around Core Data, Realm doesn't rely on Core Data or even an SQLite back end.


1 Answers

About a year ago, this post mentioned one of the reasons they are still using CoreData is the presence of undo in CoreData. Members of the Realm team haven't addressed this issue yet, but the current version does not contain this functionality.

It has been raised as a feature request here.

like image 125
Michal Avatar answered Oct 26 '22 07:10

Michal