PluggableApplicationDelegate icon indicating copy to clipboard operation
PluggableApplicationDelegate copied to clipboard

Set window property on ApplicationService when defined

Open stephanecopin opened this issue 7 years ago • 1 comments

This allows to access the window property of your classes implemented ApplicationService, as you would originally with a classic class that implements UIApplicationDelegate.

stephanecopin avatar May 15 '17 16:05 stephanecopin

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.

stephanecopin avatar Jul 06 '17 16:07 stephanecopin