Is there a way to see the cartesian plane on the Interface Builder? I don’t know how to figure out the exact coordinates to draw, for example a NSImage, can you guys teach me how to locate myself on with/without a graphical environment.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no way to show a grid that represents the coordinate space. You’ll need to just place and size a view. You can either delete it after you’ve written down its frame or keep that view and use it (for example, instead of drawing an NSImage, you might place and use an NSImageView).