Are you wondering how to make website live immediately after the code is push to Masterusing Gitlab? If so, you are at the right place. It is possible to directly […]
How to remove Youtube ads without any plugins or extension?
Are you tired of youtube ads? I do have some solutions which doesn’t require any plugin. Follow my steps below and hopefully, this might work. I tried myself and it’s […]
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 […]
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 […]
XML object not working in Model but works in Controller in CodeIgniter(CI) [Solution]
Being as a CI developer, you might get issue creating XML object from url. If that is your case, well this blog is for you. Today, I am going to […]
Unable to retrieve session value in CI (CodeIgniter) either in localhost or server or switching controller?
Are you unable to retrieve session value in CodeIgniter either in localhost or while switching controller. If so, this article is for you. Here are the scenarios you might be […]