Transitionable
protocol Transitionable
Allows you to conform to transitionable which can provide a static id for the transition you require.
-
Our
Kindhas a static identifiable id which can be identified by theLoadingPagewhich is very helpful for identifying specific types ofLoadingPages.Declaration
Swift
associatedtype Kind : StaticIdentifiable
View on GitHub
Install in Dash
Transitionable Protocol Reference