Adjust List row separator visibility and color in SwiftUI

By Samim

In this tutorial, we will see how to adjust the List row separator visibility and color in SwiftUI. We can adjust the separator visibility and color for a List by using the listRow.... Read More

Text underneath an underbrace and above an overbrace in LaTeX

By Parvez Akhtar Pasha

This tutorial teaches you how to get text underneath an underbrace and above an overbrace in LaTeX. Generally, we use \underbrace and \overbrace to get a brace under or above an eq.... Read More

How to vertically center a text on a page in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, I will show you various methods to center a text or block of text vertically on a page in LaTeX. Method 1. You can use the \vfill command before and after the tex.... Read More

Create a Custom Menu Item in Unity Editor

By Faruque Ahamed Mollick

You often notice that many of the Unity assets add a new menu item after importing it to the Unity project. Those menu items are created by the author of the assets. Creating a men.... Read More

Complex number (ℂ) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get the Complex number symbol in LaTeX. You can use the \mathbb{C} command provided by the amssymb package. Or you can follow the table giv.... Read More

Natural number (ℕ) symbol in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get the Natural number symbol in LaTeX. This symbol has no default command, so you must use a package to get this symbol. Multiple packages.... Read More

Remove Collider from a GameObject in Unity3D C#

By Faruque Ahamed Mollick

In this game development tutorial, you will learn how to remove the Collider component from a game object with the help of C# programming. You often may need to destroy the collide.... 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