SwiftUI

learn Apple’s SwiftUI.

How to Create ProgressBar in swiftUI ?

In this article we will discuss about creating Gauge or Progress bar in iOS Application by using  Gauge(1. Making Horizontal progressBar2. Creating Circular progressBar 1. Making Horizontal progressBar We will create a simple progress bar where currentProgress shows fraction completion of the bar For adding min max values use currentValueLabel minimumValueLabel maximumValueLabel 2. Creating Circular

How to Create ProgressBar in swiftUI ? Read More »

How to create Navigation in SwiftUI ?

iOS 16 onwards User NavigationStack for top Header(NavView) & use NavigationLink for jump to next view – Additionally you can use .navigationBarTitleDisplayMode(.inline) for lesser height NavigationBar Use Of .navigationDestination To jump with specific value use navigationDestination let me explain you in simple way by giving Genuine example –Create a Hashable model in Swift – where

How to create Navigation in SwiftUI ? Read More »