iOS: Should I use a tab bar button to direct a webview to a new URL or to segue to a new view controller with another webview
I am in the process of making an iOS version of an Angular web app.
The app will have a tab bar menu on the bottom with 4-5 buttons to control the content of a webview that will fill the rest of the screen (which loads the w…