From the course: iPadOS 13 Development Essential Training

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Challenge: Cross-platform web browser

Challenge: Cross-platform web browser - iOS Tutorial

From the course: iPadOS 13 Development Essential Training

Start my 1-month free trial

Challenge: Cross-platform web browser

(upbeat music) - [Instructor] And now for this chapter's particularly difficult challenge. To review, we've talked about creating a cross-platform application and showing views for a particular platform. The challenge here is to create a cross-platform web browser in Swift UI, with an address bar, a GO button and a web view. If you want some tips, here you go. You're going to need to store the address bar's text somehow, so they need a variable for that. When the Go button is pressed, you can use that variable to update the text in the web view to load the URL. This challenge should take about 10 to 15 minutes to complete.

Contents