QLTransition 委托

定义

一个委托,用于计算 UIImage 中用作转换图像的 QLPreviewController

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

参数

controller
QLPreviewController
contentRect
CGRect

返回值

适用于