Skip to content
ohitsdaniel edited this page Apr 29, 2021 · 3 revisions

Screen

The Screen protocol is the underlying protocol for navigation path elements. Each navigation path element defines how it is presented.

public protocol Screen: Hashable 

Inheritance

Hashable

Default Implementations

eraseToAnyScreen()

Erase an instance of a concrete Screen type to AnyScreen

func eraseToAnyScreen() -> AnyScreen 

Requirements

presentationStyle

var presentationStyle: ScreenPresentationStyle 
Clone this wiki locally