Skip to content

Simple UIApplication's NetworkActivityIndicator counter

License

Notifications You must be signed in to change notification settings

alphatroya/NetworkActivityIndicatorManager

Repository files navigation

NetworkActivityIndicatorManager

Build Status Carthage compatible codebeat badge

Usage

Simple UIApplication's NetworkActivityIndicator counter. Use addActivity method before request for increase counter and show application network activity indicator, after finished request decrease counter by method removeActivity. If counter reach 0 network activity indicator will be hidden.

Installation

Swift Package Manager (required Xcode 11)

  1. Select File > Swift Packages > Add Package Dependency. Enter https://github.com/alphatroya/NetworkActivityIndicatorManager in the "Choose Package Repository" dialog.
  2. In the next page, specify the version resolving rule as "Up to Next Major" with "2.0" as its earliest version.
  3. After Xcode checking out the source and resolving the version, you can choose the "NetworkActivityIndicatorManager" library and add it to your app target.

Author

Alexey Korolev, [email protected]

License

NetworkActivityIndicatorManager is available under the MIT license. See the LICENSE file for more info.