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 Weather App with Swift Adding Weather Icons Displaying Icons

Corey Dutson
PLUS
Corey Dutson
Courses Plus Student 3,193 Points

Couldn't specify the bottom constraint on the place label? Option wasn't there.

While I managed to fudge the result (I'll explain below) the primary issue is that when I was trying to tie the bottom constraint from the place label ("Alcatraz") to the temperature label, the option for "bottom" didn't show up. I had "top" "center y" and "right".

I managed to fudge it by setting it to top, then finding that constraint in the side panel, opening it up, changing first item to .90 bottom, and futzing with the constant until it looked right (244).

I DID find after that if I didn't have the label selected and then did an option drag, all the options were there. If i had the label selected first, only the options listed above were there.

What's going on with this?

3 Answers

Corey Dutson
PLUS
Corey Dutson
Courses Plus Student 3,193 Points

Moving this from a comment to an answer, because it seems to be the best one.

"Basically the last line of my question was the only solution that I could find. I'm not sure if it's a weird interface bug or if it's intended behaviour."

Karl Metum
Karl Metum
3,447 Points

If you drag the mouse diagonally towards the temperature you should see the "bottom" option. But if you drag the mouse vertically towards the temperature those options are hidden.

  Town
    \
Temperature

instead of

  Town
    |
Temperature
Brian Patterson
Brian Patterson
19,588 Points

Same problem here. What is the answer ?

Corey Dutson
Corey Dutson
Courses Plus Student 3,193 Points

Basically the last line of my question was the only solution that I could find. I'm not sure if it's a weird interface bug or if it's intended behaviour