Using SwiftUI to create Master / Detail views


  • Share on Pinterest

SwiftUI has removed so much of the everyday pain for loading views, from Storyboards to segues, we had to still write a mountain of code to do simple things.

With the new system, it only takes a couple of lines to change views, in this video, I run through a simple master > detail setup that you are used to using for table navigation.