ios - swift documentation for an override func -
there great here how document func in swift using ///
but how override func?
when option-click original documentation of animationdidstop (declared in caanimation).
here code. (taken viewcontroller.swift uiviewcontroller declared delegate animation created in function)
/// called when dripstreamstart() finishes /// in order continue animation /// override func animationdidstop(anim: caanimation!, finished flag: bool) { dripstreamsoscillate() }
thanks help.
Comments
Post a Comment