I already asked this question but no answer helped my. So I'm trying it again:
I want to have a custom background color (e.g. red) for the status bar in all my ViewControllers. The ViewControllers are managed by a TabBarController. Status Bar (and its background) shall only be shown in portrait mode, on iPhone. On iPad Status Bar should be shown always.
I'm using Swift for my project.
Does anybody know how to do that? Maybe anybody has a code sample?