Skip to content

applogistdev/ALInternetControl

Repository files navigation

ALInternetControl

CI Status Version License Platform

Example

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

Usage

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. To install it, simply add the following line to your Podfile:

pod 'ALInternetControl'

Author

sonifex, soner.guler@applogist.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published