Generate LicenseView that Project depends on.
import SwiftUI
import LicenseView
struct ContentView: View {
var body: some View {
NavigationStack {
NavigationLink("License") {
LicenseView()
.navigationTitle("License")
}
}
}
}
link |
Stars: 0 |
Last commit: 2 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics