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

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -