My Reachability Notifier is only able to be called once
So, I have the following in my AppDelegate. It will notify my when I turn my WIFI off but will not react after that initial run. I have had this working in the past. I'm on swift 3 with Xcode 8 and the reachability that is for this version of the swift and xCode. I'm hoping to get a solution to this. Thanks. var reachability: Reachability? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. self.reachability = Reachability() NotificationCenter