myell0w / MTStatusBarOverlay

A custom iOS status bar overlay seen in Apps like Reeder, Evernote and Google Mobile App
MIT License
1.92k stars 325 forks source link

iOS 9 Black Screen Issue #97

Closed suhailrashidbhat closed 9 years ago

suhailrashidbhat commented 9 years ago

While Appearing Status bar the screen gets black on iOS 9

nihilenz commented 9 years ago

Hello, please try this change, it helps in my case: nihilenz@565488e

suhailrashidbhat commented 9 years ago

:+1: Thanks it worked!

xiaoMingChina commented 9 years ago

thanks

Emmo213 commented 9 years ago

This helped but didn't completely fix my issue. Now the status bar will be shown correctly on iOS 6, 7, and 8, but on iOS 9 it is only shown on the iPad - it doesn't show on the iPod.

shweta-techjini commented 9 years ago

Thanks it helped me!!

hlung commented 9 years ago

:+1: cool! how did you managed to know that using -init: instead of -initWithFrame: will fix the black screen problem??

skumawat commented 8 years ago

When we display message on status bar using MTStatusbaroverlay class then message doesn't display properly in portrait & landscape mode on iOS 9 devices. Its working fine on iOS 8 or lower devices. simulator screen shot 04-dec-2015 2 38 46 pm simulator screen shot 04-dec-2015 2 38 51 pm simulator screen shot 04-dec-2015 2 39 04 pm

skumawat commented 8 years ago

Any update regarding above issue?