Customize ProgressView in SwiftUI

By Samim

In this tutorial, we will see how to customize ProgressView in SwiftUI. The ProgressView in SwiftUI is like a visual bar that shows how much something has finished or how much is l.... Read More

Disable swipe down to dismiss Sheet in SwiftUI

By Samim

In this tutorial, we will see how to disable swipe down to dismiss sheet in SwiftUI. The SwiftUI sheet view can be dismissed by swiping it down by default. So, if we want to preven.... Read More

How to set margin in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to set page margins in LaTeX. If you want to set 1in the page margin on every side then you can use the fullpage package, this package will set.... Read More

Check given four-point in an array form a square or not in Python

By Bipin Kumar

In this tutorial, we will learn how to check the given four-point in an array form a square or not in Python. This four-point are given in the form of an array and we have to check.... Read More

How to create Bingo game using Java

By Saima Shamim

In this tutorial, we will learn how to create Bingo game in Java. Bingo game is somewhat related to the random number guessing game. In this game, two or more players are given a r.... Read More

Make a clickable table of contents in LaTeX

By Parvez Akhtar Pasha

In LaTeX, you can easily create a table of contents with the \tableofcontents command and it will generate the table of contents with all the sections and subsections. But in this .... Read More

Read text from a TextField in SwiftUI

By Samim

In this tutorial, we will see how to read text from a TextField in SwiftUI. In SwiftUI, text input from a TextField can be managed by binding it to a @State property. This binding .... Read More

Insert text, image and list in a table in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to add text, an image, and a list in a row vertically centered in a cell. In order to insert text, an image, and a list in a row, you can use .... Read More

Related Posts