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

Update JSONs in Mockoon to imitate change of the language and update strings in the app for better UX. Also check UI one more time and make it a little bit better.... #10

Open github-actions[bot] opened 5 days ago

github-actions[bot] commented 5 days ago

https://github.com/Drogonov/ultimate-hello-world-ios/blob/dd66101df68d7c56dfced59fc6fb842196b485d6/HelloWorldApp/Modules/HelloWorld/Sources/HelloWorld/HelloWorldPresenter.swift#L56


// MARK: - HelloWorldPresenterInput

extension HelloWorldPresenter: HelloWorldPresenterInput {
    // # TODO: Update JSONs in Mockoon to imitate change of the language and update strings in the app for better UX. Also check UI one more time and make it a little bit better.
    func viewIsReady() {
        let code = languageService?.getCurrentLanguage() ?? Language.english
        let request = GetHelloRequestMo(languageCode: code.rawValue)