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.
UIImage のアルファ値をゼロに変更するにはどうすればよいですか? 触れたときに、UIImage の触れた部分のアルファ値のみを変更する必要があります。
誰が私を助けることができます?
次の手順を実行します。
アニメーション化する場合は、これを使用できます。
[UIView animateWithDuration:4.0 animations:^{ ImageView.alpha = 0.0; }];