Skip to content
Logo
  • Home
  • 🤔 Did you know?
  • iOS
  • Swift
  • PHP
  • Security
  • Tips
  • App Gone Free
  • 🍿 Movies 🎥
    • Video Category
  • About me
Updating Realm Object Properties Without Extra Variables
May 23, 2023

Updating Realm Object Properties Without Extra Variables

Introduction Realm is a popular mobile database solution that offers seamless persistence for iOS applications. When working with Realm, you may encounter scenarios where you need to update object properties […]

Database 0 1 min read
‘RLMException’, reason: ‘Object has been deleted or invalidated.’ [iOS] [Realm]
October 10, 2020

‘RLMException’, reason: ‘Object has been deleted or invalidated.’ [iOS] [Realm]

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

iOS 0 1 min read
November 19, 2019

Swift didSet and willSet on properties in Realm doesn’t work?

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

Database 0 1 min read
Accessing private properties using NSPredicate [swift][iOS][Realm]
April 29, 2019

Accessing private properties using NSPredicate [swift][iOS][Realm]

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

iOS 0 1 min read
Realm: LinkingObjects(fromType: Class.self, property: “property”) returns nil [Updated]
February 21, 2019

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

Apple 0 2 min read

Copyright ©2025 Santosh Maharjan . All rights reserved. Powered by WordPress & Designed by Bizberg Themes