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

3 Answers

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

If it isn't created as part of the template all you have to do is start typing it in and the code completion will prompt you with the method signature.

Carmine Sarno
Carmine Sarno
19,660 Points

I've noticed that too just a couple days ago. When I subclass UITableViewController, I'm missing the delegate methods in the implementation file. It might have coincided with the latest XCode update installed around the same time. I've been doing the code complete option as mentioned above by Amit, but I had wondered at first if I had been doing something wrong.

Art Hayes
Art Hayes
7,251 Points

This needs to be addressed in the notes on some of the lectures. They've removed a few delegate methods and it can be confusing to those of us that are new. :)