I made a iPhone application which supports French and English languages. When application is loading there is black screen appears initially. Instead of this I want to add splash screens for French and English. Both splash screens are different. When language is French it will load French splash screen and when language is English, it will load English splash screen.
In simple words, How I add Default.png for English and French?
Please let me know if there is any way to implement this.
You can dynamically load a universal screen, then switch it up with one of your language specific screens. You can play with this code:
Add this to your
AppDelegate.mAnd in your
didFinishLaunchingWithOptionsdo thig: