//修改导航栏文字字体和颜色 nav.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[RGBColor colorWithHexString:@"#4b95f2"],NSFontAttributeName:[UIFont boldSystemFontOfSize:20]}; //修改导航栏颜色 [[UINavigationBar appearance]setBarTintColor:[RGBColor colorWithHexString:@"#00E5EE"]];
时间: 2024-10-09 19:37:30