Posts from Swift

Change the background color of a Form in SwiftUI

By Saruque Ahamed Mollick

You have landed on this page which means that you are also frustrated getting the same grey background color in your Form in SwiftUI. Now if you wish to change that background colo.... Read More

Pull down to refresh in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we’ll learn how to refresh the content of a list and how to customize the refresh spinner. What this blog will cover: How to implement pull-to-refre.... Read More

SwiftUI sheet in half screen, full screen, custom size and position

By shagrafnasheet

In this SwiftUI tutorial, we’ll be learning how to create a half-screen sheet in SwiftUI. It’s quite easy to implement the sheet (Also called as Modal) in SwiftUI all w.... Read More

Position a button to the bottom of the screen in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we will be learning to position a button or any other SwiftUI element at the bottom of the screen. By default, SwiftUI positions the element to the center.... Read More

onAppear delay in SwiftUI with example

By Saruque Ahamed Mollick

In this tutorial, I will show you how to add delay to onAppearin SwiftUI. If you are trying to load a view or anything with .onAppear but still you want some delay in execution you.... Read More

Change SwiftUI Button Size

By Samim

In this tutorial, we will see how to easily change the size of buttons in our SwiftUI app. Buttons are an essential part of any user interface, and SwiftUI provides a simple and ea.... Read More

Google Maps Integration in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we’ll be learning to integrate Google Maps into SwiftUI step by step. We’ll be using a static location for showing on the map. Key Steps: Crea.... Read More

Complex Password Validation in SwiftUI

By Saruque Ahamed Mollick

Hello, I have built a complex password validation in SwiftUI. This is just for learning and practicing but I thought it worth sharing here as you can modify this according to your .... Read More