2017-05-29 Creating a Swift module

Last edit

Summary: swift module 1.png swift module 2.png swift module 3.png swift module 4.png swift module 5.png swift module 6.png . . .

Added:

> When creating a custom view, I find it very useful to make it into a framework and include an example project. This enables quickly iterating over the new component. Plus, when you're done, it's very easy to import the result into other projects. To set this up, take the following steps:


When creating a custom view, I find it very useful to make it into a framework and include an example project. This enables quickly iterating over the new component. Plus, when you're done, it's very easy to import the result into other projects. To set this up, take the following steps: