imgly/imglyui-swift
This package contains the Swift version of the IMG.LY UI for the _Creative Engine_, the UI for CE.SDK.
License
The CreativeEditor SDK is a commercial product. You can purchase a license at https://img.ly/pricing. Alternatively, you can use nil as the license parameter to run the SDK in evaluation mode with a watermark.
Integration
SwiftUI
import IMGLYDesignEditor // IMGLYVideoEditor, IMGLYPhotoEditor, IMGLYApparelEditor, IMGLYPostcardEditor, or IMGLYCamera
import SwiftUI
struct IntegrateWithSwiftUI: View {
var body: some View {
NavigationView {
DesignEditor(.init(license: secrets.licenseKey, userID: "<your unique user id>"))
}
}
}Documentation
The IMGLYUI package consists of the mobile editor and the mobile camera. The full documentation can be found on our website. There you will learn how to integrate and configure them for your use case.
Changelog
To keep up-to-date with the latest changes, visit CHANGELOG.
Package Metadata
Repository: imgly/imglyui-swift
Default branch: main
README: README.md