Presenting SwiftUI Views From Objective-C
Daily Coding Tip 075

Create a new app project, making sure to choose Storyboard for the UI and Objective-C for the language. Like any Storyboard-based project you will be given a Main.storyboard file that contains a single instance of a subclass of UIViewController called ViewController.
Create another UIViewController subclass by ope…


