Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 9 beta 4 problem (iPad) #95

Open
wmenge opened this issue Aug 3, 2015 · 7 comments
Open

iOS 9 beta 4 problem (iPad) #95

wmenge opened this issue Aug 3, 2015 · 7 comments

Comments

@wmenge
Copy link

wmenge commented Aug 3, 2015

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 code:

-(IBAction)showStatus:(id)sender {

    MTStatusBarOverlay *overlay = [MTStatusBarOverlay sharedInstance];
    overlay.animation = MTStatusBarOverlayAnimationFallDown;  // MTStatusBarOverlayAnimationShrink
    overlay.detailViewMode = MTDetailViewModeHistory;         // enable automatic history-tracking and show in detail-view
    //overlay.delegate = self;
    overlay.progress = 0.0;
    [overlay postMessage:@"Following @myell0w on Twitter…"];
    overlay.progress = 0.1;
    // ...
    [overlay postMessage:@"Following myell0w on Github…" animated:NO];
    overlay.progress = 0.5;
    // ...
    [overlay postImmediateFinishMessage:@"Following was a good idea!" duration:2.0 animated:YES];
    overlay.progress = 1.0;

}
@nihilenz
Copy link

nihilenz commented Sep 8, 2015

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

@pilot34
Copy link

pilot34 commented Sep 19, 2015

@nihilenz it helped, thx!

@Usipov
Copy link

Usipov commented Sep 24, 2015

@nihilenz
Also helped
Thanx!

@Usipov
Copy link

Usipov commented Sep 30, 2015

@wmenge
Please close the issue

@timrossinfo
Copy link

@nihilenz This fix works great if the app is launched in portrait orientation, but appears to break if the app is launched in landscape.

@skumawat
Copy link

skumawat commented Dec 8, 2015

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

@skumawat
Copy link

Any update regarding orientation issue on iPad IOS 9?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants