Device: iPhone XR, using iOS 14.5
ZendeskMessagingSDK version 3.8.1
Code:
let zendesk = UINavigationController(rootViewController: HelpCenterUi.buildHelpCenterOverviewUi())
zendesk.modalPresentationStyle = .fullScreen
controller.present(zendesk, animated: true, completion: nil)
And as you can see in the Hierarchy View, the table view is being layouted behind the Navigation bar, so it becomes hidden
