iphone - 在 subview 中添加/删除 View 时为 View 设置动画
<p><p>我想让一个 View 在添加为 subview 时淡入,并希望它在从父 View 中删除时淡出。最好的方法是什么?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>在设置动画之前将 alpha 设置为零,然后将 alpha 设置为 1。</p>
<pre><code>;
;
;
;
;
</code></pre>
<p>在移除 View 之前,只需将 alpha 设置回零即可。</p></p>
<p style="font-size: 20px;">关于iphone - 在 subview 中添加/删除 View 时为 View 设置动画,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/9778873/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/9778873/
</a>
</p>
页:
[1]