As per this blog post you can localise a story board with IBInspectable extensions in swift. we can rely Localizable.strings file alone instead of having localised story boards and worrying about multiple files for strings.
So my question is how to achieve the same with objective c? If the answer is not possible what is the best approach for keeping all the UI facing strings in one single file and fetching it.