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.

Home Screen Quick Actions in SwiftUI

By Saruque Ahamed Mollick

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

‘onChange(of:perform:)’ was deprecated in iOS 17.0: Use `onChange` with a two or zero parameter action closure instead.

By Saruque Ahamed Mollick

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

Check if SwiftUI app is running in background

By Saruque Ahamed Mollick

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

Open a SwiftUI app from URL link using URL Scheme

By Saruque Ahamed Mollick

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

URL Scheme is not working in SwiftUI – Solution

By Saruque Ahamed Mollick

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

.contentTransition(.numericText()) not working as expectation

By Saruque Ahamed Mollick

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

How to Build a QR Code Scanner in SwiftUI

By Saruque Ahamed Mollick

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

App crashed – Add NSCameraUsageDescription key in info.plist

By Saruque Ahamed Mollick

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

Related Posts