Giter Club home page Giter Club logo

progress-indicators's Introduction

Progress-Indicators

A versatile Swift 5.0+ library to programmatically create loading, downloading, and error indicators without Storyboard. JGProgressHUD

Photos Sample

gif firstpic secondpic thirdpic

Features

  • Customizable Loading Indicators: Create and customize loading indicators to fit the design of your application.
  • Download Progress Indicators: Show progress bars or other indicators to represent download status.
  • Error Indicators: Display error messages or icons when an operation fails.
  • Support for Swift 5.0+: Built with the latest version of Swift for compatibility and performance.
  • Programmatic UI: All indicators can be created and managed programmatically, providing flexibility and control.

Requirements

  • iOS 16.0+ or macOS 13.0+
  • Xcode 14.0+
  • Swift 5.0+

Installation

To integrate Progress-Indicators into your Xcode project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aidinahmadian/Progress-Indicators
  2. Open the project: Navigate to the project directory and open Progress Indicators.xcodeproj in Xcode.

  3. Build the project: Build and run the project to see the indicators in action.

Usage

To use the indicators in your project, include the necessary Swift files and use the provided methods to display the indicators. Below is a basic example of how to create and display a loading indicator:

import ProgressIndicators

let loadingIndicator = LoadingIndicator()
loadingIndicator.show()

For detailed usage and advanced customization, you can refer to JGProgressHUD as a similar library with extensive documentation and examples.

Customization

You can customize the appearance and behavior of the indicators by modifying their properties. For example:

loadingIndicator.color = .blue
loadingIndicator.size = CGSize(width: 50, height: 50)

Contribution

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Submit a pull request with a detailed description of your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

Created by Aidin. For more information, visit my GitHub profile.


Feel free to reach out with any questions or feedback!

progress-indicators's People

Contributors

aidinahmadian avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.