cncontactviewcontroller not show navigation bar for my app iOS swift

 Problem:

cncontactviewcontroller not show navigation bar for my app while navigate from my app.How to sove that?

Solution:

                            self.tabBarController?.navigationController?.isNavigationBarHidden = false

                            self.tabBarController?.navigationController?.pushViewController(viewControllerforContact, animated: true)



After pop back from contact view call the hide navigation because if you used the custom navigation bar.


    override func viewDidAppear(_ animated: Bool) {

        self.tabBarController?.navigationController?.isNavigationBarHidden = true

}

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift