Multi-module projects in Swift

I am developing an iOS application that consists of several separate logical parts (ie, "libraries").

What is a quick way to create such projects? How to configure it in Xcode?

+4
source share
1 answer

There are many ways to do this:

Happy coding

+6
source

Source: https://habr.com/ru/post/1648486/


All Articles