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 全体を非表示にせずに、ImageView 内の SRC から画像を非表示にする必要があります。
背景はそのままにしておく必要があります。
ありがとうございました。
2つの解決策があります
1 : 透明な画像を imageview に設定します 2 : または imageview の可視性を Invisible または gone に設定します
これを試してください:imageview src @null。