user2570135
user2570135

Reputation: 2989

Launch Screen storyboard not showing my image

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

enter image description here

Upvotes: 1

Views: 494

Answers (1)

Lib3Rian
Lib3Rian

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

Related Questions