init(view:)
Creates a targeted preview for a view in the current window.
Declaration
convenience init(view: UIView)Parameters
- view:
The view to animate. This view must be in a window.
Return Value
A new targeted preview object.
Creates a targeted preview for a view in the current window.
convenience init(view: UIView)The view to animate. This view must be in a window.
A new targeted preview object.