An open API service indexing awesome lists of open source software.

https://github.com/applogistdev/alinternetcontrol


https://github.com/applogistdev/alinternetcontrol

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ALInternetControl

[![CI Status](https://img.shields.io/travis/sonifex/ALInternetControl.svg?style=flat)](https://travis-ci.org/sonifex/ALInternetControl)
[![Version](https://img.shields.io/cocoapods/v/ALInternetControl.svg?style=flat)](https://cocoapods.org/pods/ALInternetControl)
[![License](https://img.shields.io/cocoapods/l/ALInternetControl.svg?style=flat)](https://cocoapods.org/pods/ALInternetControl)
[![Platform](https://img.shields.io/cocoapods/p/ALInternetControl.svg?style=flat)](https://cocoapods.org/pods/ALInternetControl)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Usage

```swift
import ALInternetControl

var internetCont: ALInternetControl?

func application(_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

internetCont = ALInternetControl.init(errorVC: NoInternetViewController())
return true
}
```

## Installation

ALInternetControl is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'ALInternetControl'
```

## Author

sonifex, soner.guler@applogist.com

## License

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