ConnectionAwareVC 0.2

ConnectionAwareVC 0.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2015
SPMSupports SPM

Maintained by Peter Prokop.



  • By
  • Peter Prokop

UIViewController subclass which shows user notification if internet connection is lost. Like this:

Wait

Installation

Requirements

  • Swift 1.2
  • iOS 7.0+ (8.0+ if you use Cocoapods)
  • Xcode 6.3+
  • This library is dependent on ReachabilitySwift

Usage

If you're using CocoaPods, import the library with import ConnectionAwareVC Subclass your view controllers from ConnectionAwareVC.

Also, check out SwiftOverlays