Chapter 28. iOS and macOS Apps
Swift is a versatile language that is used to develop apps for all Apple devices, from iPhone to Mac. As you saw in the last chapter, you can use it to write tools for use at the command line. In this chapter, you will write an app for iOS and macOS using the SwiftUI framework, which comes with Xcode.
SwiftUI includes types used to describe visual elements like buttons, colors, text, and images. It also provides the machinery for reacting to user input, such as the user typing text or tapping a button.
SwiftUI is a large framework, and iOS and macOS application development are large topics deserving of their own books. This chapter aims to whet your appetite to continue your learning journey by showing you how ...
Get Swift Programming: The Big Nerd Ranch Guide, 3rd Edition 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.