How to use ViewBuilder in SwiftUI
Issue #877 Over the course of making several SwiftUI apps, I鈥檝e discovered quite a few hidden magic of SwiftUI that are quite fun. Here are 6 interesting SwiftUI features in View Builder many don鈥檛 know are even possible 馃く View protocol with enum Struct is not the only way to describe #SwiftUI views. Learn how you can achieve the same thing with just enum Conform primitive type to View protocol You can also conform any value type or primitive type to View protocol...