If TWMessageBarManager is called from an onscreen VC that has status bar with light content, and requests a dark background for the message, the status bar is left with dark text on dark background after message displayed.
I have look for a couple of days into this and fond the best way to handle this, is if the bar style is to be retained, it must be passed to TWMessageBarManager.
If TWMessageBarManager is called from an onscreen VC that has status bar with light content, and requests a dark background for the message, the status bar is left with dark text on dark background after message displayed.
I have look for a couple of days into this and fond the best way to handle this, is if the bar style is to be retained, it must be passed to TWMessageBarManager.
I will create a PR with my proposed fix.