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 Blog Reader iPhone App Viewing a Web Page Opening a Web Page in Safari

Daniel Jurado
Daniel Jurado
2,118 Points

Tabe View Delegate and its respective contents (didSelect..) Not on my version on XCode.

Anyone else experiencing this???

4 Answers

Rashii Henry
Rashii Henry
16,433 Points

did 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
Daniel Jurado
2,118 Points

Just wanted to have all of the associated documentation

Rashii Henry
Rashii Henry
16,433 Points

No 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.