UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

SOLVED: Question regarding Drawing

Forums > 100 Days of SwiftUI

Hi, I didn't understand where the x and y are located on the phone simulator.

Also what is path.move? Can somebody explain me those ?

Thank you

2      

The origin point (i.e., where x = 0 and y = 0) is the top left corner of the view. x and y increase as you move down and to the right.

path.move(to:) is essentially like picking up your pencil when drawing on paper and starting a new line in a different position. Your drawing will start from the new position but there will be no line or arc or curve connecting it to the previous position.

2      

Hacking with Swift is sponsored by RevenueCat

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.