Builder | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1941154-fundamental-ios-design-patterns/lessons/22

What about the Client in the builder pattern? looks like not mentioned in the video.

Sure, you can setup a builder for a client, if you need one.

Point is – design patterns are a starting point. This gives one example of the builder pattern, but use and adapt it as your needs are :]