In my Application I enabled the Localization for spanish Language . Sources like strings, Plist, Images etc are working fine without any problem except the xib files.
Instead of the xib of selected Language(spanish in my example) the View controller load default xib file
below is my bundle
And the screen shots of english and spanish Xibs respectively
EditViewController.xib(English)
EditViewController.xib(Spanish)
As seen in the above images I have translated the texts(in xib) into spanish for spanish xib But the viewcontroller is loading same xib(default one) for both language. Help me to Show the desired xib.
Note:- The Save Button on the top left corner change it's text to the selected language(I set the identifier type of that UIBarButtonItem to "save")