Posts by Samim
Author Biographical Info: Not available
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
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
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
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
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
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
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
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