I’m old enough to recall the days when debugging a program meant deciphering an error message that looked something like this: Not very helpful. Zoom forwards 40 years to the “it just works” philosophy of Apple, and Xcode kindly displays an error message that reads thus: As the famous fictional […]
Daily archives: 23 March 2022
2 posts
In this lesson, we moved the business title into a reusable view. Our new BusinessTitle SwiftUI view is this: The bulk of the above was in our BusinessDetail view, but has now been replaced by this: This can be used elsewhere we need the business title. In the lesson, we […]