I added LaunchImage in my assets and trying to load it on on Launch.storyboard UIImageView. But its not picking up the image.
My Launch Image Source is "LaunchImage". During launch my app is showing distorted image.
Thanks in advance.
I added LaunchImage in my assets and trying to load it on on Launch.storyboard UIImageView. But its not picking up the image.
My Launch Image Source is "LaunchImage". During launch my app is showing distorted image.
Thanks in advance.
This is wrong way to load splash screen. To show image from assets you need to change other setting.
Note : Select Launch image assets from project target General tab-> App icons and Lunch images -> Lunch Images Source. click on that and select LunchScreen from assets which you already added. Delete app and run again