init(view:parameters:target:)
Creates a targeted preview with the specified view, parameters, and target container.
Declaration
init(view: UIView, parameters: UIPreviewParameters, target: UIPreviewTarget)Parameters
- view:
The view to animate.
- parameters:
The animation parameters.
- target:
The container for the view.
Return Value
A new targeted preview object.