Search code examples
ioslocalizationuiwebviewxcode4.5propagation

xcode 4.5 - Propagation of a UIWebview from a Mainstoryboard to a language-specific Storyboard


I'm working on a simple bilingual app. I put a UIWebview in the MainStoryboard --> it propagates to the English version (so that it runs well) but the French version is empty (the UIWebView doesn't propagate to the French version). Any idea of how to make the UIWebview propagate to the second storyboard ?


Solution

  • I found a very simple solution: http://techblog.41concepts.com/ Thanks to "mmc".