I was trying to build a app. which have many page and every page have a navigation item called Home.
when it click it will go home page, mean's start page. I don't want to instantiateViewController. I want fist initialise page will come. how I can do this. I don't want to dismiss page. because it's take many click to go home page
I was try this
self.dismiss(animated: true, completion: {});
self.navigationController?.popViewController(animated: true);