Posts by Samim

Author Biographical Info: Not available

Delete a Button after it is pressed in SwiftUI

By Samim

In this tutorial, we will see how we can delete a button after it is pressed in SwiftUI. In most apps, when we press a button in an app’s user interface, it typically remains.... Read More

Round corners of a border in SwiftUI

By Samim

In this tutorial, we will see how we can round specific corners of a border in SwiftUI. Borders play a vital role in improving the visual appeal and overall layout of our app, maki.... Read More

Round specific corners in SwiftUI

By Samim

In this tutorial, we will see how we can round specific corners in SwiftUI. We can create soft edges, and unique shapes, or focus attention on certain parts of the interface by rou.... Read More

Customize radio button in SwiftUI

By Samim

In this tutorial, we will see how we can customize radio buttons in SwiftUI. We basically customize radio buttons to make them more attractive and stylish. You can look over the li.... Read More

Create radio button in SwiftUI

By Samim

In this tutorial, we will learn how to make radio buttons in SwiftUI. If we need to choose a single option from multiple options, then we have to use radio buttons. First of all, w.... Read More

Create toggle switch in SwiftUI

By Samim

In this tutorial, we will learn how to create toggle switch in SwiftUI. Basically, toggle lets a user switch between true and false states. It is commonly used to represent options.... Read More

Get the length of a string in Swift

By Samim

In this tutorial, I will show you how you can get the length of a string in Swift. A string in Swift is a collection of characters surrounded by double quotation marks. We have sev.... Read More

Check if a specific key is present in Swift dictionary

By Samim

In this tutorial, we will see how to check if a specific key is present in a Swift dictionary. Below are some methods to check if a specific key is present or not. We can do this .... Read More

Related Posts