Loading strings runtime in swift
I have a case in my app to load strings in runtime based on a flag. And I do not want to make code untidy by adding switch cases in the ViewControllers.
I have a case in my app to load strings in runtime based on a flag. And I do not want to make code untidy by adding switch cases in the ViewControllers.