Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pinsrw

macrumors regular
Original poster
May 30, 2010
194
0
Hi all,

I want to create a UITableView that will have more than text in it. Specifically I want each cell to contain possibly several widgets side by side.

In other GUI systems, there is usually a container widget/control called a List that will place widgets adjacently either vertically or horizontally.

For instance, a horizontal List of three widgets might look like this

Code:
[Label 1][Button 1][Button 2]

Is there such a thing in iOS? Or do I need to use a UIView and position the sub-widgets myself?

Thanks.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.