I am using portable xamarin form in which one the project is IOS porject
In IOS project I want to create splash screen. I added Iphone Launches images and iPad launched images in ios project property.
when i run the application it show default splash screen.
I also try by removing launchscreen tag from info.plist file, when i run application splash screen is displaying but header and footer become black
Please suggest me how to change the splashscreen of the ios project
Thanks in advance.