Sep 28, 2022 iOS

why swift is protocol oriented programming?

 Why swift is called Protocol Oriented language or Protocol Oriented Programming ? Protocol Oriented Programming: This design approach works, but does come with some drawbacks. For example, if you add the ability to create machines that also require gas, birds…

Sep 19, 2022 iOS

Working with SwiftUI NavigationView and NavigationStack SwiftUI

SwiftUI NavigationView and NavigationStack SwiftUI : SwiftUI is a declarative data-driven framework that allows us to create complicated user interfaces by describing how data is shown on the screen. From the beginning, the framework's biggest pain point was navigation. Fortunately,…

Sep 11, 2022 iOS

Show progress of the task using SwiftUI ProgressView

Many of our programmes perform intensive background tasks like data processing or networking. We often wish to show the status of the task in progress or an activity indicator. This week, we'll discover how to use SwiftUI ProgressView to show…