Is your iPhone connecting and disconnecting continuously? Is it showing Trust this computer popup and disappears continuously? Is your phone making sound plung plung plung ? continuously? Well, guys if […]
App gone free [iOS] Jan 21, 2019
Here are new apps and games for iOS devices which gone free as per date Jan 21, 2019. Please download them soon before they go paid again. Wanderer of Lifetimes […]
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. […]
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 […]
Store selected cell in TableView
Solution to this question https://stackoverflow.com/questions/51911991/how-can-i-save-checked-rows-of-tableview-in-userdefault/51923705?noredirect=1#comment98520742_51923705 Hello Abrcd18Link: https://stackoverflow.com/questions/51911991/how-can-i-save-checked-rows-of-tableview-in-userdefault/51923705#comment121897109_51923705 Solution: Hope to get upvote Abrcd18 🆙 😎.
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. […]
How to stop video recording with timer in iPhone without Jailbreak
Wouldn’t it be great if you can capture a video with a timer. Yes, it would be. With jailbreak, most of the features are possible. But what about getting this […]