May 2024
Beginner to intermediate
446 pages
10h 33m
English
In this chapter, we will start by learning how to improve your SwiftUI views code by structuring it into more manageable and understandable chunks. Then, we will proceed to explain more basic views and how to compose them together with stacks, to create more complex and interesting views containing more UI elements and adjusting the geometry of their placement.
In this chapter we’re going to cover the following main topics:
The code used in this chapter can be found at https://github.com/PacktPublishing/An-iOS-Developer-s-Guide-to-SwiftUI under the folder CH2
In this section, we will ...