Skip to content

Login Scene didn't push any ViewControllers #5

@epodkorytov

Description

@epodkorytov

Hi!
I trying to present ForgotPassword scene from Router.forgotPassword

AppCoordinator.swift

func start() {
App.Style.setup()
let coordinator = LoginCoordinator(
useCaseProvider: Platform.UseCaseProvider(
baseURL: App.Server.baseURL
)
)
addChild(coordinator)
coordinator.parentCoordinator = self.eraseToAnyCoordinator()
coordinator.start()
let rootVC = coordinator.viewController
self.window.rootViewController = rootVC
self.window.makeKeyAndVisible()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions