Modular development in iOS

36 views Asked by At

How do I add a module and manage their dependency in Xcode using swift?

Is there a way like I could done it by a few clicks in Android Studio?

What exactly is the keyword I should search for?

Or should I even need to do this in iOS development?

1

There are 1 answers

0
Andrew Romanov On BEST ANSWER

Key words "embedded framework".
Here you can find instruction.
In couple words: File->New Target (Or Project)-> iOS Framework -> Select parentTarget.