Skip to content

Instantly share code, notes, and snippets.

@morpheby
Created February 13, 2019 14:17
Show Gist options
  • Save morpheby/bae6337f50f2a26f360e4b9f077083fa to your computer and use it in GitHub Desktop.
Save morpheby/bae6337f50f2a26f360e4b9f077083fa to your computer and use it in GitHub Desktop.
public func continueToLogin() {
viewController?.performSegue(withIdentifier: ViewController.Segues.presentLogin, sender: wireNextRouter ({ target in
return try LoginScreenRouter.build(from: target, services: LoginScreenRouter.Services.External(loginService: self.services.loginService))
}))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment