Category "uinavigationbarappearance"

UINavigationBar overlaps with status bar after presented VC with prefersStatusBarHidden as true

Presenting a VC(1) on Root VC(0) with prefersStatusBarHidden as true. After that dismissing the presented vc(1) and pushing another vc on root vc(2) with prefer

Using UIBarButtonItemAppearance have both the system and the custom back button images

I am using UIBarButtonItemAppearance for the first time and I'm confused on how to put a custom image for the back button. This is how I do it: private func cre

UITableView content stuck under UINavigationBar, maybe caused by scrollEdgeAppearance?

I've made hundreds of table view controllers over the last decade and I don't know why this is happening. The content of my UITableView is stuck under my UINavi