Home Articles
A van in a desert emitting yellow gas
Dynamic Library in iOS (Part 1)

Are you Duplicating a piece of code for a particular functionality across multiple Apps? Do you find it difficult to fix a bug in all those places? If Yes, then Dynamic Library is an answer to your problems.

Coloured balls as a balancing rock in a sunset
Static Library in iOS

In this post we will learn how to leverage the use of Static Libraries to bundle up common functionalities across multiple Apps, how it will reduce duplicity & help maintainability. We will also put some light on the areas where Static Libraries don’t shine compared to Dynamic Libraries & Frameworks.