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 trialMichael Williams
Courses Plus Student 8,059 PointsUpdated Xcode today and can't find "labels" in documentation
Am looking up "labels" referenced in the video introducing documentation. I get a lot of hits for "labels," but no matter what I search, I can't seem to find the basic documentation for a simple label.
Anyone know where to find it?
NOTE: Unfortunately, I can't attach screenshots to help show Pasan's screen vs. mine.
Steve Hunter
57,712 PointsI don't think I've updated Xcode for a while - I am running version 7.3. If I click the Object library button then start typing label
in the library window below; I get a label to select. I'm assuming you've got a newer version of Xcode than me - are you on the beta tester list?
Michael Williams
Courses Plus Student 8,059 PointsI'm not a beta tester. The results just aren't populating correctly to where I can access the information I need. Here's Pasan's search results, versus mine.
versus
6 Answers
Adam Mazurick
Courses Plus Student 7,653 PointsChris Stromberg If you look at Xcode Version 10 the documentation is wildly differnt than what is reflected in these videos. Big Passan fan, but this video needs a real update. When you option+click you only get a Declaration and reference to where itβs declared. There are no more easy to see long descriptions that provide helpful contextual information.
Chris Stromberg
Courses Plus Student 13,389 PointsIf your looking for documentation on label's (UILabel), go here: https://developer.apple.com/documentation/uikit/uilabel
Or
In XCode (version 9.0), select Window, Developer Documentation. Search for UILabel.
micram1001
33,833 PointsThe labels documentation varies based on the version of Xcode you have. Since Apple updates Xcode annually, its hard just to work on one version of Xcode. Tutorials on Youtube and other places on the Internet show how to work with multiple version of Xcode.
Adam Mazurick
Courses Plus Student 7,653 PointsPlease please update.
Hans van de Koot
1,278 PointsThis video definitely needs updating. But for what it's worth, search for UILabel instead and you'll find what you need.
Michael touboul
3,053 PointsPlease update!
Steve Hunter
57,712 PointsSteve Hunter
57,712 PointsIf you upload your screenshot to Imgur you can share it in here using the markdown:
! [ hover text ] ( imgur link )
with no spaces.