Static and Dynamic Libraries and Frameworks in iOS 📦📚

Vadim Bulavin
1 min readNov 7, 2018

--

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/

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Vadim Bulavin
Vadim Bulavin

Written by Vadim Bulavin

Senior iOS Software Engineer at Pluto TV. Creator of Yet Another Swift Blog https://www.vadimbulavin.com/. Coding for fun since 2008, for food since 2012.

No responses yet

Write a response