init(DelegateType .Type)
Creates a UIKit app delegate adaptor using a delegate that’s an observable object.
Available when
DelegateType
inherits NSObject
, DelegateType
conforms to ObservableObject
, and DelegateType
conforms to UIApplicationDelegate
.