Category "uinavigationbar"

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

Autolayout warning when using prompt in navigation bar

I am using a navigation bar with a prompt, looking like this: I receive the following auto layout warnings in the console: 2019-09-01 21:26:03.225576+0200 Ho

SwiftUI hiding navigation bar affects other animations

I have the following SwiftUI view and I want to have it repeat the scale animation to simulate a pulsing effect. However, in addition to the scaling, the circle

chip navigation bar animation not works

i used this GitHub library in my code for bottom navigation.chip navigation bar i tried to make it floating up after starting the program.but when run the progr

Unable to hide the navigationBar when embedding SwiftUI in UIKit

I am trying to hide the navigationBar when putting some SwiftUI inside of a UIKit UIViewController: override func viewWillAppear(_ animated: Bool) { super.vi

QLPreviewController missing navigation bar in SwiftUI

QLPreviewController navigation bar missing when I presented in sheet. It looks like this : How can I show up top navigation bar or navigationItem? QuickLook

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