From the course: iPadOS 13 Development Essential Training

Unlock the full course today

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

Challenge: Create a tabbed app

Challenge: Create a tabbed app - iOS Tutorial

From the course: iPadOS 13 Development Essential Training

Start my 1-month free trial

Challenge: Create a tabbed app

(bouncy music) - [Instructor] And now it's time for this chapter's challenge. To review what we've discussed, we talked about multitasking, picture-in-picture, and implementing drag and drop in our applications. The challenge is to take everything we've done in this chapter, or rather the two main apps, the drag and drop app and the picture-in-picture app, and combine them into one multitasking app. Use a TabView to switch between the different views, so you can use the TabView to go between the picture-in-picture app and the drag and drop app. If you're up for an extra challenge, you can start from over here and begin the challenge. If you'd like some help, here are some tips. First, wrap the views in a TabView, which works like a stack. Inside the stack you have a bunch of views, or in this case two views. Each view has its own tabItem property, which also works like a stack, so you can put an image in there,…

Contents