RPPreviewViewControllerDelegate_Extensions Class

Definition

Extension methods to the IRPPreviewViewControllerDelegate interface to support all the methods from the RPPreviewViewControllerDelegate protocol.

public static class RPPreviewViewControllerDelegate_Extensions
type RPPreviewViewControllerDelegate_Extensions = class
Inheritance
RPPreviewViewControllerDelegate_Extensions

Remarks

The extension methods for IRPPreviewViewControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original RPPreviewViewControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController)

Method that is called when the previewer is ready to be dismissed.

DidFinish(IRPPreviewViewControllerDelegate, RPPreviewViewController, NSSet<NSString>)

Method that is called when the previewer is ready to be dismissed.

Applies to