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…
Keep reading with a 7-day free trial
Subscribe to Type Safely to keep reading this post and get 7 days of free access to the full post archives.

