3 3349793 Cancelled Original poster Oct 29, 2015 #1 Hi all, Does anyone know what I have to do to create tabs in Xcode for my web browser? Just like the ones in any other web browser like Safari or Chrome.🙂 Thanks, Alex
Hi all, Does anyone know what I have to do to create tabs in Xcode for my web browser? Just like the ones in any other web browser like Safari or Chrome.🙂 Thanks, Alex
mfram Contributor Oct 29, 2015 #2 I would use a Tab View and instantiate multiple Web Views. Select the web view based on which tab is selected.
I would use a Tab View and instantiate multiple Web Views. Select the web view based on which tab is selected.