When im present new VC background is clear and I can see previous VC.
Second VC is empty (without any view)
How FIX?
let vc = AddScrollVC()
let navController = UINavigationController(rootViewController: vc)
navController.modalPresentationStyle = .overFullScreen
present(navController, animated: true)

Second VC is presented, shown only button in navBar
You can solve the issue with replacing this code