Post

Replies

Boosts

Views

Activity

Reply to iOS 15 B2 UINavigationBar Appearance color change delayed/Pop in when pushing a new viewcontroller
Stumbled on this issue myself, can confirm that it is different from how it was handled in iOS 14. I've filed a feedback ticket FB9273852 with the project and video recording of the issue. The code I'm using in the sample to set appearance of each child view controller: override func viewDidLoad() { super.viewDidLoad() let barAppearance = UINavigationBarAppearance() barAppearance.backgroundColor = .green navigationItem.standardAppearance = barAppearance navigationItem.scrollEdgeAppearance = barAppearance }
Jul ’21