Methods
-
Video - The Builder Design Pattern Explained in Less Than 5 Minutes
Find out what the Builder design pattern is and how it helps us build and configure objects step-by-step by chaining methods.
-
Using the ViewBuilder Attribute to Implement SwiftUI Views in Methods
Meet the ViewBuilder attribute that enables us to create and return SwiftUI views from methods, and read about an additional useful tip.