I have a UIView in which I want to remove the entire background so that it looks like paper. I tried to set the background transparent from the user interface and using the code, but I always get a gray-like translucent background no matter what I do. Here is the current output I get:
How can I remove this gray background? I need it to appear as a whole paper without this residue. Any help? I tried the following:
And the current user interface configuration:

How can I remove it ?? Any help !?
EDIT 1
This is a new outlet.

source
share