Swift

Archi & techno

Améliorez la couche réseau dans votre app iOS avec des appels synchrones

Lors du développement d’applications iOS, en tant que développeurs, nous prêtons une attention particulière à l’interface en essayant par exemple de coller au plus près de la maquette proposée par le graphiste. Ceci au détriment d’autres parties qui sont tout aussi importantes comme par exemple la gestion des données ou les appels réseau. C’est d’autant plus curieux lorsque l’on sait qu’un problème avec ces derniers peut être plus fatal à l’application qu’un décalage d’un bouton de deux pixels. Dans cet article, je vais présenter pourquoi,…

Lire la suite
Archi & Techno

Better network layer on iOS with synchronous calls

In most iOS apps, as app developers, we pay a very special attention to the user interface. For example, we try to perfectly implement the graphical design as proposed by the designer. But on the other hand, we pay very little attention to the other parts of the app such as the the data management or the network layer. In this article, I will explain why, during my last project, as we were trying to improve the unit tests of our network calls, we decided…

Lire la suite