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

Find a GameObject by its name in Unity C#

By Faruque Ahamed Mollick

To find a GameObject in Unity with the help of C# programming, we can use the GameObject.Find() method. We have to pass the object name as a parameter to this method just as you ca.... Read More

Trigonometric functions (sin, cos, tan) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to write Trigonometric and Inverse trigonometric functions In LaTeX. All Trigonometric functions commands and outputs: Name Command Output sin.... Read More

Choropleth map with Folium in Python

By Syeda Hina

In this tutorial, we will be looking into how to make Choropleth map with Folium in Python. What is Choropleth Map? Choropleth map is a map with different shades and colors. This m.... 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

Create a marching ants border effect in SwiftUI

By Samim

In this tutorial, we will see how to create a marching ants border effect in SwiftUI. In SwiftUI, we can achieve a marching ants border effect by utilizing the strokeBorder modifie.... Read More

Calculate GPS distance using Haversine Formula in Python

By Syeda Hina

In this tutorial, we will be looking into how to calculate the GPS distance using the Haversine Formula in Python. What is Haversine? Haversine is a formula, which is used to calcu.... Read More

Adjust the opacity of a view in SwiftUI

By Samim

In this tutorial, we will see how to adjust the opacity of a view in SwiftUI. The .opacity() modifier in SwiftUI controls opacity, which determines how transparent a view is. It ra.... Read More