Skip to content

Landscape background frame incorrect #112

@swl367

Description

@swl367

In the following code, it looks like an app in landscape mode doesn't correctly fill the screen (see attached).
simulator screen shot oct 22 2015 4 11 59 pm

+ (void)showBackground
{
    if (!__si_alert_background_window) {
        __si_alert_background_window = [[SIAlertBackgroundWindow alloc] initWithFrame:[UIScreen mainScreen].bounds
                                                                         andStyle:[SIAlertView currentAlertView].backgroundStyle];
        [__si_alert_background_window makeKeyAndVisible];
        __si_alert_background_window.alpha = 0;
        [UIView animateWithDuration:0.3
                     animations:^{
                             __si_alert_background_window.alpha = 1;
                     }];
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions