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 Rebuilding from Scratch Adding a Table View Controller Class

UITableViewController WIth UIViewController

It's possible use the UIViewController with an UITableViewController into app?, how to do?

6 Answers

I thought you mean "with in" each other, my fault. Yes it can be done. You can do it as a seque or just control drag and just make it a view controller of the pervious controller, you might want to look at a tab app.

What you showed is how a detailed app works, tableview and pushes to a view controller.

You can do a UIViewController and place a tableview inside it, but not a UITableViewController inside of a UIViewController.

thanks for the response!! but I think not explain well, I want is to bring together in one app a viewcontroller whit a tableviewcontroller connected by a segue ... it's possible?

thank you very much!!!

No problem at all, that's how we learn by helping each other, now hopefully I can fix my own issue lol.