A Look at the MVVM Design Patterns for iOSby@maxkalik
564 reads

A Look at the MVVM Design Patterns for iOS

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Popular architecture pattern for iOS applications is MVVM + Coordinators. Almost 30% of medium and large applications are using this architecture more-less. Common Dependencies object should be opened for inheritance from the applications which are also can have some services which will lay together with common services. Common Framework is our focus and there we will prepare a foundation. We will structure the Common framework where we will create four groups: Views, Base Controllers, Protocols, and Services. The property appId will allow identifying an app which are using the services. It’s helpful for some requests that should contain app id in the paths.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - A Look at the MVVM Design Patterns for iOS
Max Kalik HackerNoon profile picture

@maxkalik

Max Kalik

Senior iOS Engineer at Triumph Labs. Launched WordDeposit and SimpleRuler Apps. Tech writer and public speaker.


Receive Stories from @maxkalik


Credibility

react to story with heart
Max Kalik HackerNoon profile picture
by Max Kalik @maxkalik.Senior iOS Engineer at Triumph Labs. Launched WordDeposit and SimpleRuler Apps. Tech writer and public speaker.
Read My Stories

RELATED STORIES

L O A D I N G
. . . comments & more!