BundleLocalization
BundleLocalization copied to clipboard
How to reload NIBs?
"Remember that for the nib/storyboards to be translated you need to reload them." How and where to write its code?
It is using swizzling in +load(), so just create another object of your nib should be fine.