Saranjith
Saranjith

Reputation: 11577

Is VIPER Architecting possible using Swift?

I was following MVC pattern long term ago , and same is leading to Massive View Controllers in my project, then changed to VIPER for my last project, In Objective C..

Is it good to implement the VIPER Architecture in iOS using swift?

Same for Objective C I found here

Upvotes: 0

Views: 145

Answers (1)

Gsabatie
Gsabatie

Reputation: 64

Sure, Viper is a good architecture to reuse components in your app and have a better code coverage. Viper is good to prevent the Massive View Controller problem in ios apps.

If you want to begin with viper architecture you can use generamba

Upvotes: 1

Related Questions