MTStatusBarOverlay icon indicating copy to clipboard operation
MTStatusBarOverlay copied to clipboard

A custom iOS status bar overlay seen in Apps like Reeder, Evernote and Google Mobile App

Results 37 MTStatusBarOverlay issues
Sort by recently updated
recently updated
newest added

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...

MTStatusBarOverlay will fill all my screen when it appears. That is because [UIWindow init] will set it's size (MTStatusBarOverlay.frame.size) to screen size, after it calls initWithFrame method. So I changed...

When testing the overlay in iOS 9 on iPad, the overlay takes over the entire screen and/or is positioned incorrectly. I have created a sample project with just the sample...

Since upgrading to Xcode 7 and deploying on iOS 9 the UI becomes unresponsive as long as a message is displayed on the status bar. Is this a known issue...

- major refactor for iOS 7+ - remove old OS 6 style status bar background "hex" image - remove old OS 6 style label shadow - add ability to set...

Fix for iOS 9 on which the overlay takes over the entire screen

iOS 8.3 only, if you start an app in landscape with the status bar showing then rotate to portrait there is an issue. A large black box appears

It's crashing for me in iOS 7 at this point: ``` self.statusBarBackgroundImageView.image = [self.defaultStatusBarImage stretchableImageWithLeftCapWidth:2.0f topCapHeight:0.0f]; ```