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 trialDaniel Jurado
2,118 PointsTabe View Delegate and its respective contents (didSelect..) Not on my version on XCode.
Anyone else experiencing this???
4 Answers
Rashii Henry
16,433 Pointsdid you try typing out the didSelectRowAtIndexPath method call(or which ever method its missing) in the implementation manually? Xcode will automatically complete the rest for you.
Daniel Jurado
2,118 PointsYea i did it thanks!!
Daniel Jurado
2,118 PointsJust wanted to have all of the associated documentation
Rashii Henry
16,433 PointsNo problem bro, but what documentation are you looking for? whatever you want to know about within Xcode, whether it's a method, class, etc you want to read about. just hold option and then click on the word your interested in && from there just click on the reference link in the popup window, it'll take you the exact spot in the documentation.
Daniel Jurado
2,118 Pointsahh kk thx!!!