Buglife / Buglife-iOS

Awesome bug reporting for iOS apps
Apache License 2.0
509 stars 63 forks source link

bug: statusBar rotate in landscape though restricted using FloatingButton #8

Closed patBurger closed 8 years ago

patBurger commented 8 years ago

Hi guys, found a litte bug. StatusBar rotates in landscape while using LIFEInvocationOptions.FloatingButton and rotating device to landscape although UIInterfaceOrientation is restricted to portrait by overriding func supportedInterfaceOrientations() -> UIInterfaceOrientationMask. The topViewController stays in portrait. I have to override the method because 2 viewController should allow landscape.

Settings in Info.plist -> Deployment Info -> Device Orientation [x] Portrait [ ] Upside Down [x] Landscape Left [x] Landscape Right

Thanks for your super cool tool!

schukin commented 8 years ago

Thanks for letting us know! And good news - we released Buglife v1.0.2 today, which includes a fix for this exact issue :sunglasses: