Reputation: 2989
I trying to install splash screen in my iOS flutter app..I added my images to the assets.xcassets folder (1x,2x,3x). However, I don't see the image in the launch screen.
How do I add the image.. The image was showing before, I deleted the image which deleted the view->LaunchImage and constraint sub folder..
Please let me know recreate it..
Thanks for your help
Upvotes: 1
Views: 494
Reputation: 21
Delete your existing views if you don't need them, add Image View from library (Command + Shift + L) and add following constraints to it: Bottom Space,Top Space ,Leading Space,Trailing Space.
Upvotes: 1