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. […]
![Realm: Advantage using List [iOS][Swift]](https://cdn.statically.io/img/santoshm.com.np/wp-content/uploads/2019/11/RealmList.jpg?quality=100&f=auto)
Realm: Advantage using List [iOS][Swift]
Using Realm makes our code clean and easy to communicate with local database. Realm includes List class which is quite powerful. I did use it but didn’t know the actual […]
![Realm: LinkingObjects(fromType: Class.self, property: “property”) returns nil [Updated]](https://cdn.statically.io/img/santoshm.com.np/wp-content/uploads/2019/02/iu.jpeg?quality=100&f=auto)
Realm: LinkingObjects(fromType: Class.self, property: “property”) returns nil [Updated]
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 […]