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 markup app

Challenge: Create a markup app - iOS Tutorial

From the course: iPadOS 13 Development Essential Training

Start my 1-month free trial

Challenge: Create a markup app

(upbeat music) - [Narrator] And now it's time for another challenge. To review, in this chapter, we discussed PencilKit, we worked with PKCanvasViews, PKToolPickers, and we looked at saving and loading drawings. Our challenge is going to be to mark up an image, load an image into your app and use a PKCanvas on top of it to mark up the image. Feel free to start now if you don't want any guidance, but here are some tips, if you'd like them. First, use a ZStack. This enables you to layer objects in front or behind one another. Next, you'll need to make the canvas background clear, and also not opaque. This challenge should take about 10 to 15 minutes to complete.

Contents