Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App with Swift Getting Started with iOS Development Swift Recap Part 2

Cory Cromer
Cory Cromer
5,171 Points

I am not sure why my code is not working

The compiler is not returning any errors on Xcode, and the code seems to complete the code challenge. Whenever I check my work on the code challenge it returns an error saying that for the up direction I need to add 1 to the y coordinate, but that is what my code is executing.

1 Answer

Cory Cromer
Cory Cromer
5,171 Points

I figured it out. My strings where lowercase instead of uppercase, e.g. "up" instead of "Up." It's the little things that get you.