Create Libraries, Frameworks, and Swift Packages for iOS
Hosted by try! Swift World
Registration
Past Event
Ticket Price
$50.00
About Event
Learn how to build an iOS framework which lets you share code between apps, modularize your code, or distribute it as a third-party library.
In this workshop we will work on a sample project and follow this list together:
Create a new framework for an existing project
Migrate different codes and classes to the framework
Import everything back into the app.
Pack it as a Swift Package.
Use your package using Swift Package Manager.
Bonus content if we had time
Build a binary framework, XCFramework.
Document your package using DocC
Libraries vs Frameworks vs SwiftPackage vs Modules vs ...