Skip to content

self.navigationController.navigationBar.lee_theme 不能立即生效, #24

@Arise903

Description

@Arise903

@interface NewHotLineViewController : WMPageController h文件

以下是m文件 更改theme以后,下面的设置不能立即生效,需要左右滑动几次才能生效
-(void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
[self.navigationController setNavigationBarHidden:NO animated:YES];

self.navigationController.navigationBar.lee_theme
.LeeAddCustomConfig(DAY , ^(UINavigationBar *item){
    [item setBackgroundImage:[UIImage imageWithColor:[UIColor clearColor]] forBarMetrics:UIBarMetricsDefault];
    item.barStyle = UIBarStyleDefault;
})
.LeeAddCustomConfig(NIGHT , ^(UINavigationBar *item){
    [item setBackgroundImage:[UIImage imageWithColor:RGBColor(55, 55, 55)] forBarMetrics:UIBarMetricsDefault];
    item.barStyle = UIBarStyleBlack;
});

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