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 trialerick spinoza
3,820 PointsUITableViewController WIth UIViewController
It's possible use the UIViewController with an UITableViewController into app?, how to do?
6 Answers
Marlon Henry
6,885 PointsI 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.
Marlon Henry
6,885 PointsYou can do a UIViewController and place a tableview inside it, but not a UITableViewController inside of a UIViewController.
erick spinoza
3,820 Pointsthanks 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?
erick spinoza
3,820 PointsIt is possible in this way or similarly?[example link]((/https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/Art/two_scenes_2x.png)
erick spinoza
3,820 Pointsthank you very much!!!
Marlon Henry
6,885 PointsNo problem at all, that's how we learn by helping each other, now hopefully I can fix my own issue lol.