Are you fetching datas from server and just converting it to realm object without saving in local database. And at certain action, for example, click favorite button, you want to […]
![‘RLMException’, reason: ‘Object has been deleted or invalidated.’ [iOS] [Realm]](https://cdn.statically.io/img/santoshm.com.np/wp-content/uploads/2020/10/realm-break-1024x576.jpg?quality=100&f=auto)
Are you fetching datas from server and just converting it to realm object without saving in local database. And at certain action, for example, click favorite button, you want to […]
Are you trying to use didSet and willSet on properties created on realm based classes? Is it working? I think it won’t. If so, you have come to right place. […]
Let’s suppose you have private property like I mentioned above. Now you might think, `name` property is not accessible right? But you are wrong. It can be accessed using NSPredicate. […]
Realm is really simple and powerful tool for developers to deal with local database. I highly recommend to use realm. Let’s go directly to the problem guys. Realm provides inverse […]