view(forKey:)
Returns the specified view involved in the transition.
Declaration
func view(forKey key: UITransitionContextViewKey) -> UIView?Parameters
- key:
The key identifying the view you want. For a list of possible keys, see Uitransitioncontextviewkey.
Return Value
The view object for the specified key or nil if the view could not be found.