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]
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]
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 […]