Posts by shagrafnasheet

Author Biographical Info: Not available

Go to a new view in SwiftUI

By shagrafnasheet

This SwiftUI tutorial will help you to learn to navigate to a new view in SwiftUI. We’ll be accomplishing this using the Navigation view and Navigation link. It will send the.... Read More

How to Hide Navigation bar in SwiftUI

By shagrafnasheet

Sometimes there is some white space visible above your content in SwiftUI applications, even when you don’t set the navigation bar title. So this tutorial will guide you in h.... Read More

How to reload view in SwiftUI (after specific interval of time)

By shagrafnasheet

This tutorial will guide you on reloading a view in SwiftUI after a specific time interval. I will be using DispatchQueue to delay reloading the view for 1 min. And after 1 min it .... Read More

Related Posts