Contents

templateWillDisappear(_:animated:)

Tells the delegate that the template will disappear from the screen.

Declaration

optional func templateWillDisappear(_ aTemplate: CPTemplate, animated: Bool)

Parameters

  • animated:

    A Boolean value indicating whether the system animates the disappearance of the template.

See Also

Handling Display Events