From 4d79fb3712e4dd0078a9da8a481fe1649f235d82 Mon Sep 17 00:00:00 2001 From: anho Date: Thu, 11 Oct 2018 16:02:47 +0200 Subject: [PATCH] fixed naming --- ReachabilityUIDemo/Cartfile.resolved | 2 +- .../ReachabilityUIDemo/Scenes/TabBar/TabBarCoordinator.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReachabilityUIDemo/Cartfile.resolved b/ReachabilityUIDemo/Cartfile.resolved index 060eda4..8f3ea7c 100644 --- a/ReachabilityUIDemo/Cartfile.resolved +++ b/ReachabilityUIDemo/Cartfile.resolved @@ -1 +1 @@ -github "nodes-ios/Reachability-UI" "0.3.1" +github "nodes-ios/Reachability-UI" "0.3.3" diff --git a/ReachabilityUIDemo/ReachabilityUIDemo/Scenes/TabBar/TabBarCoordinator.swift b/ReachabilityUIDemo/ReachabilityUIDemo/Scenes/TabBar/TabBarCoordinator.swift index 10d8f64..a834a60 100644 --- a/ReachabilityUIDemo/ReachabilityUIDemo/Scenes/TabBar/TabBarCoordinator.swift +++ b/ReachabilityUIDemo/ReachabilityUIDemo/Scenes/TabBar/TabBarCoordinator.swift @@ -60,7 +60,7 @@ class TabBarCoordinator: Coordinator { font: UIFont.systemFont(ofSize: 12), textAlignment: .center) let coordinator = ReachabilityCoordinator(window: window, - reachabilityListenerFactory: dependencies.reachabilityListenerFactory, with: configuration) + reachabilityListenerFactory: dependencies.reachabilityListenerFactory, configuration: configuration) reachabilityCoordinator = coordinator coordinator.start() }