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.
UIImageView我希望在动画持续一段时间后调用方法。
UIImageView
就像我有 400 的 NSArray用于20 秒UIImage的动画。animationDuration我希望在 10 秒后触发事件……那我该怎么做呢?
UIImage
animationDuration
任何可观的帮助..
您是否尝试过类似的方法:
- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay;
请尝试更具体,但我想这应该是诀窍
或者将它们分成两部分第 1 部分方法()第 2 部分