/Panorama

This package provides useful Views and Utilities for SwiftUI apps.

Primary LanguageSwiftMIT LicenseMIT

Panorama

Panorama is a Utility package for SwiftUI apps. It features general purpose layouts, views, shapes, and utility functions.

Installation

Panorama can be added as a dependency in your project using Swift Package Manager.

// ...
dependencies: [
    .package(url: "https://github.com/jonaszell97/Panorama.git", from: "0.1.0"),
],
// ...

Documentation

You can find the documentation for this package here.