I want to show an image on whole screen and background should be transparent but image should not be transparent. Please help me with this.
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
Please select background color black and Opacity 50%
I’m not sure if I understand correctly but I guess you just have to set the
UIImageView
sbackgroundColor
to.clear
and define the color of yourUIViewController
s view holding theUIImageView
to whichever color you want / think fits.