Static and Dynamic Libraries and Frameworks in iOS 📦📚
When developing iOS apps you rarely implement everything from the ground-up, because operating system as well as open source community offers large amount of functionality ready-to-use.
Such pieces of functionality are usually packed in a distributable form known as a library. In this article lets explore static and dynamic libraries and frameworks which are the two major types of building blocks in iOS and macOS projects.
In this article you will learn:
- 🎓 What are libraries and frameworks;
- 💡 What types of frameworks and libraries exist;
- ⚡️ Which kind of libraries should you use in your project;
- ⏱ How frameworks and libraries affect your app startup time.
Visit my blog to read the full article: http://www.vadimbulavin.com/static-dynamic-frameworks-and-libraries/