NAIManager 1.1.0

NAIManager 1.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jul 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Meniny.




Introduction

What’s this?

Network Activity Indicator Manager(aka NAIManager) is a Network Activity Indicator Manager for iOS.

Requirements

  • iOS 8.0+

Contribution

You are welcome to fork and submit pull requests.

License

NAIManager is open-sourced software, licensed under the MIT license.

Usage

let url = "https://meniny.cn/test.json"
let params = ["type": 1]

NAIManager.operationStarted()

NetworkingFramework.request(url, params: params) { result in

    NAIManager.operationFinished()
    // code ...
}