I have 1 workspace with project with project with swift3. Now I need to add other project or target. I am not sure. But the goal is to have the other project in swift4. It will be helper project for main project in swift3. And this second project should be available from swift3. It's extensions for UIViewController. How can I make it?
Asked
Active
Viewed 443 times
1 Answers
0
You can do that either as separate project or as target of existing project.
- Create Framework
- Choose Swift version(4.0 in your case)
- Add Swift file
- Link framework in application
- Import framework and use extension

slobodans
- 859
- 1
- 17
- 23