shinydevelopment / SimulatorStatusMagic

Clean up your status bar for taking screenshots on the iOS simulator.
MIT License
2.35k stars 139 forks source link

Battery looks critically low in Xcode 9/iOS 11 #53

Closed ZevEisenberg closed 7 years ago

ZevEisenberg commented 7 years ago

Default status bar (I'm on a desktop Mac):

before

After running SDStatusBarManager.sharedInstance().enableOverrides():

after

The carrier bars are also semi-transparent, but I'm not sure if that's the default or not because I'm not running the iOS 11 beta on a device will cellular radios.

Atrac613 commented 7 years ago

Hi, I'm same issue too. (Xcode 9 GM and IOS 11) But GitHub repo code is works fine!

e.g.

pod 'SimulatorStatusMagic', :configurations => ['Debug'], :git => 'https://github.com/shinydevelopment/SimulatorStatusMagic.git'
daveverwer commented 7 years ago

Sorry, the code had been updated here but I had forgotten to update the CocoaPod spec.

It's done now!