3 3349793 Cancelled Original poster Jul 6, 2015 279 144 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 Jan 23, 2010 1,380 435 San Diego, CA USA 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.