AppDelegate

class AppDelegate: UIResponder, UIApplicationDelegate

The App Delegate

  • Configures top level view controller and its dependencies

    Declaration

    Swift

    func configureTopViewController() -> UIViewController