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.

Long Press Detection in SwiftUI

By Saruque Ahamed Mollick

In this tutorial, we will learn how to detect long press in SwiftUI. In order to do this, I will create a simple image view and on clicking on that image for more than a specific t.... Read More

Gesture: System gesture gate timed out. in SwiftUI

By Saruque Ahamed Mollick

Hello, SwiftUI developers, recently I found a warning in my Xcode console while running a SwiftUI app. The warning is Gesture: System gesture gate timed out. When does this occur? .... Read More

Haptic Feedback with Sound in SwiftUI – sensoryFeedback

By Saruque Ahamed Mollick

In my previous tutorial, I explained how to use .sensoryFeedback in SwiftUI. Now, in this tutorial, I will show you how we can add sound effect along with haptic effect. Unfortunat.... Read More

Haptic feedback (Vibration) in SwiftUI using sensoryFeedback

By Saruque Ahamed Mollick

In this tutorial, I will show you how to add haptic feedback on button press in SwiftUI. The modifier we need is: .sensoryFeedback(parameters) Before iOS 17, we were required to us.... Read More

is only available in iOS 17.0 or newer – Working solution

By Saruque Ahamed Mollick

Hello, in this article I have come up with a solution to is only available in iOS 17.0 or newer type of errors. I know you have landed on this page because your device is compatib.... Read More

Play video from URL in SwiftUI using AVKit

By Saruque Ahamed Mollick

In this basic tutorial, I will show you how to play any video from a remote URL in SwiftUI using AVKit. Our first step is to import AVKit. Play video from URL It is simple to do. i.... Read More

Create SwiftUI App for Movie Listing using TMDB API

By Saruque Ahamed Mollick

I have created a SwiftUI app for movie listing and movie details using TMDB API. First of all, I would like to tell you that I have built this in only one day and there are a lot o.... Read More

How to add a Package in SwiftUI project – Xcode

By Saruque Ahamed Mollick

In this tutorial, I will show you how to add a Package dependency in SwiftUI project in Xcode. This will work on any Xcode project. (Not only SwiftUI) Steps involved: Open your Pro.... Read More

Related Posts