jonaszell97 / Panorama

This package provides useful Views and Utilities for SwiftUI apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This package provides useful Views and Utilities for SwiftUI apps.

License:MIT License


Languages

Language:Swift 100.0%