I have around 25 views in a navigation based app. From the 25th view I want to come back to home screen. How do I remove all the views from navigation stack? Do I have to check for each view is not nil and remove from stack?
Please help. Thanks in advance.
1 Answer