覆盖函数的swift文档

时间:2014-09-20 14:48:45

标签: ios swift documentation

这里有很多帮助,可以使用///

在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()
}

非常感谢你的帮助。

0 个答案:

没有答案