Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nakkht/progressx

UI library for displaying progress
https://github.com/nakkht/progressx

ios ios14 macos progress-bar siwftui swift5 tvos watchos

Last synced: 5 days ago
JSON representation

UI library for displaying progress

Awesome Lists containing this project

README

        

# ProgressX

![build](https://github.com/nakkht/progressx/workflows/Build/badge.svg)
![unit test](https://github.com/nakkht/progressx/workflows/Unit%20test/badge.svg)
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS-brightgreen)
![code size](https://img.shields.io/github/languages/code-size/nakkht/progressx?color=brightgreen)
[![codecov](https://codecov.io/gh/nakkht/progressx/branch/develop/graph/badge.svg)](https://codecov.io/gh/nakkht/progressx)

UI library for displaying progress. Inspired by progress indicator displayed during SpaceX live streams.

![progressx-gif](Preview/progressx.gif)
![spacex](Preview/spacex.png)

## Requirements

- Xcode 12.0+
- Swift 5.3+

## Author
* [Paulius Gudonis](https://pgu.dev)

## Licence
This repository is under the **Apache v2.0** license. [Find it here](https://github.com/nakkht/progressx/blob/main/LICENSE).

Copyright 2021 Paulius Gudonis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.