Skip to content

emartife/ActivityView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ActivityView

Displays an activity indicator in the center of the screen

Installation

Manual

Copy ActivityView.swift file to your project. That's it.

Swift Package Manager

Add dependencies

Add the ActivityView package to the dependencies within your application’s Package.swift file. Substitute "x.x.x" with the latest ActivityView release.

.package(url: "https://github.com/emartife/ActivityView.git", from: "x.x.x")

Add ActivityView to your target's dependencies:

.target(name: "example", dependencies: ["ActivityView"]),

Import package

import ActivityView

Usage

Show

ActivityView.shared.show()

Hide

ActivityView.shared.hide()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages