Add a badge to TabView items in SwiftUI

By Samim

In this tutorial, we will see how to add badges to TabView items in SwiftUI. We can add a number or text as a badge to the TabView items using the badge() modifier. This is particu.... Read More

Handle Noise in Dataset using Various Methods in Python

By Isha Bansal

In this tutorial, we will learn how to remove and handle noise in the dataset using various methods in Python programming. Let’s first create a dataset and visualize the nois.... Read More

Show badge on List Row in SwiftUI

By Samim

In this tutorial, we will see how to show a badge on a list row in SwiftUI. A badge is like a little tag or number that we can see on icons or next to items in apps. For example, i.... Read More

How to set background and text color in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, I will show you how to set the background color for your document, and change the text, list, and table color in LaTeX. Also, learn text highlights. In order to u.... Read More

Arc symbol in LaTeX – Different ways

By Saruque Ahamed Mollick

In this tutorial, I will show you how to print or write arc symbol in LaTeX. If you just want to print the arc symbol then this command is enough to do that alone. \overset{\huge\f.... Read More

How to change table font size in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, You will learn how to set the font size of a table in LaTeX with multiple methods. The available font sizes for text in LaTeX are \small, \footnotesize, \scriptsi.... Read More

How to add Text shadows in SwiftUI

By Samim

In this tutorial, we will see how to add Text shadows in SwiftUI. We can simply add a shadow effect to a text by using the shadow() modifier. It takes parameters such as color, rad.... Read More

How to add shadow to text in LaTeX

By Saruque Ahamed Mollick

In this tutorial, we will learn how to add shadow to text in LaTeX. I will go with the very basic and then I will show you how to customize the shadow as well. Add shadow to text u.... Read More

Related Posts