Yes, you can easily set a UIImageView
in the LaunchScreen. Simply delete the pre-existing labels from the LaunchScreen.xib
, add a UIImageView
from the Interface Builder. Assign the following 4 constraints to that UIImageView
with respect to the parent view:
- Bottom Space to container
- Top Space to container
- Leading Space to Container
- Trailing Space to Container
And finally set the image to the UIImageView
.
Hope this helps you in what you wanted to do.
Update:
Have a look at the following image for further description:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…