Skip to content

iOS15导航问题 #301

@TomasWell

Description

@TomasWell
if (@available(iOS 15.0, *)) {
    [[UINavigationBar appearance] setScrollEdgeAppearance:({
        UINavigationBarAppearance *app = [UINavigationBarAppearance new];
        [app configureWithDefaultBackground];
        // init app property
         app.backgroundColor = UIColorHex(0x163a59);
         app.shadowColor = UIColorHex(0x163a59);
        app;
    })];
}

你好,根据这个配置颜色,如果vc里面有tableview,向上画一下就变成了白色,希望大佬能关注到这个问题

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