TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jul 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Meniny.
Network Activity Indicator Manager
(aka NAIManager
) is a Network Activity Indicator Manager for iOS.
You are welcome to fork and submit pull requests.
NAIManager
is open-sourced software, licensed under the MIT
license.
let url = "https://meniny.cn/test.json"
let params = ["type": 1]
NAIManager.operationStarted()
NetworkingFramework.request(url, params: params) { result in
NAIManager.operationFinished()
// code ...
}