This has been the second year of WWDC Digital Lounges which gave us an opportunity to get our questions directly answered by the makers of SwiftUI (and other frameworks).
Property wrappers were introduced in Swift 5.1 as a way to make it easier to reuse common programming patterns, but since then they have grown to work with local context, function and closure parameters, and more.
SwiftUI 4 introduces a new ImageRenderer that can be used to render any SwiftUI view as an image in iOS 16.0. Let’s look at how to backport it to iOS 13.