Varun TomarConquering Chaos: How We Tamed Google Ads SDK Crash in Our iOS AppIn this tech tale, we narrate our expedition of integrating the Google Ads SDK into our iOS application. Along the way, we faced sluggish…Apr 10Apr 10
Varun TomarInvalid parameter not satisfying: pos Crash on iOS 15 while pasting text onto UITextViewWe were getting a strange crash on iOS 15 while pasting text in UITextView, things working fine on previous iOS version. It’s a bit wired…Nov 23, 2021Nov 23, 2021
Varun TomarGif consumes lot of memory in iOS that leads app to crash with OOM : SwiftGifs are very popular type of media used to convey something upfront. Our team which works in development for media house have many reasons…Aug 6, 20213Aug 6, 20213
Varun TomarThread safety in iOS to avoid race conditions/read and write problem /deadlock : SwiftMultithreading is one of the most important concept of any software or hardwareMar 23, 20212Mar 23, 20212
Varun TomarDark Mode in iOS : Detailing every thing from start to end (Swift)This post may seem quite late as dark mode was introduced in iOS 13. Nevertheless i want to put all details in a single article that you…Oct 20, 2020Oct 20, 2020
Varun TomarVideo Download/Disk Cache in iOS : SwiftVideo is one of the most vital kind of content now a days. Every application may need to have some kind of video content to tempt their…Aug 3, 20205Aug 3, 20205
Varun TomarTo the depth of @objc and dynamic in SwiftYou must have come across @objc and dynamic keyword while coding in Swift. Compiler gives error if you are not using @objc when it is…May 29, 20202May 29, 20202
Varun TomarXcode Build System : Know it betterA program undergoes a lot of transformations before it can be run on a real device…May 27, 20202May 27, 20202
Varun TomarProblem solving using Swift: Part 3Continuing Part 2. As promised to come up with new problem statements and their solutions daily, we are going to solve more problems today…May 22, 2020May 22, 2020
Varun TomarProblem solving using Swift: Part 2Continuing Part 1, We are going to solve more problems today. As promised to come up with new problem statements and their solutions daily…May 21, 2020May 21, 2020