Available on crate feature uikit only.
Expand description

iOS-specific implementations.

In general, this framework tries to make things “just work” with regards to AppKit and UIKit differences. With that said, there are certain things that just don’t map between the two - for iOS, these things are contained here.

Structs

Wraps UIApplication and associated lifecycle pieces.

A wrapper for UISceneConfiguration.

A wrapper for UISceneConfiguration.

Enums

Represents the types of sessions a Scene is for.

Traits

AppDelegate is more or less NSApplicationDelegate from the Objective-C/Swift side, just named differently to fit in with the general naming scheme found within this framework. You can implement methods from this trait in order to respond to lifecycle events that the system will fire off.