When creating a fullscreen share extension, is there a way to control the status bar?
I tried:
- view controller based status bar + preferredStatusBarStyle
- status bar style
- status bar is initially hidden
Nothing seems to affect the status bar, it is just inherited from the view that opened the share extension. Is there a workaround or is that by design how it must work?