Posts by Samim

Author Biographical Info: Not available

Align text to the baseline and top of another text in SwiftUI

By Samim

In this tutorial, we will see how to align text to the baseline and top of another text in SwiftUI. I will create a custom speedometer view in SwiftUI. This view will display a lar.... Read More

Create a toolbar and add buttons to it in SwiftUI

By Samim

In this tutorial, we will see how to create a toolbar and add buttons to it in SwiftUI. A toolbar is like a row of buttons at the top or bottom of our computer screen or app. It ma.... Read More

Row selection in a list in SwiftUI

By Samim

In this tutorial, we will see how to let users select single and multiple rows in a list in SwiftUI. SwiftUI provides a simple way to allow users to select one or multiple rows in .... Read More

Get index in ForEach in SwiftUI

By Samim

In this tutorial, we will see how to get an index in ForEach in SwiftUI. In SwiftUI, we can use the ForEach loop to create a list of items or views. If we want to get  index of th.... Read More

Disable Past date selection in DatePicker SwiftUI

By Samim

In this tutorial, we will see how to disable the selection of past dates in a DatePicker in SwiftUI. In SwiftUI, we can disable past dates in a DatePicker by setting a minimum date.... Read More

How to draw a border around a view in SwiftUI

By Samim

In this tutorial, we will see how to draw a border around a view in SwiftUI. In SwiftUI, there is a special modifier called the border() modifier that helps us create borders aroun.... Read More

Add spacing between letters in text in SwiftUI

By Samim

In this tutorial, we will see how to add spacing between letters in text in SwiftUI. In SwiftUI there are two modifiers that allows us to adjust the spacing between letters. The ke.... Read More

Where to put JavaScript in HTML

By Samim

In this tutorial, we will see where and how to include JavaScript in our HTML code. JavaScript is a powerful programming language that allows us to include interactive and dynamic .... Read More

Related Posts