Contents

previewControllerDelegate

The preview view controller’s delegate.

Declaration

weak var previewControllerDelegate: (any RPPreviewViewControllerDelegate)? { get set }

Discussion

Before displaying the preview view controller, your app must set a delegate in order to respond to changes in the view controller. Implement the methods described in RPPreviewViewControllerDelegate.

See Also

Displaying the Preview UI