Chapter 10. Getting Started With Swiftui: User Interfaces…Swiftly
It’s time to use your toolbox full of Swift techniques, features, and components: you’re going to start building user interfaces. A Swift UI, if you will. We’re going to bring everything together in this chapter to create our first true user interface. We’ll build a whole experience using SwiftUI, the user interface framework for Apple’s platforms. We’ll still be using Playgrounds, at least initially, but everything we’re doing here will lay the groundwork for an actual iOS application. Get ready: this chapter is full of code and a lot of new concepts. Take a deep breath, and turn the page to dive into SwiftUI.
Note
Yes, it’s really named that. This isn’t another pun...at least, it’s Apple’s pun, not ours.
What’s a UI framework, anyway?
Frank: So, does anyone know what a UI framework is?
Judy: It’s a.. framework...for UI?
Jo: It’s a set of tools for drawing visual elements on the screen. In this case, it’s called SwiftUI, and it’s built using the fundamental bits and pieces of Swift we’ve all been learning.
Frank: So how’s it work?
Judy: Is it good?
Jo: You construct you UI programmatically, using structs and properties, and things like that.
Judy: How do you build a UI using structs?
Frank: I assume we’ll ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access