Created
December 15, 2015 15:31
-
-
Save eofster/208f2672fa1913cb9b8a to your computer and use it in GitHub Desktop.
GPS tracker view event handling composition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let viewController = TrackSummaryViewController( | |
observer: TrackSummaryViewEventHandler( | |
interactorFactory: InteractorFactoryImpl(repository: TrackRepositoryImpl()), | |
presenterFactory: PresenterFactoryImpl() | |
) | |
) | |
navigationController.pushViewController(viewController, animated: true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment