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

How to trigger a function after certain time once typing ends in Swift?
Hello everyone! Today I am going to show you how you can trigger a method after certain duration which executes only after you stop typing. Well, you might think there […]

Xcode 10.2.1 You must be Admin or Technical user in order to deliver content or metadata(1070)
You must be an Itunes Connect Admin or Technical user in order to deliver content or metadata”(1070) App upload issue from Xcode 10.2.1 I recently uploaded my app from Xcode […]
![Accessing private properties using NSPredicate [swift][iOS][Realm]](https://cdn.statically.io/img/santoshm.com.np/wp-content/uploads/2019/04/realm-nspredicate-1024x350.jpg?quality=100&f=auto)
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. […]
![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 […]

Does Google ad use your microphone and listen to you from iPhone and Android?
Now a days you can see there are lots of iPhone and Android applications out there in play store and app store where you can download apps and games free […]

Complete and Partial Override Implementation in Swift.
Hello guys, Let me tell you something regarding overriding which might be helpful to you guys. Basically, override is used within derive class where you want to use parent class’s […]

Debugging technique for swift programming language using xCode.
As an iOS developer you might have used lots of technique while dealing with issues on apps. There are many debugging tools and techniques that you can use. But today […]