Link Search Menu Expand Document

TransitionContextViewControllerKey

The keys you use to identify the view controllers involved in a transition.

public struct TransitionContextViewControllerKey: Equatable, Hashable, RawRepresentable 

Inheritance

Equatable, Hashable, RawRepresentable

Nested Type Aliases

RawValue

public typealias RawValue = String

Initializers

init(rawValue:)

public init(rawValue: RawValue) 

Properties

rawValue

public let rawValue: RawValue

from

A key that identifies the view controller that is visible at the beginning of the transition, or at the end of a canceled transition.

public static var from: TransitionContextViewControllerKey 

to

A key that identifies the view controller that is visible at the end of a completed transition.

public static var to: TransitionContextViewControllerKey