A deep discussion about coordinator, protocol, naming, and closure
Neil Smith is a subscriber to the Clean Swift list. He recently sent me an email asking about coordinator, protocol, naming, and closure. After a few exchanges,...
Neil Smith is a subscriber to the Clean Swift list. He recently sent me an email asking about coordinator, protocol, naming, and closure. After a few exchanges,...
There is a subtle change in the latest template update. The variables viewController, interactor, and presenter are now declared as real optionals using ?. (The...
This is a very common question. If you follow the MVC pattern, like all the tutorials and Apple sample code, your view controllers conform to a lot of protocols...
Some of you have raised the annoyance of having to declare the same methods in duplicate input and output protocols, in separate files. I hear ya. You’ll love t...
The configurator in Clean Swift has two functions: Connect the VIP components using protocol conformance Set up the VIP cycle by connecting the output variables...