animateWithDuration:delay:API使用情况

时间:2013-12-06 16:59:40

标签: ios objective-c cocoa-touch uiview

UIView的标头文件中,我看到了这个API。

+(void)animateWithDuration:(NSTimeInterval)duration
                     delay:(NSTimeInterval)delay
                   options:(UIViewAnimationOptions)options
                animations:(void (^)(void))animations
                completion:(void (^)(BOOL finished))completion;

在它是一个完成块,为什么(BOOL finished)参数传递给块?
在我的有限测试中,它总是TRUE 什么时候可能是假的?

0 个答案:

没有答案