Drogonov / ultimate-hello-world-ios

An ultimate way to say Hello to the World in the production manner!
MIT License
0 stars 0 forks source link

Implement service instead of singltone #4

Open github-actions[bot] opened 5 days ago

github-actions[bot] commented 5 days ago

/ Service doesnt work because you cant get only one instance of it. It means that you have problem in code try to find it

https://github.com/Drogonov/ultimate-hello-world-ios/blob/b6f5103c79cd652a5033804374c81716acebb3e8/HelloWorldApp/Common/CommonApplication/Sources/Routing/NavigationStackProvider.swift#L21-L22


    }
}

// # TODO: Implement service instead of singltone
/// Service doesnt work because you cant get only one instance of it. It means that you have problem in code try to find it

public protocol NavigationStackServiceProtocol {