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

How to create a table in UIViewcontroller

Hello all, I am trying to create a table for a navigation based app in xcode. The table is 11 buttons big and every time I put 11 round rect buttons of width 280 and height 40 each (which still leaves a lot of room left over) the IOS simulator keeps overlapping the buttons. Why does this happen and what can I do to create a table with 11 buttons

1 Answer

Amit Bijlani
STAFF
Amit Bijlani
Treehouse Guest Teacher

I don't quite understand what you are trying to achieve but if you want to learn more about UITableViewController then check out Build a Blog Reader