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

Fixed bug with black screen on iOS 9 #99

Open Slepter opened 9 years ago

Slepter commented 9 years ago

Changed initWithFrame to init because in init method super calls _resizeWindowToFullScreenIfNessesary and it sets frame as full screen. Added setting clear background color to self because after tap and view shrink there are black background of self.

stanislaw commented 9 years ago

This worked for me as well! @Slepter, I owe you a :beer:

fraserscottmorrison commented 9 years ago

Please pull this & update pod - thanks!

fraserscottmorrison commented 9 years ago

Although, in landscape on the iPad, this results in the bar appearing down the left side of the screen...

Slepter commented 9 years ago

Hi. What do you mean under "pull this & update pod"? If you are talking about pull my changes into master branch, I can't help you, it's not my github. If you mean something else, please explain what I gotta do.

Best regards, Alexander Shumeiko

2015-10-23 6:07 GMT+03:00 Fraser notifications@github.com:

Please pull this & update pod - thanks!

— Reply to this email directly or view it on GitHub https://github.com/myell0w/MTStatusBarOverlay/pull/99#issuecomment-150439524 .

fraserscottmorrison commented 9 years ago

Message was for @myell0w, but he hasn't updated this library in over a year so I'm not too hopeful...

ghost commented 7 years ago

This worked for me! Thanks @Slepter 👍