Uiimageview Missing Images in Launch Screen on Device

How to configure UIImageView on the launch screen view with relative value through storyboard?

First, add a center Y constraint like this:

Sample Image

The constraint's second item would be Superview.Center Y. Change that to Superview.Bottom instead:

Sample Image

Because the superview in this case is the root view, its bottom will be equal to its height. Now you can change the multiplier to 0.4 to achieve the desired effect.

UIImageView is black on launch screen

Not sure what the original issue was really, I fixed it by manually generating legacy splash screens though.

One issue with debugging that may be helpful was that it persisted when updating the build (even when the app was deleted) until I both deleted the app and shut down the device. I guess the splash screens are getting cached and so this clears the cache. I hope this helps save some folks some time, if anyone knows why this was happening, I'd still be happy to know.

iOS Swift: LaunchScreen doesn't show image

Seems like you were having different images then you change it to something else, the device cache the old launch screen and doesn't show your new images, just try to restart the device then reinstall, it will show your new images

iOS - Some images not showing up in launch screen

Turns out that the physical device caches the images regardless if i removed the application or not. The only thing that actually worked was to 1. Remove the application and 2. Reboot the device. Only then the images would disappear. Don't know if this is a bug or not as of iOS 9.2



Related Topics



Leave a reply



Submit