Posts by Saruque Ahamed Mollick
Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.
This tutorial is all about Quick Actions in SwiftUI. We all know what quick actions are, but we don’t know that those actions are known as Quick Actions in iOS. To make it cl.... Read More
Previously, we could use a single parameter in onChange() in SwiftUI. But now we can do that, but it will show us a warning: 'onChange(of:perform:)' was deprecated in iOS 17.0: Use.... Read More
In this tutorial, I will show you how to check if the iOS app is running in the background or not in SwiftUI. We will try to apply the detection in the whole app. To do this we wil.... Read More
I was wondering if I could do the same as other big companies generally do with their app and websites. You must have noticed that if you click on an Amazon link from your browser .... Read More
I just tried using URL Scheme in my Xcode project to open my iOS application from the browser through URL and found an error like this: “safari cannot open the page because t.... Read More
In this tutorial, I will show you why .contentTransition(.numericText()) does not work as per our expectations. If you have tried using .contentTransition(.numericText()) in your S.... Read More
In this tutorial, I will show you how to build a QR code scanner in SwiftUI. Will start with a simple and basic QR code scanner. There will be no button. On opening the App the cam.... Read More
This morning I found another error and said: “This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.pli.... Read More