iOS:了解 UIView 上的开始动画和动画结束
<p><p>我想知道是否有办法得知动画已在 UIView 上开始并结束。就像一个委托(delegate)方法(didBeginAnimating 什么的)。</p>
<p>我知道我可以检查 View 层上的动画键,但这不是我想要的。我需要在动画开始时关闭图层阴影,并在动画结束时再次打开。问题是这个动画是从另一个不知道这个对象的对象调用的。</p>
<p>有什么想法吗? </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>有一个委托(delegate)方法叫做<code>+ (void)setAnimationWillStartSelector:(SEL)selector</code>
(来自 UIView 类引用:<a href="https://developer.apple.com/library/ios/documentation/uikit/reference/uiview_class/UIView/UIView.html#//apple_ref/occ/clm/UIView/setAnimationWillStartSelector" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/uikit/reference/uiview_class/UIView/UIView.html#//apple_ref/occ/clm/UIView/setAnimationWillStartSelector</a> :)</p>
<p>这就是你想要的?</p></p>
<p style="font-size: 20px;">关于iOS:了解 UIView 上的开始动画和动画结束,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/19385773/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/19385773/
</a>
</p>
页:
[1]