Contents

PHLivePhotoViewDelegate

The Phlivephotoviewdelegate protocol describes messages sent by a Phlivephotoview instance in response to playback events when playing the motion and sound content associated with a Live Photo. To receive these messages, implement the methods in this protocol in one of your controller objects and assign that object to the Delegate property of a Live Photo view.

Declaration

@MainActor protocol PHLivePhotoViewDelegate : NSObjectProtocol

Topics

Responding to Live Photos Playback Events

See Also

Responding to Playback Events