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 trialLex Lawless
1,773 PointsIOS Development Track - Labels
When the instructor Amit types in "label" in the search field of the Controllers panel, the Label controller is found. However, when I do that in Xcode, it finds nothing. Am I missing some files in the Xcode installation? How do I get all the controllers?
2 Answers
Stone Preston
42,016 Pointsthere is no such thing as a label controller. are you typing in label or label controller? make sure you are searching the object library for "label". the object library is located at the bottom of the utilities pane
Lex Lawless
1,773 PointsHi Stone,
Okay thanks for the tip. I just found out that I had to click on that "cube" to get the Object Library. Before it was set to the "File Template Library". It was an oversight by the video instructor Amit Bijani. He didn't mention I needed to click on the cube. He just said to type "label" in the search bar, but in his video, he already had Object Library active. I'll let them know this problem. Cheers.