ios-template icon indicating copy to clipboard operation
ios-template copied to clipboard

CleanArchitecture Combine+UIKit template with MVVM Coordinator support

Results 1 ios-template issues
Sort by recently updated
recently updated
newest added

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...