Using UITabBarController with UINavigationController - Swift 3
I am making an app which requires a use of a UITabBarController along with UINavigationController . I have made the following flow in storyboard. See image Now the first question is that is this accepted by Apple, as there are too many discussions for the same. The other matter of concern is that is it possible to eliminate any UINavigationController and still get the same flow of the app? The main thing required is to have the SAME tab bar and navigation bar on all sub tabs of the tabs. One point to be noted is that if I remove the second UINavigationController then my app navigates directly