ALInternetControl 0.1.1

ALInternetControl 0.1.1

Maintained by Soner Güler.



  • By
  • sonifex

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, [email protected]

License

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