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 trialJason Larkin
13,970 PointsMake a simple weather app- orange dotted lines around label.
Hello, I laid out the label horizontally and vertically several times but am still getting an orange dotted rectangle around my label, but no caution or error message. Can anyone please tell me what is going on with Xcode.? Thanks
2 Answers
Stone Preston
42,016 Pointsit means your view's position is still ambiguous. you may need to add additional constraints in addition to the alignment constraints (pin to the sides of the super view etc). if you post a screen shot of your view and constraints Ill be able to provide more specific instructions
Jason Larkin
13,970 PointsI give up. I tried uploading it to my Web site files and it isn't supported, apparently. Thanks for the effort anyway Stone.
Jason Larkin
13,970 PointsUPDATE: I solved it! The Yellow yield sign was hidden by the storyboard. I just corrected it from the drop down. Thanks anyway Stone!
Jason Larkin
13,970 PointsJason Larkin
13,970 PointsI'd like to Stone, but there is no way to post images to the forum and every screenshot sharing service I have searched are kind of disreputable-looking and two tell me that the file format (Grab) is unsupported. Do you have any ideas?
Stone Preston
42,016 PointsStone Preston
42,016 Pointsyou can post images using markdown, but they must be hosted somewhere.
below is the markdown text you use to include images in your forum post
![Alt text](/path/to/img.jpg)
where the path to the img is the hosted URL
I always use imgur to host pictures. Its very well possible the grab file format is not supported by many. see if you can just take a regular screen shot using print screen and save it as a jpg. if you are on a mac use command + 4 to take a screen shot.