refactor: Migrate some extensions usage to Shogun

This commit is contained in:
Andrea Busi
2022-11-17 09:22:06 +01:00
parent f6dfd4a761
commit c6ec20e180
17 changed files with 32 additions and 156 deletions
@@ -8,6 +8,7 @@
import UIKit
import MapKit
import Shogun
class AlertSimulatorViewController: UIViewController, MKMapViewDelegate {
@@ -243,7 +244,7 @@ class AlertSimulatorViewController: UIViewController, MKMapViewDelegate {
}
private func navigateToSubscriptions() {
let controller = SubscriptionsViewController.makeController()
let controller = SubscriptionsViewController.makeViewController()
let navigationController = UINavigationController(rootViewController: controller)
present(navigationController, animated: true)
}