From the course: Apple watchOS 7 App Development Essential Training

Unlock the full course today

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

Challenge

Challenge - watchOS Tutorial

From the course: Apple watchOS 7 App Development Essential Training

Start my 1-month free trial

Challenge

(upbeat music) - [Instructor] Okay, it's time for your third challenge. This time, we're going to build a ZoomView that we'll use in the DetailView's pizza image and name. You'll use a modal to go to the ZoomView from DetailView by tapping the image. Now, this modal will use a native dismissal, which means you won't have to use anything in the ZoomView to dismiss it. It'll just do it itself and have a little Cancel button on top. You also want to be able to have to click on the tap of the image when you go to the modal. Now, the zoom size will change by the digital crown between a width of 40 and 120. Finally, all the animation should be changed with a spring. Okay, give that a try and see if you can do this.

Contents