Recent
Day 44 - SwiftUI Navigation: Programmatic Navigation and Save Path
·1807 words·9 mins
Programmatic Navigation with NavigationStack #Programmatic Navigation is triggered programmatically, without waiting for the user to take any action.
Day 43 - SwiftUI Navigation: Introduction
·794 words·4 mins
With this project we will focus on SwiftUI Navigation. Navigation is divided into two main types.
Day 41 - SwiftUI: Finish the Moonshot App
·1218 words·6 mins
Today we will finish the MoonShot application by working with container relative frame and ScrollView.
Day 40 - SwiftUI: Generics and Codable
·3168 words·15 mins
In today’s article, we will look at Codable in more detail. We will also look at Generics, which allow us to create highly reusable code.
Day 39 - SwiftUI: ScrollView and NavigationLink
·2467 words·12 mins
Today we have five topics to work on: Container, Relative Frames, ScrollView, NavigationLink and more.