-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
@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;
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels