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.
好吧,实际上标题说明了一切。
我需要在 ImageView 中隐藏 SRC 中的图像,而不用它的背景隐藏整个 ImageView。
背景必须保留。
谢谢你。
有两种解决方案
1:将透明图像设置为 imageview 2:或将 imageview 的可见性设置为不可见或消失
试试这个:imageview src @null。