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.
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
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
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
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
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
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
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
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