Skip to content

ios 13 后会无法运行,如下修改 #3

Description

@SCSHICHUAN

`- (UINavigationController *)navigationController {

UIWindow *window;

if (@available(iOS 13.0, *)) {
        window = [UIApplication sharedApplication].windows[0];
    } else {
        window = [UIApplication sharedApplication].delegate.window;
    }
return [self navigationControllerWithController:window.rootViewController];

}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions