Contents

livePhotoView(_:didEndPlaybackWith:)

Notifies the delegate when Live Photos playback ends.

Declaration

optional func livePhotoView(_ livePhotoView: PHLivePhotoView, didEndPlaybackWith playbackStyle: PHLivePhotoViewPlaybackStyle)

Parameters

  • livePhotoView:

    The view that ended playback of Live Photo content.

  • playbackStyle:

    The style of playback, indicating whether the content played in full or as a brief preview.

See Also

Responding to Live Photos Playback Events