I have a ViewController and it contains a xib, I have clicked the localize button in xib file inspector view. Then xcode popped a view with confirming message "Do you want to localize this file?", and there are two options can be chosen, "Base" and "English".
I chose "English" and "Localize". Then the file inspector view shows this:enter image description here
I made the right label become "Localizable strings" from "Interface Builder Cocoa Touch XIB". So it popup an alert to ask me whether to convert xib to strings file.
After I click convert button, my viewcontroller.xib has been convert to a strings file and xib file was removed from working copy by Xcode, thought it runs very normally and nothing crash.
But if I want to modify my view, how can I do that? Is there any way to bring xib back from strings file?
Thank you very very much.
**FINALLY:**The mainly thing is when I confirmed to convert xib to strings, Xcode has moved the xib file to the trash. And I think there is no way to convert strings to xib. Thanks Johny kumar