PluggableApplicationDelegate
PluggableApplicationDelegate copied to clipboard
Set window property on ApplicationService when defined
This allows to access the window
property of your classes implemented ApplicationService
, as you would originally with a classic class that implements UIApplicationDelegate
.
Updated the PR so it defines a computed property on every ApplicationService
, rather than using some Objective-C magic to set it if it exists.