Skip to content

Instantly share code, notes, and snippets.

@giovani-pereira-ifood
Last active January 10, 2020 21:11
Show Gist options
  • Save giovani-pereira-ifood/54fd0e1fca9a363d71ac676fac509bcc to your computer and use it in GitHub Desktop.
Save giovani-pereira-ifood/54fd0e1fca9a363d71ac676fac509bcc to your computer and use it in GitHub Desktop.
Using mirror example
let viewController = SceneCreator().createScene()
let viewControllerMirror = Mirror(reflecting: viewController)
let interactor = viewControllerMirror.children
.first { $0.label == "interactor" }?.value as? Interactor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment