Open Koshub opened 8 years ago
@Koshub Do you have an example on GitHub where this is done right?
@AliqueWilliams currently I don't think that the VIPER at all is right approach. It is better to develop app architecture using SOLID principles
SOLID principles are independent of your apps architecture though and VIPER utilizes many of them anyway
Add wireframe shouldn't know the presentation style. It should be a list wireframe responsibility to decide what presentation style (modal or push) to use. The better approach is to use segues with module configurator object stored in module view controller scene which initialises module while nib is loading: http://www.slideshare.net/Rambler-iOS/viper-swift