2
Adding Basic UI Elements and Designing Layouts
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:
- Reusing views code
- Digging deeper into stacks
- Using GeometryReader
Technical requirements
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
Reusing views code
In this section, we will ...
Get An iOS Developer's Guide to SwiftUI now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.