Post

Replies

Boosts

Views

Activity

iOS15 Setting Title Color on transparentBackground navigationBar Doesn't Work?
hey guys, why these codes below doesn't work on iOS15? UINavigationBarAppearance *navBarApp =[UINavigationBarAppearance new]; [navBarApp configureWithTransparentBackground]; NSDictionary *dic = @{NSForegroundColorAttributeName : [UIColor redColor], NSFontAttributeName : [UIFont systemFontOfSize:20]}; navBarApp.titleTextAttributes = dic; self.navigationController.navigationBar.standardAppearance = navBarApp; how can i set the text color on the transparent navigationbar?
Topic: UI Frameworks SubTopic: UIKit Tags:
4
0
456
Oct ’21