Closed Leandros closed 10 years ago
Hey @Leandros, I pushed a change last night that nil's out the TWMessageWindow after a message is dismissed.
This removes the need for a preferredStatusBarStyle and should help alleviate your prefersStatusBarHidden issues.
Please update to v1.5.2 and confirm it fixes your issue.
Amazing! Fixed the issues. Sorry for any caused inconvenience!
I hide the statusbar through
prefersStatusBarHidden
, but after showing the MessageBar, the StatusBar is still visible. CallingsetNeedsStatusBarAppearanceUpdate
doesn't change anything.I've investigated a bit, and the
TWMessageWindow
doesn't get hidden after it has been showed for the first time. It adds two completely unnecessary and translucent views to the application.