A SwiftUI view showing buttons for taking a photo and opening photo album.
Using SwiftUI previews for UIKit views
SwiftUI provides wrappers for UIViewController and UIView on iOS. Same wrappers are also available for AppKit views on macOS. Let's see how to use those wrappers for rendering UIKit views in SwiftUI previews and therefore benefiting from seeing changes immediately. Note that even when a project can't support SwiftUI views because of the minimum deployment …