QLTransition Delegate

Definition

A delegate that calculates the UIImage used as a transition image in a QLPreviewController.

public delegate UIKit.UIImage QLTransition(QLPreviewController controller, IQLPreviewItem item, CGRect contentRect);
type QLTransition = delegate of QLPreviewController * IQLPreviewItem * CGRect -> UIImage

Parameters

controller
QLPreviewController
contentRect
CGRect

Return Value

Applies to