swift设置导航栏背景颜色和文字的属性

self.navigationController!.navigationBar.setBackgroundImage(image, for: .default)

self.navigationController!.navigationBar.titleTextAttributes= [NSForegroundColorAttributeName:UIColor.white,NSFontAttributeName:UIFont.systemFont(ofSize:20)]

你可能感兴趣的:(swift设置导航栏背景颜色和文字的属性)