Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我想在 xcode TRANSPARENT(第一张照片)中设置我的图像。我只是将图像拖放到查看,但之后我重试重做我的事情但不能(第二张照片)。任何知道该怎么做的人请帮助我。ps:我不想写任何代码,直接拖拽即可
如果我没听错,您必须将 alpha 参数设置为要在属性检查器中透明的元素。
哦,你的意思是你想让 UITextView 背景透明吗?如果是这样,请将背景颜色设置为清除颜色。
如果您希望整个视图透明,请将 alpha 设置为 0 到 1 之间的数字。
你可以为你的文本视图设置一个透明的背景颜色。检查它的属性检查器.-