Contents

templateDidAppear(_:animated:)

Tells the delegate that the template did appear onscreen.

Declaration

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

Parameters

  • animated:

    A Boolean value indicating whether the system animated the presentation of the template.

See Also

Handling Display Events