algori-io / swiftui-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALLoader

A simple loading indicator in SwiftUI

Usage

Create an indicator like this:

ALLoadingView(color: Color.blue, size: 50)

where
color - color of the indicator
size - size of the indicator

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/algori-io/swiftui-loader", from: "1.0.0")
]

Manually

Drop ALLoadingView.swift file into your project.

Requirements

  • iOS 13+
  • Xcode 11+

About

License:MIT License


Languages

Language:Swift 100.0%