这里有很多帮助,可以使用///
在swift中记录func但是如何覆盖func?
当我选项单击时,我只获得animationDidStop的原始文档(在CAAnimation中声明)。
这是我的代码。 (取自ViewController.swift一个UIViewController,它被声明为另一个函数中创建的动画的委托)
/// called when dripStreamStart() finishes
/// in order to continue the animation
///
override func animationDidStop(anim: CAAnimation!, finished flag: Bool) {
dripStreamsOscillate()
}
非常感谢你的帮助。